From 0a1f5d12a127f0cbf3330a2eada88e7744d34eb1 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 11 Sep 2006 14:17:51 +0000 Subject: [PATCH] fix tests --- Zend/tests/bug38779.phpt | 2 +- Zend/tests/bug38779_1.phpt | 2 +- 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!" -- 2.50.1