summaryrefslogtreecommitdiff
path: root/Zend/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-09-11 14:17:51 +0000
committerAntony Dovgal <tony2001@php.net>2006-09-11 14:17:51 +0000
commit0a1f5d12a127f0cbf3330a2eada88e7744d34eb1 (patch)
tree7dac8affe75bc326e175d819d179ed35821dd4d5 /Zend/tests
parent5a9f40a46aa743f1a90503fc7d2fe82b1de3c724 (diff)
downloadphp-git-0a1f5d12a127f0cbf3330a2eada88e7744d34eb1.tar.gz
fix tests
Diffstat (limited to 'Zend/tests')
-rw-r--r--Zend/tests/bug38779.phpt2
-rw-r--r--Zend/tests/bug38779_1.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug38779.phpt b/Zend/tests/bug38779.phpt
index 023a048b9f..63168cf291 100644
--- a/Zend/tests/bug38779.phpt
+++ b/Zend/tests/bug38779.phpt
@@ -26,4 +26,4 @@ require 'Loader://qqq.php';
echo "Done\n";
?>
--EXPECTF--
-Parse error: syntax error, unexpected T_STRING in Loader://qqq.php on line %d
+Parse error: %s error, unexpected T_STRING in Loader://qqq.php on line %d
diff --git a/Zend/tests/bug38779_1.phpt b/Zend/tests/bug38779_1.phpt
index a865323e8e..f3cb6a9593 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: syntax error, unexpected T_STRING in %s on line %d
+Parse error: %s error, unexpected T_STRING in %s on line %d
string(6) "flush!"
string(6) "close!"