mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
fix test
This commit is contained in:
parent
2f5229c9fc
commit
fd23b700fb
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ oci_connect("", "", "", false, "qwe");
|
||||||
echo "Done\n";
|
echo "Done\n";
|
||||||
?>
|
?>
|
||||||
--EXPECTF--
|
--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
|
Warning: oci_connect(): Invalid session mode specified (-1) in %s on line %d
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue