From b3b53b66401bac527723b55af4e8c05f78b38470 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 13 Aug 2005 21:18:47 +0000 Subject: [PATCH] - ntive is better than standard (Andrei) --- ext/standard/type.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1