Searched refs:smart_str_appendc_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_smart_str.h | 123 static zend_always_inline void smart_str_appendc_ex(smart_str *dest, char ch, bool persistent) { in smart_str_appendc_ex() function 185 smart_str_appendc_ex(dest, ch, false); in smart_str_appendc()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 348 smart_str_appendc_ex(buffer, '/', persistent); in append_http_status_line() 350 smart_str_appendc_ex(buffer, '.', persistent); in append_http_status_line() 352 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line() 354 smart_str_appendc_ex(buffer, ' ', persistent); in append_http_status_line()
|
Completed in 15 milliseconds