Fixed tests

This commit is contained in:
Dmitry Stogov 2007-11-19 08:19:31 +00:00
parent 991f1d8d7a
commit 969dda1b51
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View 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

View 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:

View 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

View File

@ -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