mirror of
https://github.com/php/php-src.git
synced 2026-04-12 02:23:18 +02:00
Merge branch 'PHP-7.2' into PHP-7.3
This commit is contained in:
@@ -89,7 +89,7 @@ oci_execute($s);
|
||||
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECT--
|
||||
Test 1. Check how many rows in the table
|
||||
array(1) {
|
||||
["NUMROWS"]=>
|
||||
|
||||
@@ -188,7 +188,7 @@ $s = oci_parse($c, 'drop table lob_null_tab');
|
||||
echo "Done\n";
|
||||
|
||||
?>
|
||||
--EXPECT--
|
||||
--EXPECT--
|
||||
Temporary CLOB: NULL
|
||||
Temporary CLOB: ''
|
||||
Temporary CLOB: text
|
||||
|
||||
@@ -14,7 +14,7 @@ oci_connect("", "", "", false, "qwe");
|
||||
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
--EXPECTF--
|
||||
Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
|
||||
|
||||
Warning: oci_connect(): Privileged connect is disabled. Enable oci8.privileged_connect to be able to connect as SYSOPER or SYSDBA in %s on line %d
|
||||
|
||||
@@ -16,7 +16,7 @@ oci_connect("", "", "", false, "qwe");
|
||||
|
||||
echo "Done\n";
|
||||
?>
|
||||
--EXPECTF--
|
||||
--EXPECTF--
|
||||
Warning: oci_connect(): ORA-%d: %s in %s on line %d
|
||||
|
||||
Warning: oci_connect(): ORA-%d: %s in %s on line %d
|
||||
|
||||
Reference in New Issue
Block a user