From: Xinchen Hui Date: Sat, 24 May 2014 13:45:07 +0000 (+0800) Subject: typo X-Git-Tag: POST_PHPNG_MERGE~299 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00e69ba16404751728c22dbc03be8fb4bfbfbf91;p=php typo --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 9459344df6..a891f97e08 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -885,7 +885,7 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TS because it can break proper ones (Bug #34045) if (!EX(function_state).function->common.return_reference) { - INIT_PZVAL(*f); + INIT_PZVAL(f->retval); }*/ if (EG(exception)) { zval_ptr_dtor(fci->retval);