Ticket #3516 (new defect)

Opened 8 months ago

bug-id-0000692.php regression: declare order

Reported by: weyrick Assigned to:
Priority: normal Milestone: 3.0.0 release
Component: Core Version: trunk
Severity: minor Keywords:
Cc:

Description

failing regression test, due to the order in which we evaluate class declarations. right now it means certain normal php constants (through define()) can't be used as default values for class properties because we declare the classes before they are defined.