Changes between Initial Version and Version 8 of Ticket #64
- Timestamp:
- 2007-02-04T07:23:50+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property Milestone changed from to 1.2.1
-
Ticket #64 – Description
initial v8 7 7 Here it is a sample code: 8 8 9 <? 9 {{{ 10 #!php 11 <?php 10 12 function returnArray() { 11 13 return array("key" => "value"); … … 19 21 20 22 ?> 23 }}} 21 24 22 25 In PHP 5.2 this is valid code (it doesn't raise any php warning).

