--TEST-- filter_var_array() and references --EXTENSIONS-- filter --FILE-- --EXPECT-- array(2) { ["test1"]=> int(1) ["test2"]=> int(1) } array(2) { ["test1"]=> int(1) ["test2"]=> &string(1) "1" } string(1) "1" Done