{"; $objects[$hash] = TRUE; foreach ($array as $key => & $val) { if ($key[0] === "\x00") { // Determine if the access is protected or protected $access = ''.(($key[1] === '*') ? 'protected' : 'private').''; // Remove the access level from the variable name $key = substr($key, strrpos($key, "\x00") + 1); } else { $access = 'public'; } $output[] = "$space$s$access $key => ".Debug::_dump($val, $length, $level + 1); } unset($objects[$hash]); $output[] = "$space}
'.$source.'