From: foobar Date: Thu, 15 May 2003 17:50:29 +0000 (+0000) Subject: better not confuse people with this test.. X-Git-Tag: php-4.3.2RC3~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35fb4f2c20897e5c0aec3d0099a9d124b62ecd82;p=php better not confuse people with this test.. --- diff --git a/tests/lang/bug23624.phpt b/tests/lang/bug23624.phpt deleted file mode 100644 index 81afefb47e..0000000000 --- a/tests/lang/bug23624.phpt +++ /dev/null @@ -1,12 +0,0 @@ ---TEST-- -Bug #23624 (foreach leaves current array key as null) ---FILE-- - $value); - var_dump(current($arr)); -?> ---EXPECT-- -string(3) "one" -string(5) "three"