Home
last modified time | relevance | path

Searched refs:connection_status (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A Dconnection_status.phpt2 int connection_status ( void );
7 var_dump(connection_status() == CONNECTION_NORMAL);
/PHP-7.4/main/
H A Dphp_globals.h107 short connection_status; member
H A Dmain.c1790 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
1840 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()
2741 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/PHP-7.4/ext/standard/
H A Dbasic_functions.h108 PHP_FUNCTION(connection_status);
H A Dbasic_functions.c3061 PHP_FE(connection_status, arginfo_connection_status)
5671 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
5677 PHP_FUNCTION(connection_status) argument
5679 RETURN_LONG(PG(connection_status));
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c431 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()
485 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()
513 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
/PHP-7.4/ext/oci8/
H A Doci8.c1313 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()

Completed in 52 milliseconds