3v4l.org

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

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:
69.85 ms | 402 KiB | 8 Q