Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_string.h62 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C()
85 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ macro
H A Dzend_API.c3009 ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable) + 1, Z_STRLEN_P(callable) - 1, use_heap); in zend_is_callable_check_func()
3023 ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable), Z_STRLEN_P(callable), use_heap); in zend_is_callable_check_func()

Completed in 38 milliseconds