Home
last modified time | relevance | path

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

/PHP-7.0/ext/oci8/
H A Doci8.c1313 (PG(connection_status) & PHP_CONNECTION_TIMEOUT) || in php_oci_pconnection_list_np_dtor()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c438 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in ZEND_GET_MODULE()
492 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_conn()
520 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in _close_odbc_pconn()
/PHP-7.0/ext/standard/
H A Dbasic_functions.c3012 PHP_FE(connection_status, arginfo_connection_status)
5501 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
5507 PHP_FUNCTION(connection_status) argument
5509 RETURN_LONG(PG(connection_status));
H A Dbasic_functions.h110 PHP_FUNCTION(connection_status);
/PHP-7.0/ext/standard/tests/general_functions/
H A Dconnection_status.phpt2 int connection_status ( void );
7 var_dump(connection_status() == CONNECTION_NORMAL);
/PHP-7.0/main/
H A Dmain.c1528 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()
1561 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_start_sapi()
1609 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()
2583 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
H A Dphp_globals.h109 short connection_status; member

Completed in 49 milliseconds