mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
Add to the API
This commit is contained in:
parent
e5360259a4
commit
727398b2d4
@ -1023,7 +1023,7 @@ void do_return(znode *expr, int do_end_vparse CLS_DC)
|
||||
}
|
||||
|
||||
|
||||
void function_add_ref(zend_function *function)
|
||||
ZEND_API void function_add_ref(zend_function *function)
|
||||
{
|
||||
if (function->type == ZEND_USER_FUNCTION) {
|
||||
zend_op_array *op_array = &function->op_array;
|
||||
|
@ -365,7 +365,7 @@ void do_extended_fcall_end(CLS_D);
|
||||
|
||||
void do_ticks(CLS_D);
|
||||
|
||||
void function_add_ref(zend_function *function);
|
||||
ZEND_API void function_add_ref(zend_function *function);
|
||||
|
||||
#define INITIAL_OP_ARRAY_SIZE 64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user