mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fixed tests
This commit is contained in:
parent
991f1d8d7a
commit
969dda1b51
5 changed files with 5 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue