Searched refs:oci_client_version (Results 1 – 25 of 58) sorted by relevance
123
/PHP-8.1/ext/oci8/tests/ |
H A D | clientversion.phpt | 2 oci_client_version() 8 echo oci_client_version(), "\n";
|
H A D | drcp_connection_class.phpt | 7 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | error3.phpt | 10 $cv = explode('.', oci_client_version());
|
H A D | connect_without_oracle_home.phpt | 14 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
|
H A D | imp_res_get_none.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | connect_without_oracle_home_11.phpt | 14 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
|
H A D | bug47281.phpt | 11 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
|
H A D | calltimeout1.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_get_cancel.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_get_exec.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | error_bind_3.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | db_op_1.phpt | 16 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_func_error.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_call_error.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_cancel.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_get_close_3.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | error_bind_2.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_get_close_1.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_get_close_2.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_get_all.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_4.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_5.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | imp_res_close.phpt | 13 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | db_op_2.phpt | 16 preg_match('/^[[:digit:]]+/', oci_client_version(), $matches);
|
H A D | password_new.phpt | 14 ….([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)\.([[:digit:]]+)/', oci_client_version(), $matches);
|
Completed in 22 milliseconds
123