--TEST-- Test some more oci_bind_by_name error conditions --SKIPIF-- true, 'timesten' => true); // test runs on these DBs require(__DIR__.'/skipif.inc'); preg_match('/.*Release ([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)*/', oci_server_version($c), $matches); if (!(isset($matches[0]) && $matches[1] >= 12)) { die("skip expected output only valid when using Oracle Database 12c or greater"); } preg_match('/^[[:digit:]]+/', oci_client_version(), $matches); if (!(isset($matches[0]) && $matches[0] >= 12)) { die("skip works only with Oracle 12c or greater version of Oracle client libraries"); } ?> --FILE-- --EXPECTF-- Warning: oci_execute(): ORA-06550: line %d, column %d: PLS-00382: %s ORA-06550: line %d, column %d: PL/SQL: %s ORA-06550: line %d, column %d: PLS-00382: %s ORA-06550: line %d, column %d: PL/SQL: %s in %s on line %d bool(false) bool(false) Done