mirror of
https://github.com/php/php-src.git
synced 2025-01-18 17:54:05 +08:00
Fix tests due to bison depened message format
This commit is contained in:
parent
579408b897
commit
3fd08b3bd4
@ -15,4 +15,4 @@ Content-type: text/html; charset=UTF-8
|
||||
--EXPECTF--
|
||||
string(9) "\Web\View"
|
||||
|
||||
Parse error: syntax error, unexpected 'echo' (T_ECHO), expecting function (T_FUNCTION) in phar:///%sfatal_error_webphar.php/Web/View.php on line 380
|
||||
Parse error: syntax error, unexpected %s, expecting %s in phar:///%sfatal_error_webphar.php/Web/View.php on line 380
|
||||
|
@ -13,4 +13,4 @@ class foo {
|
||||
===DONE===
|
||||
<?php exit(0); ?>
|
||||
--EXPECTF--
|
||||
Parse error: syntax error, unexpected 'for' (T_FOR), expecting identifier (T_STRING) in %sbug51709_1.php on line %d
|
||||
Parse error: syntax error, unexpected %s, expecting %s in %sbug51709_1.php on line %d
|
||||
|
@ -13,4 +13,4 @@ class foo {
|
||||
===DONE===
|
||||
<?php exit(0); ?>
|
||||
--EXPECTF--
|
||||
Parse error: syntax error, unexpected 'goto' (T_GOTO), expecting identifier (T_STRING) in %sbug51709_2.php on line %d
|
||||
Parse error: syntax error, unexpected %s, expecting %s in %sbug51709_2.php on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user