PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Template_Flexy » Bug #1274

Request NonStrict Option

Details

Submitted2004-04-23 19:13 UTC
Fromahundiak at ingr dot com
Assignedalan_k
StatusClosed
PackageHTML_Template_Flexy
PHP VersionIrrelevant
OSNA
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.