Home
last modified time | relevance | path

Searched refs:PHP_CONNECTION_ABORTED (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/main/
H A Dphp.h445 #define PHP_CONNECTION_ABORTED 1 macro
H A Dmain.c2741 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3612 REGISTER_LONG_CONSTANT("CONNECTION_ABORTED", PHP_CONNECTION_ABORTED, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
5671 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);

Completed in 27 milliseconds