3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'ひらがな'; $str = mb_convert_kana($str, "kh"); echo $str;
Output for git.master, git.master_jit
Fatal error: Uncaught ValueError: mb_convert_kana(): Argument #2 ($mode) must not combine 'h' and 'k' flags in /in/lppaq:5 Stack trace: #0 /in/lppaq(5): mb_convert_kana('\xE3\x81\xB2\xE3\x82\x89\xE3\x81\x8C\xE3\x81\xAA', 'kh') #1 {main} thrown in /in/lppaq on line 5
Process exited with code 255.
Output for rfc.property-hooks
ヒラガナ

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
42.14 ms | 401 KiB | 8 Q