Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_smart_str.c26 #define SMART_STR_NEW_LEN(len) \ macro
34 : SMART_STR_NEW_LEN(len); in smart_str_erealloc()
38 str->a = SMART_STR_NEW_LEN(len); in smart_str_erealloc()
48 : SMART_STR_NEW_LEN(len); in smart_str_realloc()
52 str->a = SMART_STR_NEW_LEN(len); in smart_str_realloc()

Completed in 7 milliseconds