Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_smart_str.h43 smart_str_append_long_ex((dest), (val), 0)
135 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.3/sapi/cli/
H A Dphp_cli_server.c334 smart_str_append_long_ex(buffer, protocol_version / 100, persistent); in append_http_status_line()
336 smart_str_append_long_ex(buffer, protocol_version % 100, persistent); in append_http_status_line()
338 smart_str_append_long_ex(buffer, response_code, persistent); in append_http_status_line()

Completed in 20 milliseconds