summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-03-13 13:49:58 +0300
committerDmitry Stogov <dmitry@zend.com>2018-03-13 13:49:58 +0300
commitc7045174f1dfd2534c080a36ee6eca18fcbd14d7 (patch)
tree2b5a9b167939175ef42a8247fee7f7feb822e863 /Zend/zend_compile.h
parent9e1e284d489223956a296c5fa1df04990276f92f (diff)
downloadphp-git-c7045174f1dfd2534c080a36ee6eca18fcbd14d7.tar.gz
Moved compiler helper functions from zend_opcode.c to zend_compile.c
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h3
1 files changed, 0 insertions, 3 deletions
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);