-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/tests/lang/
File Upload :
Current File : //usr/src/php/tests/lang/passByReference_002.phpt

--TEST--
Attempt to pass a constant by reference
--FILE--
<?php

function f(&$arg1)
{
	var_dump($arg1++);
}

f(2);

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

Copyright © 2017 || Recoded By Mr.Bumblebee