Did you know…?
As a “take away” information taken from this post https://gist.github.com/nikic/6699370 (by famous PHP core developer @nikita_ppv), it appears like the @ sign in PHP (used to “hide” errors, as the “error-suppression operator” it is) also disables the “compiled variables” optimization (OpCode caching).
2 Comments
Lonesome Walker
26 September, 2013 at 10:58 pm -OUCH!
This explains a long forgotten error from the past 🙂
THX!
Sevaa
1 October, 2013 at 5:27 am -Now i know..:)..such errors..hmmm..Cool!!thanks..
Comments are closed.