- Fixed test

This commit is contained in:
foobar 2005-08-11 23:51:35 +00:00
parent 417f113940
commit 4ddaf76efc

View File

@ -2,6 +2,7 @@
Bug #33940 array_map() fails to pass by reference when called recursively Bug #33940 array_map() fails to pass by reference when called recursively
--INI-- --INI--
error_reporting=4095 error_reporting=4095
allow_call_time_pass_reference=1
--FILE-- --FILE--
<?php <?php
function ref_map(&$item) { function ref_map(&$item) {