mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
fix test
This commit is contained in:
parent
fc79cb0974
commit
c3fb5e8045
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ oci_connect("", "", "", false, "qwe");
|
|||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d
|
||||
Warning: oci_connect(): ORA-%d: %s in %s on line %d
|
||||
|
||||
Warning: oci_connect(): ORA-01031: insufficient privileges in %s on line %d
|
||||
Warning: oci_connect(): ORA-%d: %s in %s on line %d
|
||||
|
||||
Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue