From: foobar Date: Thu, 26 Feb 2004 01:07:32 +0000 (+0000) Subject: Remove bogus test: see bug #20993 X-Git-Tag: php-4.3.5RC4~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2f06ce5077d83eb3e5b18078477fa314baa19fd;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) -}