From: foobar Date: Fri, 5 Aug 2005 20:38:50 +0000 (+0000) Subject: - Fixed bug #34015 X-Git-Tag: RELEASE_2_0_0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b0c39887cfb691e6c34f459c13d78299110b1d5;p=php - Fixed bug #34015 # Whatever this test was supposed to try to test...sheesh.. --- diff --git a/ext/mbstring/tests/php_gr_jp_16242.phpt b/ext/mbstring/tests/php_gr_jp_16242.phpt index 774b4fb1e6..f693cf8dd1 100644 --- a/ext/mbstring/tests/php_gr_jp_16242.phpt +++ b/ext/mbstring/tests/php_gr_jp_16242.phpt @@ -4,28 +4,16 @@ php-users@php.gr.jp #16242 ---FILE-- -" |'.getenv("TEST_PHP_EXECUTABLE").' -c '.$tmpfile; - -system($cmd); +var_dump(ini_get('mbstring.language')); +var_dump(ini_get('mbstring.internal_encoding')); +var_dump(mb_internal_encoding()); -unlink($tmpfile); ?> --EXPECT-- string(8) "Japanese"