mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
13 lines
218 B
PHP
Executable File
13 lines
218 B
PHP
Executable File
--TEST--
|
|
Script encoding (SJIS)
|
|
--INI--
|
|
unicode.semantics=on
|
|
unicode.output_encoding=CP866
|
|
--FILE--
|
|
<?php
|
|
ini_set("unicode.script_encoding", "SJIS");
|
|
include(dirname(__FILE__)."/enc-SJIS.inc");
|
|
?>
|
|
--EXPECT--
|
|
â¥áâ - ok
|