Page MenuHomePhabricator
Paste P1231

doctest.txt
ActivePublic

Authored by epriestley on Aug 13 2014, 1:00 AM.
Tags
None
Referenced Files
F189640: doctest.txt
Aug 13 2014, 1:00 AM
Subscribers
None
$ cat test.php
<?php
$a = 'feet';
echo <<<DOC
$a \$a
DOC;
$ php -f test.php
feet $a
$

Event Timeline

epriestley changed the title of this paste from untitled to doctest.txt.
epriestley updated the paste's language from autodetect to autodetect.