From: Xinchen Hui Date: Fri, 13 Mar 2015 17:04:00 +0000 (+0800) Subject: Remove TSRMLS X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=326ac546abf99a4693fa34618d0405c62413099b;p=php Remove TSRMLS --- diff --git a/ext/spl/spl_observer.c b/ext/spl/spl_observer.c index e727b9e493..14a0bade71 100644 --- a/ext/spl/spl_observer.c +++ b/ext/spl/spl_observer.c @@ -376,7 +376,7 @@ static HashTable *spl_object_storage_get_gc(zval *obj, zval **table, int *n) /* *table = intern->gcdata; *n = i; - return std_object_handlers.get_properties(obj TSRMLS_CC); + return std_object_handlers.get_properties(obj); } /* }}} */