1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/standard/tests/array/array_next_error2.phpt

12 lines
222 B
PHP

--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: Only variables can be passed by reference in %s on line %d