From: Christopher Jones Date: Tue, 8 Sep 2020 06:06:33 +0000 (+1000) Subject: Accept updated error number generated by the latest Oracle version X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16d79d7accbbf978323ed1b0e0bf0e0a8ba46834;p=php Accept updated error number generated by the latest Oracle version --- diff --git a/ext/oci8/tests/calltimeout1.phpt b/ext/oci8/tests/calltimeout1.phpt index 865fd62b68..81d4af3e4c 100644 --- a/ext/oci8/tests/calltimeout1.phpt +++ b/ext/oci8/tests/calltimeout1.phpt @@ -45,4 +45,4 @@ $r = mysleep($c, 8); // seconds ?> --EXPECTF-- Test 1 -Execute error was ORA-03136: %s +Execute error was ORA-%r(03136|03156)%r: %s