Searched refs:smart_str_append_ex (Results 1 – 2 of 2) sorted by relevance
/php-src/Zend/ |
H A D | zend_smart_str.h | 135 static zend_always_inline void smart_str_append_ex(smart_str *dest, const zend_string *src, bool pe… in smart_str_append_ex() function 141 smart_str_append_ex(dest, src->s, persistent); in smart_str_append_smart_str_ex() 181 smart_str_append_ex(dest, src, false); in smart_str_append()
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 381 smart_str_append_ex(buffer, Z_STR_P(val), persistent); in append_essential_headers() 388 smart_str_append_ex(buffer, dt, persistent); in append_essential_headers()
|
Completed in 23 milliseconds