Home
last modified time | relevance | path

Searched refs:error_handle (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/tests/array/
H A Dbug77395.phpt5 function error_handle($level, $message, $file = '', $line = 0){
11 set_error_handler('error_handle');
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h424 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size);
H A Doci8.c1574 sb4 php_oci_fetch_errmsg(OCIError *error_handle, text *error_buf, size_t error_buf_size) in php_oci_fetch_errmsg() argument
1578 …PHP_OCI_CALL(OCIErrorGet, (error_handle, (ub4)1, NULL, &error_code, error_buf, (ub4)error_buf_size… in php_oci_fetch_errmsg()

Completed in 21 milliseconds