Fixed tests

This commit is contained in:
Dmitry Stogov 2013-11-27 21:04:00 +04:00
parent 43e3933fa3
commit fcb98cbce8
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -20,7 +20,6 @@ test();
?>
--EXPECTF--
Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
int(9)