Home » HTML » HTML_Template_Flexy » Bug #1274
Request NonStrict Option
Details
| Submitted | 2004-04-23 19:13 UTC |
|---|---|
| From | ahundiak at ingr dot com |
| Assigned | alan_k |
| Status | Closed |
| Package | HTML_Template_Flexy |
| PHP Version | Irrelevant |
| OS | NA |
| Roadmaps | (Not assigned) |
Comments
[2004-04-23 19:13 UTC] ahundiak at ingr dot com
Description:
------------
Request an option to suppress emitting code like:
if (is_object($obj) and method_exists) then $obj->method().
With the current implementation, many errors will fail silently.
[2004-04-25 14:17 UTC] ahundiak at ingr dot com
Instead of explicitly triggering warnings just leave the checks out completely. I think it does pretty much the same thing and makes the compiled code faster and easier to read. But either way would get the job done.