mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
7aacc705d0
Closes GH-5958
18 lines
227 B
PHP
18 lines
227 B
PHP
--TEST--
|
|
Crash with Big5
|
|
--SKIPIF--
|
|
<?php
|
|
if (!extension_loaded("mbstring")) {
|
|
die("skip Requires mbstring extension");
|
|
}
|
|
?>
|
|
--INI--
|
|
zend.multibyte=1
|
|
internal_encoding=big5
|
|
--FILE--
|
|
<?php
|
|
echo '\'hello';
|
|
?>
|
|
--EXPECT--
|
|
'hello
|