--TEST-- Assign coalesce: "$a[0] ??= $a" should evaluate the right $a first --FILE-- --EXPECTF-- Warning: Undefined variable $a in %sassign_coalesce_007.php on line 2 array(1) { [0]=> NULL }