From: Hartmut Holzgraefe Date: Fri, 18 May 2001 16:42:54 +0000 (+0000) Subject: a small proto clarification X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=002d241a03a998697139013932497e0ce9635606;p=php a small proto clarification --- diff --git a/ext/ctype/ctype.c b/ext/ctype/ctype.c index 52115b7e5a..33cf94215f 100644 --- a/ext/ctype/ctype.c +++ b/ext/ctype/ctype.c @@ -235,7 +235,7 @@ PHP_FUNCTION(ctype_print) /* }}} */ /* {{{ proto bool ispunct(mixed c) - Check for any printable character which is not a space or an alphanumeric character */ + Check for any printable character which is not whitespace or an alphanumeric character */ PHP_FUNCTION(ctype_punct) { PHP_EXPERIMENTAL("4.0.4dev",NULL)