__call handlers.
@ -514,7 +514,7 @@ static void zend_std_unset_dimension(zval *object, zval *offset TSRMLS_DC)
}
static void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS)
ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS)
{
zval ***args;
zend_internal_function *func = (zend_internal_function *)EG(function_state_ptr)->function;
@ -129,6 +129,8 @@ ZEND_API int zend_check_protected(zend_class_entry *ce, zend_class_entry *scope)
ZEND_API int zend_check_property_access(zend_object *zobj, char *prop_info_name TSRMLS_DC);
ZEND_API void zend_std_call_user_call(INTERNAL_FUNCTION_PARAMETERS);
#endif
/*