3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set("mbstring.language", "Japanese"); var_dump(mb_detect_order()); mb_detect_order("auto"); var_dump(mb_detect_order());
Output for git.master_jit, git.master, rfc.property-hooks
array(2) { [0]=> string(5) "ASCII" [1]=> string(5) "UTF-8" } array(5) { [0]=> string(5) "ASCII" [1]=> string(3) "JIS" [2]=> string(5) "UTF-8" [3]=> string(6) "EUC-JP" [4]=> string(4) "SJIS" }

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:
41.29 ms | 401 KiB | 8 Q