Changeset 751 for trunk/Decompiler.class.php
- Timestamp:
- 2011-04-17T06:00:31+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/Decompiler.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decompiler.class.php
r750 r751 1276 1276 } 1277 1277 $class = &$this->dc['class_table'][$key]; 1278 $class['name'] = unquoteName($this->getOpVal($op2, $EX), $EX); 1278 if (!isset($class['name'])) { 1279 $class['name'] = unquoteName($this->getOpVal($op2, $EX), $EX); 1280 } 1279 1281 if ($opc == XC_DECLARE_INHERITED_CLASS || $opc == XC_DECLARE_INHERITED_CLASS_DELAYED) { 1280 1282 $ext /= XC_SIZEOF_TEMP_VARIABLE; … … 1563 1565 case XC_EXT_FCALL_END: 1564 1566 case XC_EXT_NOP: 1567 break; 1568 case XC_DECLARE_FUNCTION: 1569 $this->dfunction($this->dc['function_table'][$op1['constant']], $EX['indent']); 1565 1570 break; 1566 1571 case XC_DECLARE_LAMBDA_FUNCTION:
Note: See TracChangeset
for help on using the changeset viewer.

