mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +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===
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue