summaryrefslogtreecommitdiff
path: root/ext/ctype/ctype.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ctype/ctype.c')
-rw-r--r--ext/ctype/ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c
index f5d7ac35fa..9b8abe6b06 100644
--- a/ext/ctype/ctype.c
+++ b/ext/ctype/ctype.c
@@ -145,7 +145,7 @@ static PHP_MINFO_FUNCTION(ctype)
#define CTYPE(iswhat) \
zval *c, tmp; \
ZEND_PARSE_PARAMETERS_START(1, 1); \
- Z_PARAM_ZVAL_DEREF(c) \
+ Z_PARAM_ZVAL(c) \
ZEND_PARSE_PARAMETERS_END(); \
if (Z_TYPE_P(c) == IS_LONG) { \
if (Z_LVAL_P(c) <= 255 && Z_LVAL_P(c) >= 0) { \