From: Antony Dovgal Date: Thu, 13 Oct 2005 09:48:38 +0000 (+0000) Subject: ws fix X-Git-Tag: php-5.1.0RC2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d67821cd021e1d1318f8824cf14a2fcb17f16fdd;p=php ws fix --- diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 63df1b60b7..5e7c4fc9da 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -2005,7 +2005,7 @@ ZEND_API zend_bool zend_is_callable_ex(zval *callable, uint check_flags, char ** memcpy(ptr, "::", sizeof("::") - 1); ptr += sizeof("::") - 1; memcpy(ptr, Z_STRVAL_PP(method), Z_STRLEN_PP(method) + 1); - } + } if (check_flags & IS_CALLABLE_CHECK_SYNTAX_ONLY) return 1;