ru_php/Zend/tests/multibyte/multibyte_encoding_002.phpt

14 lines
183 B
PHP
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--TEST--
Zend Multibyte and UTF-8 BOM
--EXTENSIONS--
mbstring
--INI--
zend.multibyte=1
internal_encoding=iso-8859-1
--FILE--
<?php
print "Hello World\n";
?>
--EXPECT--
Hello World