From: Marcus Boerger Date: Sat, 13 Aug 2005 10:19:31 +0000 (+0000) Subject: - IS_STRING does not necessarily mean ascii so 'standard' is better X-Git-Tag: PRE_NEW_OCI8_EXTENSION~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff1d752b814534539bb86d574d884b3c43a4c100;p=php - IS_STRING does not necessarily mean ascii so 'standard' is better # Maybe we call them legacy strings --- diff --git a/ext/standard/type.c b/ext/standard/type.c index 70c1b39e6c..70c18ee21b 100644 --- a/ext/standard/type.c +++ b/ext/standard/type.c @@ -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;