Home
last modified time | relevance | path

Searched refs:ZSTR_ALLOCA_INIT (Results 1 – 3 of 3) sorted by path

/PHP-7.1/Zend/
H A Dzend_API.c2933 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 Dzend_execute.c618 ZSTR_ALLOCA_INIT(key, cur_arg_info->class_name, strlen(cur_arg_info->class_name), use_heap); in zend_verify_internal_arg_class_kind()
H A Dzend_string.h52 #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

Completed in 35 milliseconds