3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = NULL; echo "print_r of x:\n"; print_r($x); echo "\n\nis_null of x:\n"; print_r(is_null($x)); echo "\n\nisset of x:\n"; print_r(isset($x));

preferences:
28.63 ms | 402 KiB | 5 Q