mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Export pass_include() for Windows
This commit is contained in:
parent
61792f9cc5
commit
207167c54b
2 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@ int get_next_op_number(zend_op_array *op_array);
|
|||
int print_class(zend_class_entry *class_entry);
|
||||
void print_op_array(zend_op_array *op_array, int optimizations);
|
||||
int pass_two(zend_op_array *op_array);
|
||||
void pass_include_eval(zend_op_array *op_array);
|
||||
ZEND_API void pass_include_eval(zend_op_array *op_array);
|
||||
zend_brk_cont_element *get_next_brk_cont_element(zend_op_array *op_array);
|
||||
ZEND_API zend_bool zend_is_compiling(void);
|
||||
|
||||
|
|
|
@ -304,7 +304,7 @@ int pass_two(zend_op_array *op_array)
|
|||
}
|
||||
|
||||
|
||||
void pass_include_eval(zend_op_array *op_array)
|
||||
ZEND_API void pass_include_eval(zend_op_array *op_array)
|
||||
{
|
||||
zend_op *opline=op_array->opcodes, *end=opline+op_array->last;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue