<?php error_reporting(E_ALL); if ($y === null) { // Should E_NOTICE echo "NONEXISTENT\n"; } $x = null; if ($x === null) { echo "NONEXISTENT\n"; }
You have javascript disabled. You will not be able to edit any code.