mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed tests
This commit is contained in:
parent
43e3933fa3
commit
fcb98cbce8
@ -21,7 +21,7 @@ var_dump($x = $test->test($y));
|
||||
var_dump($y, $x);
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECTF--
|
||||
Notice: Only variable references should be returned by reference in %sclosure_018.php on line 7
|
||||
int(4)
|
||||
|
||||
|
@ -20,7 +20,6 @@ test();
|
||||
|
||||
?>
|
||||
--EXPECTF--
|
||||
|
||||
Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
|
||||
int(9)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user