summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-07-12 11:20:05 +0000
committerAntony Dovgal <tony2001@php.net>2005-07-12 11:20:05 +0000
commitbf9288d457e592c5fe3e653fc14edd7f2547df18 (patch)
tree24ad283b7dabc709851defe3088dee3f65c86ef0
parent93962139fb4938ee7de0e9bbf2df5135c0ffaf41 (diff)
downloadphp-git-bf9288d457e592c5fe3e653fc14edd7f2547df18.tar.gz
fix tests that started to fail after the last change in ZE
(noticed by Nuno)
-rw-r--r--tests/lang/bug22367.phpt2
-rw-r--r--tests/lang/bug22510.phpt8
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/lang/bug22367.phpt b/tests/lang/bug22367.phpt
index 99baead43b..364472b464 100644
--- a/tests/lang/bug22367.phpt
+++ b/tests/lang/bug22367.phpt
@@ -74,7 +74,7 @@ bool(false)
Notice: Undefined offset: 5 in %sbug22367.php on line %d
-Strict Standards: Only variable references should be returned by reference in %sbug22367.php on line %d
+Notice: Only variable references should be returned by reference in %sbug22367.php on line %d
bool(false)
array(5) {
[0]=>
diff --git a/tests/lang/bug22510.phpt b/tests/lang/bug22510.phpt
index 65a1fc049f..450bbb577d 100644
--- a/tests/lang/bug22510.phpt
+++ b/tests/lang/bug22510.phpt
@@ -96,10 +96,10 @@ ok1
bar::run1
foo::method1
-Strict Standards: Only variable references should be returned by reference in %s on line %d
+Notice: Only variable references should be returned by reference in %s on line %d
foo::method1
-Strict Standards: Only variable references should be returned by reference in %s on line %d
+Notice: Only variable references should be returned by reference in %s on line %d
foo::finalize
done!
ok2
@@ -118,9 +118,9 @@ ouch
bar::run1
foo::method1
-Strict Standards: Only variable references should be returned by reference in %s on line %d
+Notice: Only variable references should be returned by reference in %s on line %d
foo::method1
-Strict Standards: Only variable references should be returned by reference in %s on line %d
+Notice: Only variable references should be returned by reference in %s on line %d
foo::finalize
I'm alive!