Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp.h429 #define PHP_CONNECTION_ABORTED 1 macro
H A Dmain.c2623 PG(connection_status) = PHP_CONNECTION_ABORTED; in php_handle_aborted_connection()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c302 REGISTER_LONG_CONSTANT("CONNECTION_ABORTED", PHP_CONNECTION_ABORTED, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2205 RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);

Completed in 41 milliseconds