Skip to content

Commit fcb98cb

Browse files
committed
Fixed tests
1 parent 43e3933 commit fcb98cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Zend/tests/closure_018.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var_dump($x = $test->test($y));
2121
var_dump($y, $x);
2222

2323
?>
24-
--EXPECT--
24+
--EXPECTF--
2525
Notice: Only variable references should be returned by reference in %sclosure_018.php on line 7
2626
int(4)
2727

Zend/tests/closure_019.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ test();
2020

2121
?>
2222
--EXPECTF--
23-
2423
Notice: Only variable references should be returned by reference in %sclosure_019.php on line 4
2524
int(9)
2625

0 commit comments

Comments
 (0)