-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/array/
File Upload :
Current File : //usr/src/php/ext/standard/tests/array/array_next_error1.phpt

--TEST--
next - ensure warning is received when passing an indirect temporary.
--FILE--
<?php
function f() {
    return array(1, 2);
}
var_dump(next(f()));
?>
--EXPECTF--

Strict Standards: Only variables should be passed by reference in %s on line %d
int(2)

Copyright © 2017 || Recoded By Mr.Bumblebee