From: foobar Date: Thu, 26 Feb 2004 01:08:04 +0000 (+0000) Subject: Remove bogus test: see bug #20993 X-Git-Tag: RELEASE_0_2_0~151 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79c7c7c84a1654739e7db8ef452e935651c99bb;p=php Remove bogus test: see bug #20993 --- diff --git a/tests/lang/bug27395.phpt b/tests/lang/bug27395.phpt deleted file mode 100644 index 7a9e07b691..0000000000 --- a/tests/lang/bug27395.phpt +++ /dev/null @@ -1,60 +0,0 @@ ---TEST-- -Bug #27395 (reference to an array index makes the array to be passed by reference always) ---FILE-- - ---EXPECT-- -int(1) -array(1) { - [0]=> - &int(1) -} -int(1) -array(1) { - [0]=> - &int(1) -} --------- -array(1) { - [0]=> - int(1) -} -array(1) { - [0]=> - int(1) -} -array(1) { - [0]=> - int(1) -} -array(1) { - [0]=> - int(1) -}