Ticket #3516 (new defect)
Opened 3 years ago
bug-id-0000692.php regression: declare order
| Reported by: | weyrick | Owned by: | |
|---|---|---|---|
| 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.
Note: See
TracTickets for help on using
tickets.
