mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
typo
This commit is contained in:
parent
b87cff66b8
commit
00e69ba164
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
because it can break proper ones (Bug #34045)
|
||||||
if (!EX(function_state).function->common.return_reference)
|
if (!EX(function_state).function->common.return_reference)
|
||||||
{
|
{
|
||||||
INIT_PZVAL(*f);
|
INIT_PZVAL(f->retval);
|
||||||
}*/
|
}*/
|
||||||
if (EG(exception)) {
|
if (EG(exception)) {
|
||||||
zval_ptr_dtor(fci->retval);
|
zval_ptr_dtor(fci->retval);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue