/* destruct the function also, then - we have allocated it in get_method */
zend_string_release(func->internal_function.function_name);
efree(func);
- EX(func) = NULL;
+#if ZEND_DEBUG
+ execute_data->func = NULL;
+#endif
}
/* }}} */
/* destruct the function also, then - we have allocated it in get_method */
efree_size(func, sizeof(zend_internal_function));
+#if ZEND_DEBUG
execute_data->func = NULL;
+#endif
}
/* }}} */
/* destruct the function also, then - we have allocated it in get_method */
efree_size(func, sizeof(zend_internal_function));
+#if ZEND_DEBUG
execute_data->func = NULL;
+#endif
}
/* }}} */