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
Tags
None
Referenced Files
F186722:
Jun 30 2015, 5:05 AM
2015-06-30 05:05:34 (UTC+0)
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
2015-06-30 05:05:34 (UTC+0)
•
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
2015-07-01 01:39:15 (UTC+0)
•
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
2015-11-02 17:14:24 (UTC+0)
Yarl
mentioned this in
T158569: Mapping pl data
.
May 14 2017, 10:38 PM
2017-05-14 22:38:16 (UTC+0)
Gstupp
mentioned this in
T196399: WDQS returns incorrect data compared to what is in Wikidata
.
Jun 4 2018, 6:56 PM
2018-06-04 18:56:22 (UTC+0)
Bencemac
mentioned this in
T199630: Make creation of references more easier
.
Jul 14 2018, 5:17 PM
2018-07-14 17:17:19 (UTC+0)
•
Zbyszko
mentioned this in
T264042: Query service returns weird Commons links when asking for P50 (author) statement value
.
Oct 21 2020, 2:17 PM
2020-10-21 14:17:39 (UTC+0)
•
Samantha_Alipio_WMDE
mentioned this in
T288519: Add references and qualifiers to a local item using both local and remote properties
.
Aug 10 2021, 12:12 PM
2021-08-10 12:12:53 (UTC+0)
Log In to Comment