summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-04-02 13:43:58 +0000
committerDmitry Stogov <dmitry@php.net>2004-04-02 13:43:58 +0000
commit794358f3852c0819ae906e1f190d4d001bf71df4 (patch)
tree0913d6eae858152ceb51944f45b17d29d41b6f63
parent6f6ef6deed7446a19e6f815f95fdebc24eaca505 (diff)
downloadphp-git-794358f3852c0819ae906e1f190d4d001bf71df4.tar.gz
Test file was fixed (implicit cloning strict warnings)
-rw-r--r--tests/lang/bug22367.phpt10
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/lang/bug22367.phpt b/tests/lang/bug22367.phpt
index 5569c6cbcd..e2e16bc938 100644
--- a/tests/lang/bug22367.phpt
+++ b/tests/lang/bug22367.phpt
@@ -65,13 +65,15 @@ var_dump($a->test);
?>
--EXPECTF--
-Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in %sbug22367.php on line %d
+Strict Standards: Declaration of bar::a() must be compatible with that of foo::a() in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 45
+
+Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 47
int(5)
bool(false)
-Notice: Undefined offset: %d in %s on line %d
+Notice: Undefined offset: 5 in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 9
-Strict Standards: Only variable references should be returned by reference in %s on line %d
+Strict Standards: Only variable references should be returned by reference in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 40
bool(false)
array(5) {
[0]=>
@@ -97,6 +99,8 @@ array(5) {
[4]=>
int(4)
}
+
+Strict Standards: Implicit cloning object of class 'bar' because of 'zend.ze1_compatibility_mode' in /home/dmitry/php/php5.work/tests/lang/bug22367.php on line 54
int(2)
bool(true)
bool(true)