diff options
author | Antony Dovgal <tony2001@php.net> | 2006-09-13 13:59:16 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-09-13 13:59:16 +0000 |
commit | 0680cc43600b381fc845e9b2244ccaf9b37a5148 (patch) | |
tree | 9d8fd51c2a8c5ae90e48faea3ef9a72647e0fdf3 /Zend/tests/bug38779_1.phpt | |
parent | 3b2fa0ce820a8384ec18de7e42e028a139b56f98 (diff) | |
download | php-git-0680cc43600b381fc845e9b2244ccaf9b37a5148.tar.gz |
fix tests on MacOS
Diffstat (limited to 'Zend/tests/bug38779_1.phpt')
-rw-r--r-- | Zend/tests/bug38779_1.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug38779_1.phpt b/Zend/tests/bug38779_1.phpt index f3cb6a9593..eefa952e36 100644 --- a/Zend/tests/bug38779_1.phpt +++ b/Zend/tests/bug38779_1.phpt @@ -40,6 +40,6 @@ include $filename; echo "Done\n"; ?> --EXPECTF-- -Parse error: %s error, unexpected T_STRING in %s on line %d +Parse error: %s error%sin %s on line %d string(6) "flush!" string(6) "close!" |