closure_this     1705 ext/reflection/php_reflection.c 	zval* closure_this;
closure_this     1712 ext/reflection/php_reflection.c 		closure_this = zend_get_closure_this_ptr(&intern->obj);
closure_this     1713 ext/reflection/php_reflection.c 		if (!Z_ISUNDEF_P(closure_this)) {
closure_this     1714 ext/reflection/php_reflection.c 			ZVAL_COPY(return_value, closure_this);