mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Fixed test
This commit is contained in:
parent
8be988a8a4
commit
5840963846
1 changed files with 2 additions and 1 deletions
|
@ -24,9 +24,10 @@ var_dump($val) ;
|
|||
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
int(1)
|
||||
int(1)
|
||||
Strict Standards: Creating default object from empty value in %s on line %d
|
||||
Done
|
||||
--UEXPECTF--
|
||||
int(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue