--TEST-- PHP Spec test generated from ./functions/byrefs_in_array_elements.php --FILE-- int(10) [1]=> bool(true) [2]=> float(2.345) } array(3) { [0]=> int(10) [1]=> NULL [2]=> float(2.345) } bool(true) array(3) { [0]=> &int(10) [1]=> &bool(true) [2]=> &float(2.345) } array(3) { [0]=> &int(10) [1]=> &NULL [2]=> &float(2.345) } NULL int(10)