From d67821cd021e1d1318f8824cf14a2fcb17f16fdd Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 13 Oct 2005 09:48:38 +0000 Subject: [PATCH] ws fix --- Zend/zend_API.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0