📄 Viewing: eval_parse_error_with_doc_comment.phpt

--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

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests