Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_smart_str.h134 static zend_always_inline void smart_str_append_ex(smart_str *dest, const zend_string *src, bool pe… in smart_str_append_ex() function
140 smart_str_append_ex(dest, src->s, persistent); in smart_str_append_smart_str_ex()
180 smart_str_append_ex(dest, src, false); in smart_str_append()
/PHP-8.3/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