3v4l.org

run code in 300+ PHP versions simultaneously
<?php $isnull = empty(null) === true ? 'hurra' : 'mist'; $isEmpty = empty("") === true ? 'hurra' : 'mist'; var_dump( $is_null.'_'.$isEmpty);

preferences:
35.69 ms | 402 KiB | 5 Q