Searched refs:connection_status (Results 1 – 7 of 7) sorted by relevance
2 int connection_status ( void );7 var_dump(connection_status() == CONNECTION_NORMAL);
107 short connection_status; member
1785 PG(connection_status) |= PHP_CONNECTION_TIMEOUT; in php_on_timeout()1833 PG(connection_status) = PHP_CONNECTION_NORMAL; in php_request_startup()2660 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
2141 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);2146 PHP_FUNCTION(connection_status) argument2150 RETURN_LONG(PG(connection_status));
2037 function connection_status(): int {} function
2431 ZEND_FUNCTION(connection_status);3027 ZEND_FE(connection_status, arginfo_connection_status)
131 if (!(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in free_connection()255 if (res->stmt && !(PG(connection_status) & PHP_CONNECTION_TIMEOUT)) { in odbc_result_free()
Completed in 49 milliseconds