From 4ab97f25a8cfd6c7c33872b2000f84de5bd1d281 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 7 Apr 2008 12:13:36 +0000 Subject: [PATCH] fix test --- sapi/cli/tests/bug44564.phpt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sapi/cli/tests/bug44564.phpt b/sapi/cli/tests/bug44564.phpt index da05bbbb15..bb2594a0ec 100644 --- a/sapi/cli/tests/bug44564.phpt +++ b/sapi/cli/tests/bug44564.phpt @@ -1,8 +1,14 @@ --TEST-- Bug #44564 (escapeshellarg removes UTF-8 multi-byte characters) +--SKIPIF-- + --FILE-- ')); var_dump(escapeshellarg('f~|;*Þ?')); var_dump(escapeshellcmd('?€®đæ?')); @@ -14,3 +20,9 @@ string(13) "f\{o\}\<€\>" string(10) "'f~|;*Þ?'" string(13) "\?€®đæ\?" string(10) "'aŊł€'" +--UEXPECTF-- +Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d +string(13) "f\{o\}\<€\>" +string(10) "'f~|;*Þ?'" +string(13) "\?€®đæ\?" +string(10) "'aŊł€'" -- 2.50.1