diff options
author | Pierre Joye <pajoye@php.net> | 2011-08-31 23:12:35 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-08-31 23:12:35 +0000 |
commit | 081b15939e3bdea192e070a06559af4947d7eed7 (patch) | |
tree | 9fc795f87b8ec123a516ee88d07ed36d6b9d5b71 | |
parent | e9e235743683e074e691cd818d6194c417ab0e98 (diff) | |
download | php-git-081b15939e3bdea192e070a06559af4947d7eed7.tar.gz |
- error msg may vary (parser)
-rw-r--r-- | tests/lang/bug21820.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/bug21820.phpt b/tests/lang/bug21820.phpt index b862309e31..8d5cde1943 100644 --- a/tests/lang/bug21820.phpt +++ b/tests/lang/bug21820.phpt @@ -10,4 +10,4 @@ echo "$arr['foo']"; ?> --EXPECTF-- -Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in %sbug21820.php on line %d +Parse error: %s error, %s(T_STRING)%s(T_VARIABLE)%s(T_NUM_STRING)%s in %sbug21820.php on line %d |