PHP_CONNECTION_ABORTED 3568 ext/standard/basic_functions.c 	REGISTER_LONG_CONSTANT("CONNECTION_ABORTED", PHP_CONNECTION_ABORTED, CONST_CS | CONST_PERSISTENT);
PHP_CONNECTION_ABORTED 5504 ext/standard/basic_functions.c 	RETURN_LONG(PG(connection_status) & PHP_CONNECTION_ABORTED);
PHP_CONNECTION_ABORTED 2554 main/main.c    	PG(connection_status) = PHP_CONNECTION_ABORTED;