php-src/tests/unicode/encrt-SJIS.phpt
2008-05-26 15:52:06 +00:00

17 lines
207 B
PHP
Executable File

--TEST--
declare script encoding (SJIS)
--INI--
unicode.output_encoding=CP866
--FILE--
<?php
declare(encoding="SJIS");
function „„„u„ƒ„„() {
echo "„„„u„ƒ„„ - ok\n";
}
„„„u„ƒ„„();
?>
--EXPECT--
â¥áâ - ok