3v4l.org

run code in 500+ PHP versions simultaneously
<?php var_dump( version_compare( '6.9.12-67', '6.9.12-68', '>=' ) ); var_dump( version_compare( '6.9.12-68', '6.9.12-68', '>=' ) ); var_dump( version_compare( '6.9.12-69', '6.9.12-68', '>=' ) ); var_dump( version_compare( '6.9.12-dev', '6.9.12-68', '>=' ) ); var_dump( version_compare( '6.9.13', '6.9.12-68', '>=' ) );
Output for git.master_jit, git.master
bool(false) bool(true) bool(true) bool(false) bool(true)

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:
34.76 ms | 748 KiB | 4 Q