1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

- make it parser version independent

This commit is contained in:
Pierre Joye
2011-08-31 10:05:54 +00:00
parent 01e115324a
commit fbb1663806

View File

@@ -18,9 +18,9 @@ var_dump(
?>
--EXPECTF--
Parse error: syntax error, unexpected '}' in %s(%d) : runtime-created function on line 1
Parse error: %s in %s(%d) : runtime-created function on line 1
Parse error: syntax error, unexpected end of file in %s(%d) : runtime-created function on line 1
Parse error: %s %s(%d) : runtime-created function on line 1
bool(false)
int(2)
bool(false)