zend_execute_data *call;
USE_OPLINE
+ SAVE_OPLINE();
+
args = emalloc(sizeof(zend_array));
zend_hash_init(args, num_args, NULL, ZVAL_PTR_DTOR, 0);
if (num_args) {
} ZEND_HASH_FILL_END();
}
- SAVE_OPLINE();
call = execute_data;
execute_data = EG(current_execute_data) = EX(prev_execute_data);
zend_execute_data *call;
USE_OPLINE
+ SAVE_OPLINE();
+
args = emalloc(sizeof(zend_array));
zend_hash_init(args, num_args, NULL, ZVAL_PTR_DTOR, 0);
if (num_args) {
} ZEND_HASH_FILL_END();
}
- SAVE_OPLINE();
call = execute_data;
execute_data = EG(current_execute_data) = EX(prev_execute_data);