From: Marcus Boerger Date: Sat, 13 Aug 2005 21:18:47 +0000 (+0000) Subject: - ntive is better than standard (Andrei) X-Git-Tag: PRE_NEW_OCI8_EXTENSION~275 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3b53b66401bac527723b55af4e8c05f78b38470;p=php - ntive is better than standard (Andrei) --- diff --git a/ext/standard/type.c b/ext/standard/type.c index 70c18ee21b..c4be0c3395 100644 --- a/ext/standard/type.c +++ b/ext/standard/type.c @@ -285,7 +285,7 @@ PHP_FUNCTION(is_float) /* }}} */ /* {{{ proto bool is_string(mixed var) - Returns true if variable is a standard string */ + Returns true if variable is a native string */ PHP_FUNCTION(is_string) { php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_STRING); @@ -309,7 +309,7 @@ PHP_FUNCTION(is_binary) /* }}} */ /* {{{ proto bool is_buffer(mixed var) - Returns true if variable is a standard, unicode or binary string */ + Returns true if variable is a native, unicode or binary string */ PHP_FUNCTION(is_buffer) { pval **arg;