]> granicus.if.org Git - php/commitdiff
- IS_STRING does not necessarily mean ascii so 'standard' is better
authorMarcus Boerger <helly@php.net>
Sat, 13 Aug 2005 10:19:31 +0000 (10:19 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 13 Aug 2005 10:19:31 +0000 (10:19 +0000)
# Maybe we call them legacy strings

ext/standard/type.c

index 70c1b39e6c603946bc6ddf0bef942dd3045c5471..70c18ee21b6a1dbf29817a0f738d8833cc7b9007 100644 (file)
@@ -309,7 +309,7 @@ PHP_FUNCTION(is_binary)
 /* }}} */
 
 /* {{{ proto bool is_buffer(mixed var)
-   Returns true if variable is a ascii, unicode or binary string */
+   Returns true if variable is a standard, unicode or binary string */
 PHP_FUNCTION(is_buffer)
 {
        pval **arg;