3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "LOA_SANTANDER_PERSONAL_LOAN_TIER5"; $split = str_split($str); foreach($split as $chr){ echo $chr . " - " . ord($chr) . PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
L - 76 O - 79 A - 65 _ - 95 S - 83 A - 65 N - 78 T - 84 A - 65 N - 78 D - 68 E - 69 R - 82 _ - 95 P - 80 E - 69 R - 82 S - 83 O - 79 N - 78 A - 65 L - 76 _ - 95 L - 76 O - 79 A - 65 N - 78 _ - 95 T - 84 I - 73 E - 69 R - 82 5 - 53

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