summaryrefslogtreecommitdiff
path: root/src/classbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classbase.cpp')
-rw-r--r--src/classbase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classbase.cpp b/src/classbase.cpp
index 21d33ba..eadc4c6 100644
--- a/src/classbase.cpp
+++ b/src/classbase.cpp
@@ -1015,9 +1015,9 @@ void ClassBase::writeProperty(zval *object, zval *name, zval *value, const struc
* @return bool
*/
#if PHP_VERSION_ID < 50399
-int ClassBase::hasProperty(zval *object, zval *name, int has_set_exists, void ***tsrm_ls)
+int ClassBase::hasProperty(zval *object, zval *name, int has_set_exists TSRMLS_DC)
#else
-int ClassBase::hasProperty(zval *object, zval *name, int has_set_exists, const struct _zend_literal *key, void ***tsrm_ls)
+int ClassBase::hasProperty(zval *object, zval *name, int has_set_exists, const struct _zend_literal *key TSRMLS_DC)
#endif
{
// the default implementation throws an exception, if we catch that