|
|
|
@ -349,7 +349,7 @@ ZEND_API zend_op_array *compile_files(int mark_as_ref CLS_DC, int file_count, .. |
|
|
|
ZEND_API zend_op_array *v_compile_files(int mark_as_ref CLS_DC, int file_count, va_list files); |
|
|
|
ZEND_API zend_op_array *compile_string(zval *source_string CLS_DC); |
|
|
|
ZEND_API zend_op_array *compile_filename(zval *filename CLS_DC); |
|
|
|
ZEND_API inline int open_file_for_scanning(zend_file_handle *file_handle CLS_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 destroy_op_array(zend_op_array *op_array); |
|
|
|
ZEND_API void zend_close_file_handle(zend_file_handle *file_handle CLS_DC); |
|
|
|
|