3v4l.org

run code in 300+ PHP versions simultaneously
<?php function chk($a,$b){ mb_regex_encoding('SJIS-win'); $j=0; for($i=$a;$i<$b;$i++){ $s=sprintf('%x',$i); $hex = hex2bin($s); if(mb_check_encoding($hex)){ if (!mb_ereg($hex, $hex)){ echo "$s($hex):NG\n"; } }else{ } $j++; } echo "cnt:$j\n"; } chk(0xED40,0xFC51);
Output for git.master_jit, git.master, rfc.property-hooks
cnt:3857

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