3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = [null, '2026-03-23', '1970-01-01']; asort($x); var_export($x);
Output for git.master_jit, git.master
array ( 0 => NULL, 2 => '1970-01-01', 1 => '2026-03-23', )

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:
50.93 ms | 711 KiB | 4 Q