diff options
author | Christopher Jones <sixd@php.net> | 2010-04-28 17:26:59 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2010-04-28 17:26:59 +0000 |
commit | 14014553c3e61b9ddac2a0106a7f546d4d3d0600 (patch) | |
tree | 26092a68521b3edd8c5af80037afe9aca49ba09f /ext/oci8 | |
parent | 69efd7f5c707ef7ad9c47dd8ce78c397eb74fd24 (diff) | |
download | php-git-14014553c3e61b9ddac2a0106a7f546d4d3d0600.tar.gz |
Mask schemaname in error messages
Diffstat (limited to 'ext/oci8')
-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" |