Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_smart_str.h41 smart_str_append_long_ex((dest), (val), 0)
124 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, zend_bool p… in smart_str_append_long_ex() function
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c336 smart_str_append_long_ex(buffer, protocol_version / 100, persistent); in append_http_status_line()
338 smart_str_append_long_ex(buffer, protocol_version % 100, persistent); in append_http_status_line()
340 smart_str_append_long_ex(buffer, response_code, persistent); in append_http_status_line()

Completed in 15 milliseconds