![]() |
|
||||
|
Sample Test: sample011.phptBack to "PHPT Test File Layout" --TEST--
Bug #35382 (Comment in end of file produces fatal error)
--FILEEOF--
<?php
eval("echo 'Hello'; // comment");
echo " World";
//last line comment
--EXPECTF--
Hello World
Back to "PHPT Test File Layout" |
|
Last update: Fri Jul 17 20:45:03 2009 UTC |