Home
last modified time | relevance | path

Searched refs:ncode (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/main/
H A DSAPI.c574 static void sapi_update_response_code(int ncode) in sapi_update_response_code() argument
578 if (SG(sapi_headers).http_response_code == ncode) { in sapi_update_response_code()
586 SG(sapi_headers).http_response_code = ncode; in sapi_update_response_code()
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregcomp.c6093 int ncode; in print_compiled_byte_code_list() local
6099 ncode = 0; in print_compiled_byte_code_list()
6101 ncode++; in print_compiled_byte_code_list()
6103 if (ncode % 5 == 0) in print_compiled_byte_code_list()

Completed in 19 milliseconds