From a79c7c7c84a1654739e7db8ef452e935651c99bb Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 26 Feb 2004 01:08:04 +0000 Subject: [PATCH] Remove bogus test: see bug #20993 --- tests/lang/bug27395.phpt | 60 ---------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 tests/lang/bug27395.phpt 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) -} -- 2.50.1