From: Dmitry Stogov Date: Thu, 21 Feb 2008 08:17:00 +0000 (+0000) Subject: Fixed test X-Git-Tag: php-5.2.6RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c40e93b69e64a057963ecbfa2c701e84e4be359;p=php Fixed test --- diff --git a/ext/standard/tests/array/current_variation4.phpt b/ext/standard/tests/array/current_variation4.phpt index 741fced2e7..19864f5842 100644 --- a/ext/standard/tests/array/current_variation4.phpt +++ b/ext/standard/tests/array/current_variation4.phpt @@ -44,6 +44,7 @@ var_dump(current($multi_array)); var_dump(current($multi_array[3][3][3])); // see if internal pointer is in the same position from when accessing this inner array var_dump(current($multi_array[3][3][3][1])); +$multi_array[3] = null; ?> ===DONE=== --EXPECTF--