Please answer this simple SPAM challenge: four plus four? (Example: nine)
super simple error code to human readable conversion:function prettycode($code){ return $code == 0 ? "FATAL" : array_search($code, get_defined_constants(true)['Core']);}
<< Back to user notes page