--TEST-- oci_set_call_timeout: test timing out --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); if (strcasecmp($user, "system") && strcasecmp($user, "sys")) { die("skip needs to be run as a user with access to DBMS_LOCK"); } preg_match('/^[[:digit:]]+/', oci_client_version(), $matches); if (!(isset($matches[0]) && $matches[0] >= 18)) { die("skip works only with Oracle 18c or greater version of Oracle client libraries"); } ?> --FILE-- ===DONE=== --EXPECTF-- Test 1 Execute error was ORA-03136: %s ===DONE===