mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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";
|
echo "Done\n";
|
||||||
?>
|
?>
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
int(1)
|
int(1)
|
||||||
int(1)
|
int(1)
|
||||||
|
Strict Standards: Creating default object from empty value in %s on line %d
|
||||||
Done
|
Done
|
||||||
--UEXPECTF--
|
--UEXPECTF--
|
||||||
int(1)
|
int(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue