Report from Andreas Kalsch.
Following code from "output.code.php" causes "Fatal error: Cannot use object
of type stdClass as array".
$d = new stdclass;
$d->a = 1;
var_dump(isset($d['a']));
Solution:
if (is_array($data) && isset($data['objs'])) $__242d2 = $data['objs']; else
if (isset($data->{'objs'})) $__242d2 = $data->{'objs'};
Original issue reported on code.google.com by tobiasz....@gmail.com on 28 Dec 2009 at 8:03
Original issue reported on code.google.com by
tobiasz....@gmail.com
on 28 Dec 2009 at 8:03