mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Fixed tests
This commit is contained in:
parent
991f1d8d7a
commit
969dda1b51
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user