summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend_multibyte-01.phpt
blob: f2403abcac912ac672e9507b6f96d77f253f55b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--TEST--
zend multibyte (1)
--SKIPIF--
--INI--
zend.multibyte=On
zend.script_encoding=Shift_JIS
mbstring.internal_encoding=Shift_JIS
--FILE--
<?php
	function 予蚕能($引数)
	{
		echo $引数;
	}

	予蚕能("ドレミファソ");
?>
--EXPECT--
ドレミファソ