Browse Source

fix test

migration/RELEASE_1_0_0
foobar 21 years ago
parent
commit
8429f174b8
  1. 1
      ext/standard/tests/array/bug33940.phpt

1
ext/standard/tests/array/bug33940.phpt

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

Loading…
Cancel
Save