Without getting into too much detail, I recently wanted to see what the support was like for static::class, and came across this SO answer that got me to thinking.
» Read more about: PHP: `get_class($this)` vs `static::class` »
Without getting into too much detail, I recently wanted to see what the support was like for static::class, and came across this SO answer that got me to thinking.
» Read more about: PHP: `get_class($this)` vs `static::class` »
I was wondering, in PHP land, what is more performant? Strict Not Equals ( $var !== null) or Not Strict Equals ( !($var === null)), so I did some digging, in case anyone else was wondering the same.
» Read more about: PHP: Not Strict Equals or Strict Not Equals »