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,;"; print 'orig linePart length: '; var_dump(mb_strlen($linePart)); print 'orig linePart: '; var_dump($linePart); print '; pos: '; var_dump(mb_strpos($linePart, ';'));
Output for git.master, git.master_jit, rfc.property-hooks
orig linePart length: int(21) orig linePart: string(22) "abszolúte A_ADV ADV,;" ; pos: int(20)

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