From: Antony Dovgal Date: Wed, 9 Aug 2006 12:12:10 +0000 (+0000) Subject: oops, wrong directory X-Git-Tag: RELEASE_1_0_0RC1~2013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=783bcdde3edcf487a73dd13e240dc354da15ad5b;p=php oops, wrong directory --- diff --git a/ext/oci8/bug37581.phpt b/ext/oci8/bug37581.phpt deleted file mode 100644 index ec86c51959..0000000000 --- a/ext/oci8/bug37581.phpt +++ /dev/null @@ -1,69 +0,0 @@ ---TEST-- -Bug #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC) ---SKIPIF-- - ---FILE-- - ---EXPECTF-- -array(5) { - [0]=> - string(1) "A" - [1]=> - string(1) "B" - [2]=> - string(1) "C" - [3]=> - string(1) "D" - [4]=> - string(1) "E" -} -array(5) { - [0]=> - string(1) "A" - [1]=> - string(1) "B" - [2]=> - string(1) "C" - [3]=> - string(1) "D" - [4]=> - string(1) "E" -} -Done