3v4l.org

run code in 500+ PHP versions simultaneously
<?php $values = array_merge(range('a', 'z'), range('A', 'Z')); $characters = []; while (count($characters) < 5) { shuffle($values); $characters[] = $values[0]; } $alphaString = implode($characters); print $alphaString;
Output for git.master_jit
GTkkV
Output for git.master
sDhnt

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:
52.71 ms | 785 KiB | 4 Q