3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a = ['shit', 'min', 'acces', 'max']; echo min($a); // access $a = ['shit', 0, 'acces', '%']; echo min($a); // % // Cute $a = ['shit', .8 , 'acces', '.9']; echo min($a); // 0.8 // Multi-byte $a = ['通','用','规','范','汉','字','表']; echo min($a); // Multi-byte $a = ['안','녕','하','세','요']; echo min($a);
Output for git.master, git.master_jit
acces%0.8字녕

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.69 ms | 525 KiB | 4 Q