Home
last modified time | relevance | path

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

/PHP-7.0/Zend/tests/
H A Dbug47981.phpt7 function errh($errno, $errstr) {
10 set_error_handler("errh");
/PHP-7.0/ext/oci8/
H A Doci8_interface.c1663 dvoid *errh = NULL; in PHP_FUNCTION() local
1674 errh = statement->err; in PHP_FUNCTION()
1685 errh = connection->err; in PHP_FUNCTION()
1692 errh = connection->err; in PHP_FUNCTION()
1697 errh = OCI_G(err); in PHP_FUNCTION()
1706 if (!errh) { in PHP_FUNCTION()
1711 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);
3392 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh) in php_oci_ping_init() argument
3396 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_P… in php_oci_ping_init()
3403 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pin… in php_oci_ping_init()
3417 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_S… in php_oci_ping_init()
3419 OCIMemoryFree(connection->session, errh, next_pingp); in php_oci_ping_init()

Completed in 25 milliseconds