X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_http_message.c;h=591022da4f9edd0f5bdca9ca5d1bae398f472967;hb=e1d5ca36e13696a2e87b618165669fc7c53709c1;hp=cb1192e065ab30795c0bc5f15f9a49fc77414407;hpb=f6a612bfd0eb7ff179c013f3226b6a7790bb4d82;p=m6w6%2Fext-http diff --git a/src/php_http_message.c b/src/php_http_message.c index cb1192e..591022d 100644 --- a/src/php_http_message.c +++ b/src/php_http_message.c @@ -1725,7 +1725,7 @@ static PHP_METHOD(HttpMessage, toCallback) zend_fcall_info_args_clear(&fcd.fci, 1); zval_ptr_dtor(&fcd.fcz); - RETURN_ZVAL(getThis(), 1, 0); + RETURN_ZVAL(&fcd.fcz, 1, 0); } }