diff options
author | foobar <sniper@php.net> | 2003-11-29 07:29:42 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-11-29 07:29:42 +0000 |
commit | d0f9ba8955c34650a599456933c691e61702c0b0 (patch) | |
tree | 568ed576e49fb6d2a685fd744e386914ad006b82 /tests/lang | |
parent | 3e7dd7eb2931db30e0ff13d73247eb156fd1b019 (diff) | |
download | php-git-d0f9ba8955c34650a599456933c691e61702c0b0.tar.gz |
- Fix expected output.
Diffstat (limited to 'tests/lang')
-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 777c3ae561..61b8c8760a 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 T_STRING or T_VARIABLE or T_NUM_STRING in %sbug21820.php on line %d +Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in %sbug21820.php on line %d |