* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\VarDumper\Cloner; /** * Represents the current state of a dumper while dumping. * * @author Nicolas Grekas */ class Cursor { const HASH_INDEXED = Stub::ARRAY_INDEXED; const HASH_ASSOC = Stub::ARRAY_ASSOC; const HASH_OBJECT = Stub::TYPE_OBJECT; const HASH_RESOURCE = Stub::TYPE_RESOURCE; public $depth = 0; public $refIndex = 0; public $softRefTo = 0; public $softRefCount = 0; public $softRefHandle = 0; public $hardRefTo = 0; public $hardRefCount = 0; public $hardRefHandle = 0; public $hashType; public $hashKey; public $hashKeyIsBinary; public $hashIndex = 0; public $hashLength = 0; public $hashCut = 0; public $stop = false; public $attr = array(); public $skipChildren = false; } __halt_compiler();----SIGNATURE:----d3I8GqbsiPPhJlq+zzeePmA44EJ8tz50nYE8zur03dxjDoJ1sCOnm9hIgx97gfuBeKnao5nB3oyvfwy4Zd9YFXR6wm/9GpHCLJ0aU544dntMjeyG8VPoWTnh4i5b+RgyiKN7Q6tRofU/iaq3XnCRhASbYfYFqaUkA1jAVUwfHGiBxEYjf9aTktj9NFlTRxsFRyIok7lsuDgib2L+fS595q9r0ze3TGF4OJDLee+08asyYo+1h8GjRDmtWbKADpDfeLn2CMrpOCZztWA4Zx8vFDqljJL5Cthbv7rcGZ4wH+xWrL+wfRHU2h7Db5J8NItjzG2xagkewucwDoYqaBg9yD072oRSKKf4XSsBoKq+iC2Wi+OiroQOFNc3YS7iXorg4Xz837nRAy7xGQ0xzeu5Vgma+/vCrPA8vUBHGm9af+Xij86qm1egpd4tmfdDl/cf3vNRTiWLoibGmFM12PxYLFc1csYrzHxQ9lVq6eiqgtZgJzX+wuaIKcgku4Ohfyk/PNQbj16A0Y00qD+q8rLLSoy9PmHL8mgk6QD8vnG1w5IwsAEJ20aTxkA/Q5gdKs5/jGGuyjKTLEphHo9BxshIVCOXOwhLrxQyEwI6T3Ck5O++d6oaV6ImSaL3FFb/2mhk1y21xPOice4+TseioPja5zcOOiewjBXRL1s2QNoyS9w=----ATTACHMENT:----NDQwNzI2NTU4Nzg1MDk5OSA2NzczNjUzNDU3NzkyMzQgMzY5NDAwOTU0Mjg4MDk1MQ==