3v4l.org

run code in 300+ PHP versions simultaneously
<?php $silence = ''; $fxoPattern2DisconnectCount = 0; function cfgIsNumeric( $value ) { return ( ($value !== '') && preg_match("/^[-+]?[0-9]+$/", $value) > 0 ); } function cfgIsValidRangeOrZero( $value, $min, $max) { return ( ($value !== '') && cfgIsNumeric($value) && ((int)$value == 0 || ((int)$value >= $min && (int)$value <= $max)) ); } if( !cfgIsValidRangeOrZero($silence, 50, 750) || ($fxoPattern2DisconnectCount > 0 && $silence == 0 ) ) echo "!"; else echo "?";
Output for git.master, git.master_jit, rfc.property-hooks
!

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:
57.25 ms | 401 KiB | 8 Q