Changeset 723 for trunk/Decompiler.class.php
- Timestamp:
- 04/09/2011 01:48:12 PM (2 years ago)
- Files:
-
- 1 modified
-
trunk/Decompiler.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Decompiler.class.php
r722 r723 55 55 } 56 56 57 if (is_array($value)) { 57 if ($value instanceof Decompiler_Object) { 58 // use as is 59 } 60 else if (is_array($value)) { 58 61 $value = new Decompiler_Array($value); 59 62 } … … 1320 1323 } 1321 1324 if (isset($op['cond_false'])) { 1325 echo "TODO(cond_false):\n"; 1322 1326 var_dump($op);// exit; 1323 1327 }

