Changes between Initial Version and Version 3 of Ticket #208
- Timestamp:
- 12/12/2008 06:47:10 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #208
- Property status changed from new to accepted
-
Ticket #208 – description
initial v3 4 4 {{{ 5 5 <?php 6 7 class A 8 { 9 public function __construct( array $a = NULL) 10 { 11 echo 'Fooo'; 12 } 13 } 14 15 new A(); 16 }}} 17 18 test2.php 19 {{{ 20 <?php 21 namespace My\NS; 22 23 use My\NS; 6 24 7 25 class A

