]> granicus.if.org Git - php/commitdiff
Fixed tests
authorDmitry Stogov <dmitry@php.net>
Mon, 19 Nov 2007 08:01:56 +0000 (08:01 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 19 Nov 2007 08:01:56 +0000 (08:01 +0000)
Zend/tests/bug29674.phpt
Zend/tests/bug29689.phpt
ext/dom/tests/bug36756.phpt
tests/classes/bug27468.phpt
tests/lang/bug27439.phpt

index aef91f4061949ff9c13d0d88a735fc4fb196af55..30c23faa0e99cab4194c2da882b0b679309665dc 100755 (executable)
@@ -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"
index 74dabc159041dec188fd378486ffa679f1d07094..12b343008953a55b20eeeba9cf6f4d3b19e751fd 100644 (file)
@@ -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
index af7488d3fdf66045909bdcc0f734e3ae9e253013..4e47b86e4b008c5d5b70ea5b699edf5f4316ddcd 100644 (file)
@@ -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:
index f7ec8b688236261877bedada47ea9eadf83bac21..58a7b6cb167357d685e5227208d3be132b752aef 100644 (file)
@@ -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
index 9404b6921c67a8003c6f5e3ffa82cbe013bf82dc..4bcadb78fd3190803c76ee3a6854fd3418cc01f2 100755 (executable)
@@ -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