ZSTR_ALLOCA_INIT 2936 Zend/zend_API.c ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable) + 1, Z_STRLEN_P(callable) - 1, use_heap); ZSTR_ALLOCA_INIT 2950 Zend/zend_API.c ZSTR_ALLOCA_INIT(lmname, Z_STRVAL_P(callable), Z_STRLEN_P(callable), use_heap); ZSTR_ALLOCA_INIT 613 Zend/zend_execute.c ZSTR_ALLOCA_INIT(key, cur_arg_info->class_name, strlen(cur_arg_info->class_name), use_heap); ZSTR_ALLOCA_INIT 51 Zend/zend_string.h #define STR_ALLOCA_INIT(str, s, len, use_heap) ZSTR_ALLOCA_INIT(str, s, len, use_heap)