mirror of
https://github.com/php/php-src.git
synced 2026-04-22 15:38:49 +02:00
ded3d984c6
EXPECTF logic in run-tests.php is considerable, so let's avoid it.
15 lines
206 B
PHP
15 lines
206 B
PHP
--TEST--
|
|
zend multibyte (10)
|
|
--SKIPIF--
|
|
<?php require 'skipif.inc'; ?>
|
|
--INI--
|
|
zend.multibyte=1
|
|
--FILE--
|
|
<?php
|
|
declare(encoding="ISO-8859-15");
|
|
declare(encoding="ISO-8859-1");
|
|
echo "ok\n";
|
|
?>
|
|
--EXPECT--
|
|
ok
|