Remove redundant conversion.

This commit is contained in:
Andrei Zmievski 2001-10-22 19:46:48 +00:00
parent a575980813
commit 801cadc3b8

View File

@ -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<len;n++) {