diff options
Diffstat (limited to 'ext/oci8/tests')
| -rw-r--r-- | ext/oci8/tests/commit_002.phpt | 6 | ||||
| -rw-r--r-- | ext/oci8/tests/refcur_prefetch_2.phpt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ext/oci8/tests/commit_002.phpt b/ext/oci8/tests/commit_002.phpt index d46ea29922..1819fe116b 100644 --- a/ext/oci8/tests/commit_002.phpt +++ b/ext/oci8/tests/commit_002.phpt @@ -80,11 +80,11 @@ oci_close($c); <?php exit(0); ?> --EXPECTF-- First Insert -Could not execute: ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_X) %s +Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s Second Insert Warning: oci_commit(): ORA-02091: %s -ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d +ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s in %scommit_002.php on line %d Could not commit: ORA-02091: %s -ORA-02290: %s (SYSTEM.COMMIT_002_TAB_CHECK_Y) %s +ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_Y) %s ===DONE=== diff --git a/ext/oci8/tests/refcur_prefetch_2.phpt b/ext/oci8/tests/refcur_prefetch_2.phpt index 751ffa78f0..78ce051756 100644 --- a/ext/oci8/tests/refcur_prefetch_2.phpt +++ b/ext/oci8/tests/refcur_prefetch_2.phpt @@ -291,7 +291,7 @@ Fetch Row from PL/SQL ------Test 3 - Set Prefetch after PL/SQL fetch ---------- Warning: oci_execute(): ORA-01001: %s -ORA-06512: at "SYSTEM.REFCURPKG", line %d +ORA-06512: at "%s.REFCURPKG", line %d ORA-06512: at line %d in %s on line %d Fetch Row from PL/SQL %unicode|string%(%d) "101" |
