From: Moriyoshi Koizumi Date: Tue, 15 Sep 2009 00:09:13 +0000 (+0000) Subject: - WS fix (spaces to tabs) X-Git-Tag: php-5.4.0alpha1~191^2~2656 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01ecb86a3cfb9ab373c8923b967963de017d1ae9;p=php - WS fix (spaces to tabs) --- diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 4e7fd16133..dc587a73dd 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -872,7 +872,7 @@ int zend_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache TS for (i=0; iparam_count; i++) { zval *param; - if(EX(function_state).function->type == ZEND_INTERNAL_FUNCTION + if (EX(function_state).function->type == ZEND_INTERNAL_FUNCTION && !ARG_SHOULD_BE_SENT_BY_REF(EX(function_state).function, i + 1) && PZVAL_IS_REF(*fci->params[i])) { SEPARATE_ZVAL(fci->params[i]);