andrei          Mon Mar 27 22:16:53 2006 UTC

  Modified files:              
    /php-src/ext/standard       var.c 
  Log:
  Typo.
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/var.c?r1=1.228&r2=1.229&diff_format=u
Index: php-src/ext/standard/var.c
diff -u php-src/ext/standard/var.c:1.228 php-src/ext/standard/var.c:1.229
--- php-src/ext/standard/var.c:1.228    Mon Mar 27 21:19:12 2006
+++ php-src/ext/standard/var.c  Mon Mar 27 22:16:53 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: var.c,v 1.228 2006/03/27 21:19:12 andrei Exp $ */
+/* $Id: var.c,v 1.229 2006/03/27 22:16:53 andrei Exp $ */
 
 
 
@@ -607,7 +607,7 @@
        
        /* 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.
         */



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to