mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add missing exports
This commit is contained in:
parent
38085881a6
commit
0c164128f8
2 changed files with 2 additions and 2 deletions
|
@ -898,7 +898,7 @@ typedef struct _object_info {
|
|||
zval *ptr;
|
||||
} object_info;
|
||||
|
||||
void execute(zend_op_array *op_array ELS_DC)
|
||||
ZEND_API void execute(zend_op_array *op_array ELS_DC)
|
||||
{
|
||||
zend_op *opline = op_array->opcodes;
|
||||
#if SUPPORT_INTERACTIVE
|
||||
|
|
|
@ -52,7 +52,7 @@ ZEND_API extern void (*zend_execute)(zend_op_array *op_array ELS_DC);
|
|||
|
||||
void init_executor(CLS_D ELS_DC);
|
||||
void shutdown_executor(ELS_D);
|
||||
void execute(zend_op_array *op_array ELS_DC);
|
||||
ZEND_API void execute(zend_op_array *op_array ELS_DC);
|
||||
ZEND_API int zend_is_true(zval *op);
|
||||
static inline void safe_free_zval_ptr(zval *p)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue