summaryrefslogtreecommitdiff
path: root/ext/standard/tests/array/array_next_error2.phpt
blob: e9df624e0e3e431c6456c50ecda610065a33af47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
next - ensure we cannot pass a temporary
--FILE--
<?php
function f() {
    return array(1, 2);
}
var_dump(next(array(1, 2)));
?>
--EXPECTF--
Fatal error: Uncaught Error: next(): Argument #1 ($arg) cannot be passed by reference in %s:%d
Stack trace:
#0 {main}
  thrown in %s on line %d