diff options
Diffstat (limited to 'ext/oci8/tests/imp_res_get_close_2.phpt')
-rw-r--r-- | ext/oci8/tests/imp_res_get_close_2.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/oci8/tests/imp_res_get_close_2.phpt b/ext/oci8/tests/imp_res_get_close_2.phpt index b3153834ba..419a4f4f05 100644 --- a/ext/oci8/tests/imp_res_get_close_2.phpt +++ b/ext/oci8/tests/imp_res_get_close_2.phpt @@ -56,9 +56,8 @@ while (($s1 = oci_get_implicit_resultset($s))) { --EXPECTF-- Test 1 1 - 2 Warning: oci_fetch_array(): OCI_INVALID_HANDLE in %s on line %d -Warning: oci_get_implicit_resultset(): %d is not a valid oci8 statement resource in %s on line %d +Warning: oci_get_implicit_resultset(): supplied resource is not a valid oci8 statement resource in %s on line %d ===DONE=== |