mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
- Fixed test
This commit is contained in:
parent
417f113940
commit
4ddaf76efc
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user