Changeset 811 for trunk/decompilesample.php
- Timestamp:
- 2011-04-27T09:55:20+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/decompilesample.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/decompilesample.php
r807 r811 65 65 /** doc */ 66 66 protected function protectedMethod(ClassName $a, $b = array( 67 array('array')68 ))67 array('array') 68 )) 69 69 { 70 70 $runtimeArray = array('1'); … … 155 155 156 156 if ($late) { 157 class LateBindingClass 158 {} 159 160 function lateBindingFunction($arg) 161 { 162 echo 'lateFunction'; 163 } 157 class LateBindingClass 158 { 159 public function __construct() 160 { 161 } 162 } 163 164 function lateBindingFunction($arg) 165 { 166 echo 'lateFunction'; 167 } 164 168 } 165 169 … … 277 281 if (if_()) { 278 282 echo 'if'; 283 279 284 if (innerIf_()) { 280 285 echo 'if innerIf'; … … 283 288 else if (elseif_()) { 284 289 echo 'else if'; 290 285 291 if (innerIf_()) { 286 292 echo 'if innerIf'; … … 291 297 echo 'if innerIf'; 292 298 } 299 293 300 echo 'else'; 294 301 }
Note: See TracChangeset
for help on using the changeset viewer.

