summaryrefslogtreecommitdiff
path: root/Zend/zend_compile.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-04-29 01:30:17 +0000
committerZeev Suraski <zeev@php.net>2000-04-29 01:30:17 +0000
commite0a48fe623cffe6cae397c40f4b98113f28686cf (patch)
tree00082761d0642456d59256b9b642731a9a48c9c4 /Zend/zend_compile.h
parent32ffe0ba6fafc27fb47aa54710326e1b7e48bb94 (diff)
downloadphp-git-e0a48fe623cffe6cae397c40f4b98113f28686cf.tar.gz
Beautify
Diffstat (limited to 'Zend/zend_compile.h')
-rw-r--r--Zend/zend_compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.h b/Zend/zend_compile.h
index 4551ab1d48..0c1d2de14a 100644
--- a/Zend/zend_compile.h
+++ b/Zend/zend_compile.h
@@ -373,7 +373,7 @@ ZEND_API zend_op_array *v_compile_files(int type CLS_DC, int file_count, va_list
ZEND_API zend_op_array *compile_string(zval *source_string CLS_DC);
ZEND_API zend_op_array *compile_filename(int type, zval *filename CLS_DC ELS_DC);
ZEND_API int open_file_for_scanning(zend_file_handle *file_handle CLS_DC);
-ZEND_API void init_op_array(zend_op_array *op_array, int initial_ops_size);
+ZEND_API void init_op_array(zend_op_array *op_array, int type, int initial_ops_size);
ZEND_API void destroy_op_array(zend_op_array *op_array);
ZEND_API void zend_close_file_handle(zend_file_handle *file_handle CLS_DC);
ZEND_API void zend_open_file_dtor(zend_file_handle *fh);