From 0ab5a2c203ba9968cecce05594d4e13fa393594e Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 19 Nov 2007 08:21:58 +0000 Subject: [PATCH] Fixed tests --- Zend/tests/bug29674.phpt | 4 ++-- Zend/tests/bug29689.phpt | 2 +- ext/dom/tests/bug36756.phpt | 2 +- tests/classes/bug27468.phpt | 2 +- tests/lang/bug27439.phpt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Zend/tests/bug29674.phpt b/Zend/tests/bug29674.phpt index c8346f4649..06133ba4d6 100755 --- a/Zend/tests/bug29674.phpt +++ b/Zend/tests/bug29674.phpt @@ -33,7 +33,7 @@ $obj->printVars(); ===BASE=== string(4) "Base" -Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d +Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d NULL ===CHILD=== string(4) "Base" @@ -43,7 +43,7 @@ Fatal error: Cannot access private property ChildClass::$private_child in %sbug2 ===BASE=== unicode(4) "Base" -Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d +Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d NULL ===CHILD=== unicode(4) "Base" diff --git a/Zend/tests/bug29689.phpt b/Zend/tests/bug29689.phpt index 74dabc1590..12b3430089 100644 --- a/Zend/tests/bug29689.phpt +++ b/Zend/tests/bug29689.phpt @@ -52,7 +52,7 @@ $baz->printFoo(); --EXPECTF-- foo: foo foo2 bar: bar -Notice: Undefined property: bar::$foo2 in %s on line %d +Notice: Undefined property: bar::$foo2 in %s on line %d ---baz-- foo: foo foo2 diff --git a/ext/dom/tests/bug36756.phpt b/ext/dom/tests/bug36756.phpt index a0a221ee60..f969455067 100644 --- a/ext/dom/tests/bug36756.phpt +++ b/ext/dom/tests/bug36756.phpt @@ -31,5 +31,5 @@ child Warning: Couldn't fetch DOMElement. Node no longer exists in %sbug36756.php on line %d -Notice: Undefined property: DOMElement::$nodeType in %sbug36756.php on line %d +Notice: Undefined property: DOMElement::$nodeType in %sbug36756.php on line %d nodeType: diff --git a/tests/classes/bug27468.phpt b/tests/classes/bug27468.phpt index f7ec8b6882..58a7b6cb16 100644 --- a/tests/classes/bug27468.phpt +++ b/tests/classes/bug27468.phpt @@ -11,7 +11,7 @@ new foo(); echo 'OK'; ?> --EXPECTF-- -Notice: Undefined property: foo::$x in %sbug27468.php on line 4 +Notice: Undefined property: foo::$x in %sbug27468.php on line 4 Warning: Invalid argument supplied for foreach() in %sbug27468.php on line 4 OK diff --git a/tests/lang/bug27439.phpt b/tests/lang/bug27439.phpt index 9404b6921c..4bcadb78fd 100755 --- a/tests/lang/bug27439.phpt +++ b/tests/lang/bug27439.phpt @@ -65,7 +65,7 @@ echo "===DONE==="; ?> --EXPECTF-- 123 -Notice: Undefined property: test::$foobar in %s on line %d +Notice: Undefined property: test::$foobar in %s on line %d Warning: Invalid argument supplied for foreach() in %s on line %d -- 2.40.0