From 88ec761548b66f58acc1a86cdd0fc164ca925476 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 15 Oct 2006 21:09:28 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'PECL_OPENSSL'. --- ext/oci8/tests/array_bind_float.phpt | 74 ------------------------------------ 1 file changed, 74 deletions(-) delete mode 100644 ext/oci8/tests/array_bind_float.phpt (limited to 'ext/oci8/tests/array_bind_float.phpt') diff --git a/ext/oci8/tests/array_bind_float.phpt b/ext/oci8/tests/array_bind_float.phpt deleted file mode 100644 index 1aafb24317..0000000000 --- a/ext/oci8/tests/array_bind_float.phpt +++ /dev/null @@ -1,74 +0,0 @@ ---TEST-- -oci_bind_array_by_name() and SQLT_FLT ---SKIPIF-- - ---FILE-- - ---EXPECT-- -array(5) { - [0]=> - float(5.9999) - [1]=> - float(4.2123) - [2]=> - float(3.4234) - [3]=> - float(2.5658) - [4]=> - float(1.243) -} -Done -- cgit v1.2.1