Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/general_functions/
H A Dconnection_status.phpt2 int connection_status ( void );
7 var_dump(connection_status() == CONNECTION_NORMAL);
/php-src/main/
H A Dphp_globals.h107 short connection_status; member
H A Dmain.c1727 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
1775 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()
2591 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/php-src/ext/standard/
H A Dbasic_functions.c2127 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
2132 PHP_FUNCTION(connection_status) argument
2136 RETURN_LONG(PG(connection_status));
H A Dbasic_functions.stub.php2049 function connection_status(): int {} function
H A Dbasic_functions_arginfo.h2452 ZEND_FUNCTION(connection_status);
3079 ZEND_FE(connection_status, arginfo_connection_status)
/php-src/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()
192 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()

Completed in 48 milliseconds