mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
13 lines
183 B
PHP
13 lines
183 B
PHP
--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
|