by_ref_error.phpt   [plain text]


--TEST--
By-ref variadics enforce the reference
--FILE--
<?php

function test(&... $args) { }

test(1);

?>
--EXPECTF--
Fatal error: Only variables can be passed by reference in %s on line %d