Vote Details for "Config_Lite" by shupp

» Details
  • Voter: Bill Shupp 
  • Vote: +1 (not conditional)
  • Reviews: Cursory source review
» Comment
You might consider using "$foo === null" rather than "is_null($foo)". I've bench marked this before, and is_null() was 12 times slower than ===.

Nice work!