3v4l.org

run code in 300+ PHP versions simultaneously
<?php $height = 6; $length = 22; $width = 15; $size = ( max( $height, $length, $width ) > 12 ); echo $size;

preferences:
35.84 ms | 402 KiB | 5 Q