Home
last modified time | relevance | path

Searched refs:PHP_CONNECTION_TIMEOUT (Results 1 – 5 of 5) sorted by relevance

/PHP-7.3/main/
H A Dphp.h473 #define PHP_CONNECTION_TIMEOUT 2 macro
H A Dmain.c1736 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
/PHP-7.3/ext/odbc/
H A Dphp_odbc.c432 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()
486 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()
514 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
/PHP-7.3/ext/oci8/
H A Doci8.c1313 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c3630 REGISTER_LONG_CONSTANT("CONNECTION_TIMEOUT", PHP_CONNECTION_TIMEOUT, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()

Completed in 42 milliseconds