do_alloca_with_limit 1025 Zend/zend_builtin_functions.c 		lc_name = do_alloca_with_limit(class_name_len + 1, use_heap);
do_alloca_with_limit 1057 Zend/zend_builtin_functions.c 		lc_name = do_alloca_with_limit(iface_name_len + 1, use_heap);
do_alloca_with_limit 1170 Zend/zend_compile.c 			short_class_name = do_alloca_with_limit(short_class_name_length + 1, use_heap);
do_alloca_with_limit 1069 Zend/zend_execute_API.c 	lc_name = do_alloca_with_limit(name_length + 1, use_heap);
do_alloca_with_limit  763 Zend/zend_object_handlers.c 	lc_method_name = do_alloca_with_limit(method_len+1, use_heap);