Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.h144 static zend_always_inline void smart_str_append_long_ex(smart_str *dest, zend_long num, bool persis… in smart_str_append_long_ex() function
152 smart_str_append_long_ex(dest, num, false); in smart_str_append_long()
/php-src/sapi/cli/
H A Dphp_cli_server.c349 smart_str_append_long_ex(buffer, protocol_version / 100, persistent); in append_http_status_line()
351 smart_str_append_long_ex(buffer, protocol_version % 100, persistent); in append_http_status_line()
353 smart_str_append_long_ex(buffer, response_code, persistent); in append_http_status_line()

Completed in 14 milliseconds