summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-07-05 12:02:16 +0000
committerAntony Dovgal <tony2001@php.net>2006-07-05 12:02:16 +0000
commit62d568c9708db63dfd0ee38e18d49ee02b85e9a2 (patch)
treeac9c2b2caf001568783bc7b0dc6a6b093fd5a063 /tests
parent6345105612656854e1ace2569c6cfd8b179fb5f8 (diff)
downloadphp-git-62d568c9708db63dfd0ee38e18d49ee02b85e9a2.tar.gz
fix tests
Diffstat (limited to 'tests')
-rwxr-xr-xtests/classes/factory_and_singleton_003.phpt2
-rwxr-xr-xtests/classes/factory_and_singleton_004.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/classes/factory_and_singleton_003.phpt b/tests/classes/factory_and_singleton_003.phpt
index d81cc4642c..a909a6a023 100755
--- a/tests/classes/factory_and_singleton_003.phpt
+++ b/tests/classes/factory_and_singleton_003.phpt
@@ -15,4 +15,4 @@ $obj = new test;
echo "Done\n";
?>
--EXPECTF--
-Fatal error: Call to protected test::__construct() from context '' %sfactory_and_singleton_003.php on line %d
+Fatal error: Call to protected test::__construct() from invalid context %s on line %d
diff --git a/tests/classes/factory_and_singleton_004.phpt b/tests/classes/factory_and_singleton_004.phpt
index 01c53d85a3..e80d93713d 100755
--- a/tests/classes/factory_and_singleton_004.phpt
+++ b/tests/classes/factory_and_singleton_004.phpt
@@ -15,4 +15,4 @@ $obj = new test;
echo "Done\n";
?>
--EXPECTF--
-Fatal error: Call to private test::__construct() from context '' %sfactory_and_singleton_004.php on line %d
+Fatal error: Call to private test::__construct() from invalid context %s on line %d