]> granicus.if.org Git - php/commitdiff
- ntive is better than standard (Andrei)
authorMarcus Boerger <helly@php.net>
Sat, 13 Aug 2005 21:18:47 +0000 (21:18 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 13 Aug 2005 21:18:47 +0000 (21:18 +0000)
ext/standard/type.c

index 70c18ee21b6a1dbf29817a0f738d8833cc7b9007..c4be0c3395b0624bff16be71c16dae30a1500432 100644 (file)
@@ -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;