]> granicus.if.org Git - php/commitdiff
Typo.
authorAndrei Zmievski <andrei@php.net>
Mon, 27 Mar 2006 22:16:53 +0000 (22:16 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 27 Mar 2006 22:16:53 +0000 (22:16 +0000)
ext/standard/var.c

index cc5dd0a894f3b18d0590dcf4d950e5de14377db3..47c8a921e1eee3dec848c1f6e21621b566c46676 100644 (file)
@@ -607,7 +607,7 @@ PHP_FUNCTION(var_export)
        
        /* UTODO
         * We need to escape non-ASCII chars with \uXXXX format. php_var_export()
-        * currently uses output_encoding to export Unicode strings. Support it's
+        * currently uses output_encoding to export Unicode strings. Suppose it's
         * set to utf-8. If you use the result of var_export() in non-utf-8 context,
         * there may be trouble.
         */