3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Ваc зовут O\'reilly? \\/\\/\\"; function utf8_to_cp1251($s) { for ($c=0;$c<strlen($s);$c++) { $i=ord($s[$c]); if ($i<=127) $out.=$s[$c]; if ($byte2){ $new_c2=($c1&3)*64+($i&63); $new_c1=($c1>>2)&5; $new_i=$new_c1*256+$new_c2; if ($new_i==1025){ $out_i=168; } else { if ($new_i==1105){ $out_i=184; } else { $out_i=$new_i-848; } } $out.=chr($out_i); $byte2=false; } if (($i>>5)==6) { $c1=$i; $byte2=true; } } return $out; } echo utf8_to_cp1251($str);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $byte2 in /in/L6XGC on line 10 Warning: Undefined variable $out in /in/L6XGC on line 23 ��c ����� O\'reilly? \/\/\

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