tony2001 Fri Jan 19 19:43:25 2007 UTC
Modified files:
/php-src/ext/oci8/tests array_bind_013.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/array_bind_013.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/oci8/tests/array_bind_013.phpt
diff -u php-src/ext/oci8/tests/array_bind_013.phpt:1.1
php-src/ext/oci8/tests/array_bind_013.phpt:1.2
--- php-src/ext/oci8/tests/array_bind_013.phpt:1.1 Tue Sep 12 20:32:06 2006
+++ php-src/ext/oci8/tests/array_bind_013.phpt Fri Jan 19 19:43:25 2007
@@ -16,7 +16,7 @@
var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, -1));
var_dump(oci_bind_array_by_name($statement, ":c1", $array, 5, 0));
-oci_execute($statement);
[EMAIL PROTECTED]($statement);
var_dump($array);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php