Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.h135 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 Dphp_cli_server.c381 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 18 milliseconds