--TEST-- Implicit initialisation when passing by reference --FILE-- --EXPECTF-- Passing undefined by value Notice: Undefined variable: undef1 in %s on line %d Notice: Trying to access array offset on value of type null in %s on line %d Inside passbyVal call: NULL After call Notice: Undefined variable: undef1 in %s on line %d NULL Passing undefined by reference Inside passbyRef call: NULL After call array(1) { [0]=> NULL }