Changeset 752 for trunk/decompilesample.php
- Timestamp:
- 2011-04-17T06:06:50+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/decompilesample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/decompilesample.php
r751 r752 276 276 277 277 //* >= PHP 5.3 278 echo 'PHP 5.3+ code testing'; 279 const CONST_VALUE = 1; 278 280 echo $this::CONST_VALUE; 279 281 echo $a::CONST_VALUE; 282 echo CONST_VALUE; 280 283 $this::__construct(); 281 284 $obj::__construct();
Note: See TracChangeset
for help on using the changeset viewer.

