1
0
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:
Felipe Pena
2008-08-02 02:49:46 +00:00
parent 67a7949c80
commit dd3d9fc455

View File

@@ -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) {