Changeset 776 for trunk/Decompiler.class.php
- Timestamp:
- 2011-04-20T17:36:30+02:00 (2 years ago)
- File:
-
- 1 edited
-
trunk/Decompiler.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decompiler.class.php
r775 r776 1202 1202 case XC_ISSET_ISEMPTY_VAR: // {{{ 1203 1203 if ($opc == XC_ISSET_ISEMPTY_VAR) { 1204 $rvalue = $this->getOpVal($op1, $EX);1204 $rvalue = '$' . unquoteVariableName($this->getOpVal($op1, $EX)); 1205 1205 if ($op2['EA.type'] == ZEND_FETCH_STATIC_MEMBER) { 1206 1206 $class = $this->getOpVal($op2, $EX);
Note: See TracChangeset
for help on using the changeset viewer.

