3v4l.org

run code in 300+ PHP versions simultaneously
<?php $weight=6; $threshold=array('3.00'); var_dump($threshold); if(!empty($weight) && $weight >= $threshold && $threshold[0] !== NULL ){ echo("hola"); } else { echo("bye"); }

preferences:
47.89 ms | 402 KiB | 5 Q