3v4l.org

run code in 300+ PHP versions simultaneously
<?php IntlChar::enumCharNames(60, 70, function ($name) { var_dump(func_get_args()); }); ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> int(60) [1]=> int(0) [2]=> string(14) "LESS-THAN SIGN" } array(3) { [0]=> int(61) [1]=> int(0) [2]=> string(11) "EQUALS SIGN" } array(3) { [0]=> int(62) [1]=> int(0) [2]=> string(17) "GREATER-THAN SIGN" } array(3) { [0]=> int(63) [1]=> int(0) [2]=> string(13) "QUESTION MARK" } array(3) { [0]=> int(64) [1]=> int(0) [2]=> string(13) "COMMERCIAL AT" } array(3) { [0]=> int(65) [1]=> int(0) [2]=> string(22) "LATIN CAPITAL LETTER A" } array(3) { [0]=> int(66) [1]=> int(0) [2]=> string(22) "LATIN CAPITAL LETTER B" } array(3) { [0]=> int(67) [1]=> int(0) [2]=> string(22) "LATIN CAPITAL LETTER C" } array(3) { [0]=> int(68) [1]=> int(0) [2]=> string(22) "LATIN CAPITAL LETTER D" } array(3) { [0]=> int(69) [1]=> int(0) [2]=> string(22) "LATIN CAPITAL LETTER E" }

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:
50.5 ms | 403 KiB | 8 Q