zend_op **original_opline_ptr;
ELS_FETCH();
+ *retval_ptr_ptr = NULL;
+
if (object) {
if (object->type != IS_OBJECT) {
return FAILURE;
zend_ptr_stack_push(&EG(argument_stack), (void *) (long) param_count);
- *retval_ptr_ptr = NULL;
if (function_state.function->type == ZEND_USER_FUNCTION) {
calling_symbol_table = EG(active_symbol_table);
ALLOC_HASHTABLE(EG(active_symbol_table));
ZEND_API int zend_register_resource(zval *rsrc_result, void *rsrc_pointer, int rsrc_type)
-{
+{
int rsrc_id;
rsrc_id = zend_list_insert(rsrc_pointer, rsrc_type);