Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P854
(An Untitled Masterwork)
Active
Public
Actions
Authored by
•
Mattflaschen-WMF
on Jun 30 2015, 5:05 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
<?php
class
Something
{
public
function
outer
()
{
$inner
=
function
()
{
$this
->
somethingSecret
();
};
$inner
();
}
protected
function
somethingSecret
()
{
echo
"You figured it out
\n
"
;
}
}
$s
=
new
Something
();
$s
->
outer
();
Event Timeline
•
Mattflaschen-WMF
edited the content of this paste.
(Show Details)
Jun 30 2015, 5:05 AM
•
Mattflaschen-WMF
updated the paste's language from
autodetect
to
php
.
•
Mattflaschen-WMF
mentioned this in
T104410: Don't log exception "Not allowed to convert" for normal conditions.
.
Jul 1 2015, 1:39 AM
•
Jonas
mentioned this in
T77972: [Story] Always show P248 (stated in), P854 (reference URL) and P813 (date of retrieval) when adding sources
.
Nov 2 2015, 5:14 PM
Yarl
mentioned this in
T158569: Mapping pl data
.
May 14 2017, 10:38 PM
Gstupp
mentioned this in
T196399: WDQS returns incorrect data compared to what is in Wikidata
.
Jun 4 2018, 6:56 PM
Bencemac
mentioned this in
T199630: Make creation of references more easier
.
Jul 14 2018, 5:17 PM
Zbyszko
mentioned this in
T264042: Query service returns weird Commons links when asking for P50 (author) statement value
.
Oct 21 2020, 2:17 PM
Log In to Comment