mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Fixed tests
This commit is contained in:
parent
991f1d8d7a
commit
969dda1b51
5 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ $obj->printVars();
|
||||||
===BASE===
|
===BASE===
|
||||||
string(4) "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
|
NULL
|
||||||
===CHILD===
|
===CHILD===
|
||||||
string(4) "Base"
|
string(4) "Base"
|
||||||
|
|
|
@ -52,7 +52,7 @@ $baz->printFoo();
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
foo: foo foo2
|
foo: foo foo2
|
||||||
bar: bar
|
bar: bar
|
||||||
Notice: Undefined property: bar::$foo2 in %s on line %d
|
Notice: Undefined property: bar::$foo2 in %s on line %d
|
||||||
|
|
||||||
---baz--
|
---baz--
|
||||||
foo: foo foo2
|
foo: foo foo2
|
||||||
|
|
|
@ -31,5 +31,5 @@ child
|
||||||
|
|
||||||
Warning: Couldn't fetch DOMElement. Node no longer exists in %sbug36756.php on line %d
|
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:
|
nodeType:
|
||||||
|
|
|
@ -11,7 +11,7 @@ new foo();
|
||||||
echo 'OK';
|
echo 'OK';
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--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
|
Warning: Invalid argument supplied for foreach() in %sbug27468.php on line 4
|
||||||
OK
|
OK
|
||||||
|
|
|
@ -65,7 +65,7 @@ echo "===DONE===";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--EXPECTF--
|
||||||
123
|
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
|
Warning: Invalid argument supplied for foreach() in %s on line %d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue