mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
- Removed unnecessary TSRMLS_FETCH()
This commit is contained in:
@@ -1215,7 +1215,6 @@ static int zend_merge_property(zval **value TSRMLS_DC, int num_args, va_list arg
|
||||
zval *obj = va_arg(args, zval *);
|
||||
zend_object_handlers *obj_ht = va_arg(args, zend_object_handlers *);
|
||||
zval *member;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
MAKE_STD_ZVAL(member);
|
||||
if (hash_key->type == IS_STRING) {
|
||||
|
||||
Reference in New Issue
Block a user