summaryrefslogtreecommitdiff
path: root/Zend/tests/eval_parse_error_with_doc_comment.phpt
blob: 62561aaa7998b584d518a050e33ee2c5dd5799b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--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