3v4l.org

run code in 300+ PHP versions simultaneously
<?php $joomlaRelease = '5.3'; // Check for each major version branch, default to 3.x as the oldest version supported by the client is Joomla 3.2 if (version_compare($joomlaRelease, '6.0', '>=')) { echo "60"; } if (version_compare($joomlaRelease, '5.0', '>=')) { echo "50"; } if (version_compare($joomlaRelease, '4.0', '>=')) { echo "40"; } else { echo "30"; }
Output for git.master, git.master_jit
5040

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:
29.33 ms | 405 KiB | 5 Q