summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-08-14 12:15:24 +0800
committerXinchen Hui <laruence@php.net>2014-08-14 12:15:24 +0800
commitc749fe2067d29615df250e59c9a891a63dcc7e7f (patch)
tree77ef801862672bc5fd4d176a992e83647f263759 /Zend/zend_API.h
parentbfc1ae07bec3bda6dc0522da50b35ba093d4247c (diff)
downloadphp-git-c749fe2067d29615df250e59c9a891a63dcc7e7f.tar.gz
cleanup
Diffstat (limited to 'Zend/zend_API.h')
-rw-r--r--Zend/zend_API.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index da7d2033c8..b40afc162f 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -646,6 +646,7 @@ END_EXTERN_C()
} \
} while (0)
#else // attempt to support calls to parent::__construct() ???
+ // see: ext/date/tests/bug67118.phpt
#define ZEND_CTOR_MAKE_NULL() do { \
if (EG(current_execute_data)->return_value) { \
zval_ptr_dtor(EG(current_execute_data)->return_value); \