tony2001 Fri Jan 19 19:43:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8/tests array_bind_013.phpt Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/array_bind_013.phpt?r1=1.1.2.2&r2=1.1.2.3&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.2.2 php-src/ext/oci8/tests/array_bind_013.phpt:1.1.2.3 --- php-src/ext/oci8/tests/array_bind_013.phpt:1.1.2.2 Tue Sep 12 20:32:38 2006 +++ php-src/ext/oci8/tests/array_bind_013.phpt Fri Jan 19 19:43:30 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