diff options
author | Dmitry Stogov <dmitry@php.net> | 2007-11-19 08:19:31 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2007-11-19 08:19:31 +0000 |
commit | 969dda1b51becea9133c746b34e8c3f0ba179f0c (patch) | |
tree | 14f81dcbdcda0e7ae537410b2a254a6890b7161b | |
parent | 991f1d8d7ad8f687c50d52d079fdf8836a41f8c3 (diff) | |
download | php-git-969dda1b51becea9133c746b34e8c3f0ba179f0c.tar.gz |
Fixed tests
-rwxr-xr-x | Zend/tests/bug29674.phpt | 2 | ||||
-rw-r--r-- | Zend/tests/bug29689.phpt | 2 | ||||
-rw-r--r-- | ext/dom/tests/bug36756.phpt | 2 | ||||
-rw-r--r-- | tests/classes/bug27468.phpt | 2 | ||||
-rwxr-xr-x | tests/lang/bug27439.phpt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Zend/tests/bug29674.phpt b/Zend/tests/bug29674.phpt index aef91f4061..30c23faa0e 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" 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 af7488d3fd..4e47b86e4b 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 |