Closed taufik-nurrohman closed 3 years ago
DEBUG is constructed by two word: DE·BUG and I don’t like it. TEST would be more appropriate since we also have test() function.
DEBUG
DE·BUG
TEST
test()
if (defined('TEST') && TEST) { test($_SERVER); exit; }
DEBUG
is constructed by two word:DE·BUG
and I don’t like it.TEST
would be more appropriate since we also havetest()
function.