]> granicus.if.org Git - php/commitdiff
typo
authorXinchen Hui <laruence@php.net>
Sat, 24 May 2014 13:45:07 +0000 (21:45 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 24 May 2014 13:45:07 +0000 (21:45 +0800)
Zend/zend_execute_API.c

index 9459344df6e16847ac9aee66dcd7768968dc0bf5..a891f97e0807ebe7cbc90fa7d7736885b596d07b 100644 (file)
@@ -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);