Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1231
doctest.txt
Active
Public
Actions
Authored by
epriestley
on Aug 13 2014, 1:00 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F189640: doctest.txt
Aug 13 2014, 1:00 AM
2014-08-13 01:00:26 (UTC+0)
Subscribers
None
$ cat test.php
<?php
$a = 'feet';
echo <<<DOC
$a \$a
DOC;
$ php -f test.php
feet $a
$
Event Timeline
epriestley
edited the content of this paste.
(Show Details)
Aug 13 2014, 1:00 AM
2014-08-13 01:00:26 (UTC+0)
epriestley
changed the title of this paste from untitled to
doctest.txt
.
epriestley
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment