mirror of
https://github.com/php/php-src.git
synced 2024-12-14 20:33:36 +08:00
Mask schemaname in error messages
This commit is contained in:
parent
ad4b429633
commit
9b3e080098
@ -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===
|
||||
|
@ -175,7 +175,7 @@ array(2) {
|
||||
}
|
||||
|
||||
Warning: oci_execute(): ORA-01002: %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
|
||||
NULL
|
||||
@ -218,7 +218,7 @@ array(2) {
|
||||
}
|
||||
|
||||
Warning: oci_execute(): ORA-01002: %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
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user