Home
last modified time | relevance | path

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

/PHP-7.4/Zend/tests/
H A Dbug47981.phpt7 function errh($errno, $errstr) {
10 set_error_handler("errh");
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1718 dvoid *errh = NULL; in PHP_FUNCTION() local
1730 errh = statement->err; in PHP_FUNCTION()
1741 errh = connection->err; in PHP_FUNCTION()
1748 errh = connection->err; in PHP_FUNCTION()
1753 errh = OCI_G(err); in PHP_FUNCTION()
1762 if (!errh) { in PHP_FUNCTION()
1767 errcode = php_oci_fetch_errmsg(errh, errbuf, sizeof(errbuf)); in PHP_FUNCTION()
H A Doci8.c118 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh);
3417 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh) in php_oci_ping_init() argument
3421 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_P… in php_oci_ping_init()
3428 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pin… in php_oci_ping_init()
3442 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_S… in php_oci_ping_init()
3444 OCIMemoryFree(connection->session, errh, next_pingp); in php_oci_ping_init()

Completed in 18 milliseconds