summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-10-13 09:48:38 +0000
committerAntony Dovgal <tony2001@php.net>2005-10-13 09:48:38 +0000
commitd67821cd021e1d1318f8824cf14a2fcb17f16fdd (patch)
tree206f1096c938d5853b0a661dfff8217e12aae64e /Zend/zend_API.c
parentf4371b9cc68b6a1a2f4e03405170e24cf9f8fa9d (diff)
downloadphp-git-d67821cd021e1d1318f8824cf14a2fcb17f16fdd.tar.gz
ws fix
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r--Zend/zend_API.c2
1 files changed, 1 insertions, 1 deletions
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;