3v4l.org

run code in 300+ PHP versions simultaneously
<?php function chk($a,$b){ mb_regex_encoding('SJIS'); $j=0; $cnt=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"; $cnt++; } }else{ } $j++; } echo "j:$j\n"; echo "cnt:$cnt\n"; } mb_internal_encoding('SJIS-win'); chk(0xED40,0xFC51);
Output for git.master_jit, git.master, rfc.property-hooks
j:3857 cnt:2642

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