Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug47981.phpt7 function errh($errno, $errstr) {
10 set_error_handler("errh");
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1628 dvoid *errh = NULL; local
1640 errh = statement->err;
1651 errh = connection->err;
1658 errh = connection->err;
1663 errh = OCI_G(err);
1672 if (!errh) {
1677 errcode = php_oci_fetch_errmsg(errh, &errbuf TSRMLS_CC);
H A Doci8.c151 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh TSRMLS_DC);
3321 static sword php_oci_ping_init(php_oci_connection *connection, OCIError *errh TSRMLS_DC) in php_oci_ping_init()
3325 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextGetValue, (connection->session, errh, (ub1 *)"NEXT_P… in php_oci_ping_init()
3332 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIMemoryAlloc, (connection->session, errh, (void **)&next_pin… in php_oci_ping_init()
3346 …PHP_OCI_CALL_RETURN(OCI_G(errcode), OCIContextSetValue, (connection->session, errh, OCI_DURATION_S… in php_oci_ping_init()
3348 OCIMemoryFree(connection->session, errh, next_pingp); in php_oci_ping_init()

Completed in 43 milliseconds