Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.3.13

Bug #1274 Request NonStrict Option
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)    
Subscription  


 [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.

Comments

 [2004-04-24 02:31 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [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.
 [2004-05-01 03:19 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!