Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/tests/general_functions/
H A Dconnection_status.phpt2 int connection_status ( void );
7 var_dump(connection_status() == CONNECTION_NORMAL);
/PHP-8.3/main/
H A Dphp_globals.h107 short connection_status; member
H A Dmain.c1743 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
1791 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()
2600 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c2162 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
2167 PHP_FUNCTION(connection_status) argument
2171 RETURN_LONG(PG(connection_status));
H A Dbasic_functions.stub.php2021 function connection_status(): int {} function
H A Dbasic_functions_arginfo.h2346 ZEND_FUNCTION(connection_status);
2975 ZEND_FE(connection_status, arginfo_connection_status)
/PHP-8.3/ext/odbc/
H A Dphp_odbc.c112 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()
165 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()
198 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
/PHP-8.3/ext/oci8/
H A Doci8.c434 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()

Completed in 47 milliseconds