Changes between Initial Version and Version 1 of Ticket #194
- Timestamp:
- 08/28/2008 02:30:24 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #194
- Property status changed from new to assigned
-
Ticket #194 – description
initial v1 3 3 trivial example: 4 4 5 {{{ 6 #!php 7 <?php 5 8 namespace My::NS; 6 9 … … 12 15 } 13 16 } 17 }}} 14 18 15 results in "Fatal error: Default value for parameters with a class type hint can only be NULL in ..." 19 actual result: "Fatal error: Default value for parameters with a class type hint can only be NULL in ..." 20 21 expected: no errors

