Main.php
Download
<?php $x=NULL; if(isset($x)){ echo 'success'; }else{ echo 'fail'; } ?>
fail