mirror of
https://github.com/php/php-src.git
synced 2026-04-17 04:51:03 +02:00
16 lines
314 B
PHP
16 lines
314 B
PHP
--TEST--
|
|
zend multibyte (11)
|
|
--SKIPIF--
|
|
<?php require 'skipif.inc'; ?>
|
|
--INI--
|
|
zend.multibyte=1
|
|
--FILE--
|
|
<?php
|
|
declare(encoding="ISO-8859-15") {
|
|
declare(encoding="ISO-8859-1");
|
|
echo "ok\n";
|
|
}
|
|
?>
|
|
--EXPECTF--
|
|
Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on line %d
|