Searched refs:smart_str_appendc_ex (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_smart_str.h | 31 smart_str_appendc_ex((dest), (c), 0) 116 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() function
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli_server.c | 340 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line() 342 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line() 344 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line() 346 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
|
Completed in 13 milliseconds