diff options
| author | Pierre Joye <pajoye@php.net> | 2009-03-17 16:03:25 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-03-17 16:03:25 +0000 |
| commit | 860232e90e7320e2cd613a4a6dfc5df39a034390 (patch) | |
| tree | cfa3dc24c3cd239be8c8172bc3a1e9aaa2762bd0 | |
| parent | 85181631edbb409ca61196934ae1ea1c62259ae7 (diff) | |
| download | php-git-860232e90e7320e2cd613a4a6dfc5df39a034390.tar.gz | |
- MFB: make it less(er) sensible to bison version
| -rw-r--r-- | Zend/tests/bug43343.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug43343.phpt b/Zend/tests/bug43343.phpt index 12f64fbd24..79b3e5a24a 100644 --- a/Zend/tests/bug43343.phpt +++ b/Zend/tests/bug43343.phpt @@ -8,4 +8,4 @@ $foo = 'bar'; var_dump(new namespace::$foo); ?> --EXPECTF-- -Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting T_NS_SEPARATOR in %sbug43343.php on line 5 +Parse error: %s error%sexpecting%sT_NS_SEPARATOR%sin %sbug43343.php on line 5 |
