From d761aa7eb2cd3e789b13f6372d7300eb811c6061 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Mon, 27 Mar 2006 22:16:53 +0000 Subject: [PATCH] Typo. --- ext/standard/var.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/var.c b/ext/standard/var.c index cc5dd0a894..47c8a921e1 100644 --- a/ext/standard/var.c +++ b/ext/standard/var.c @@ -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. */ -- 2.50.1