mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
This would be either $end or "end of file" depending on bison version. Explicitly specify "end of command" instead, which seems more appropriate in context.
11 lines
409 B
PHP
11 lines
409 B
PHP
--TEST--
|
|
Bug #76813 (Access_violation_near_NULL_on_source_operand)
|
|
--PHPDBG--
|
|
"#!==)===\377\377\276\242="
|
|
#!==)===\377\377\276\242=
|
|
--EXPECT--
|
|
prompt> [Parse Error: syntax error, unexpected input, expecting end of command]
|
|
prompt> [Parse Error: syntax error, unexpected # (pound sign), expecting end of command]
|
|
prompt> [Parse Error: syntax error, unexpected # (pound sign), expecting end of command]
|
|
prompt>
|