Home
last modified time | relevance | path

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

/PHP-8.3/sapi/cli/
H A Dphp_cli_server.c120 static zend_string* cli_concat_persistent_zstr_with_char(zend_string *old_str, const char *at, size…
1726 static zend_string* cli_concat_persistent_zstr_with_char(zend_string *old_str, const char *at, size… in cli_concat_persistent_zstr_with_char() argument
1730 ZEND_ASSERT(GC_REFCOUNT(old_str) == 1); in cli_concat_persistent_zstr_with_char()
1732 size_t old_length = ZSTR_LEN(old_str); in cli_concat_persistent_zstr_with_char()
1733 zend_string *str = zend_string_extend(old_str, old_length + length, /* persistent */ true); in cli_concat_persistent_zstr_with_char()

Completed in 12 milliseconds