summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend_multibyte-02.phpt
blob: 6008be5a1173bbcfd6e935fce0b306ecc4c356d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
zend multibyte (2)
--SKIPIF--
<?php require 'skipif.inc'; ?>
--INI--
error_reporting=E_ALL & ~E_DEPRECATED
zend.multibyte=On
zend.script_encoding=UTF-8
mbstring.internal_encoding=CP932
--FILE--
<?php
var_dump(bin2hex("ใƒ†ใ‚นใƒˆ"));
?>
--EXPECT--
string(12) "836583588367"