php-src/Zend/tests/eval_parse_error_with_doc_comment.phpt

16 lines
230 B
Plaintext
Raw Normal View History

--TEST--
eval() parse error on function with doc comment
--FILE--
<?php
eval(
<<<EOC
/** doc comment */
function f() {
EOC
);
?>
--EXPECTF--
Parse error: syntax error, unexpected end of file in %s(%d) : eval()'d code on line %d