Searched refs:ZSTR_ALLOCA_INIT (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_string.h | 52 #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap) in END_EXTERN_C() 73 #define ZSTR_ALLOCA_INIT(str, s, len, use_heap) do { \ macro
|
H A D | zend_API.c | 2933 ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable) + 1, Z_STRLEN_P(callable) - 1, use_heap); in zend_is_callable_check_func() 2947 ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable), Z_STRLEN_P(callable), use_heap); in zend_is_callable_check_func()
|
H A D | zend_execute.c | 618 ZSTR_ALLOCA_INIT(key, cur_arg_info->class_name, strlen(cur_arg_info->class_name), use_heap); in zend_verify_internal_arg_class_kind()
|
Completed in 38 milliseconds