From: Andrei Zmievski Date: Mon, 22 Oct 2001 19:46:48 +0000 (+0000) Subject: Remove redundant conversion. X-Git-Tag: POST_PARAMETER_PARSING_API~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=801cadc3b8a9d7600d8e518aed048b60c4ac89f4;p=php Remove redundant conversion. --- diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c index 46fca2a866..526c2a6484 100644 --- a/ext/ctype/ctype.c +++ b/ext/ctype/ctype.c @@ -100,7 +100,6 @@ static int ctype(int (*iswhat)(int), zval **c) { char *p; int n, len; - convert_to_string_ex(c); p=Z_STRVAL_PP(c); len = Z_STRLEN_PP(c); for(n=0;n