Changeset 723
- Timestamp:
- 2011-04-09T13:48:12+02:00 (2 years ago)
- File:
-
- 1 edited
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.

