<?php namespace test { function check($value) { echo is_null($value); } check(null); }
You have javascript disabled. You will not be able to edit any code.