Home
last modified time | relevance | path

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

/PHP-7.4/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.4/sapi/cli/
H A Dphp_cli_server.c341 smart_str_append_long_ex(buffer, protocol_version / 100, persistent); in append_http_status_line()
343 smart_str_append_long_ex(buffer, protocol_version % 100, persistent); in append_http_status_line()
345 smart_str_append_long_ex(buffer, response_code, persistent); in append_http_status_line()

Completed in 17 milliseconds