<?php namespace N; define('false', '- false -'); define('\N\false', '- \\N\\false -'); define('N\false', '- N\\false -'); define('FALSE', '- FALSE -'); define('null', '- null -'); define('\N\null', '- \\N\\null -'); define('N\null', '- N\\null -'); define('NULL', '- NULL -'); define('N\NULL', '- N\\NULL -'); var_export(array(TRUE, true, FALSE, false, NULL, null));
You have javascript disabled. You will not be able to edit any code.