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

Bug #765 error supression causing silent death w/ XML_Tree
Submitted: 2004-02-16 04:05 UTC
From: hlellelid Assigned:
Status: Duplicate Package: PHPUnit
PHP Version: 5.0.0b4 (beta4) OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-02-16 04:05 UTC] hlellelid
Description: ------------ This is really an XML_Tree bug, but because PHPUnit is including XML_Tree w/ error supression around the include call, PHPUnit is dying silently. Problem is parse error in XML_Tree: use of new reserved 'clone' keyword as a method name. I don't know if it's worth fixing before next release (assuming XML_Tree will be fixed). ... perhaps using logic rather than error suppressing? (or one of those nifty new syntax checking methods...)

Comments