From c7045174f1dfd2534c080a36ee6eca18fcbd14d7 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Tue, 13 Mar 2018 13:49:58 +0300 Subject: Moved compiler helper functions from zend_opcode.c to zend_compile.c --- Zend/zend_compile.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Zend/zend_compile.h') diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h index 2c708bdd30..b03f8bd677 100644 --- a/Zend/zend_compile.h +++ b/Zend/zend_compile.h @@ -772,10 +772,7 @@ ZEND_API int zend_unmangle_property_name_ex(const zend_string *name, const char #define ZEND_FUNCTION_DTOR zend_function_dtor #define ZEND_CLASS_DTOR destroy_zend_class -zend_op *get_next_op(zend_op_array *op_array); -void init_op(zend_op *op); ZEND_API int pass_two(zend_op_array *op_array); -zend_brk_cont_element *get_next_brk_cont_element(void); ZEND_API zend_bool zend_is_compiling(void); ZEND_API char *zend_make_compiled_string_description(const char *name); ZEND_API void zend_initialize_class_data(zend_class_entry *ce, zend_bool nullify_handlers); -- cgit v1.2.1