summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 6fbc0b4e07..d3817ab307 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -57,7 +57,7 @@ typedef struct _zend_fcall_info_cache {
zend_function *function_handler;
zend_class_entry *calling_scope;
zend_class_entry *called_scope;
- zval *object_ptr;
+ zval object;
} zend_fcall_info_cache;
#define ZEND_NS_NAME(ns, name) ns "\\" name