1
0
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:
Christopher Jones
2018-09-24 16:02:19 +10:00
4 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ oci_execute($s);
echo "Done\n";
?>
--EXPECT--
--EXPECT--
Test 1. Check how many rows in the table
array(1) {
["NUMROWS"]=>

View File

@@ -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

View File

@@ -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

View File

@@ -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