3v4l.org

run code in 300+ PHP versions simultaneously
<?php mb_internal_encoding("UTF-8"); /* $s="ó12345678\r\n1234\n;"; //$s=utf8_encode("ó12345678\r\n1234\n;") // "ó12345678rn1234n;" // 012345678901234567890 print_r(mb_detect_encoding($s)."\n"); print_r(mb_strlen($s)."\n"); print_r(mb_strpos($s,';')."\n"); */ /* $linePart="abszolúte A_ADV ADV,;"; for ($i=0;$i<strlen($linePart);$i++) { print $i . "\t" . dechex(ord($linePart[$i])) . "\t" . $linePart[$i] . PHP_EOL; } print 'orig linePart length: '; var_dump(mb_strlen($linePart)); print 'orig linePart: '; var_dump($linePart); print '; pos: '; var_dump(mb_strpos($linePart, ';')); */ print mb_substr('0123456789', 5, null);
Output for git.master, git.master_jit, rfc.property-hooks
56789

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