FileAccess Orion

Cursor
in package

Represents the current state of a dumper while dumping.

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

HASH_ASSOC  = \Symfony\Component\VarDumper\Cloner\Stub::ARRAY_ASSOC
HASH_INDEXED  = \Symfony\Component\VarDumper\Cloner\Stub::ARRAY_INDEXED
HASH_OBJECT  = \Symfony\Component\VarDumper\Cloner\Stub::TYPE_OBJECT
HASH_RESOURCE  = \Symfony\Component\VarDumper\Cloner\Stub::TYPE_RESOURCE
$attr  : mixed
$depth  : mixed
$hardRefCount  : mixed
$hardRefHandle  : mixed
$hardRefTo  : mixed
$hashCut  : mixed
$hashIndex  : mixed
$hashKey  : mixed
$hashKeyIsBinary  : mixed
$hashLength  : mixed
$hashType  : mixed
$refIndex  : mixed
$skipChildren  : mixed
$softRefCount  : mixed
$softRefHandle  : mixed
$softRefTo  : mixed
$stop  : mixed

Constants

HASH_ASSOC

public mixed HASH_ASSOC = \Symfony\Component\VarDumper\Cloner\Stub::ARRAY_ASSOC

HASH_INDEXED

public mixed HASH_INDEXED = \Symfony\Component\VarDumper\Cloner\Stub::ARRAY_INDEXED

HASH_OBJECT

public mixed HASH_OBJECT = \Symfony\Component\VarDumper\Cloner\Stub::TYPE_OBJECT

HASH_RESOURCE

public mixed HASH_RESOURCE = \Symfony\Component\VarDumper\Cloner\Stub::TYPE_RESOURCE

Properties

$hardRefCount

public mixed $hardRefCount = 0

$hardRefHandle

public mixed $hardRefHandle = 0

$hardRefTo

public mixed $hardRefTo = 0

$hashCut

public mixed $hashCut = 0

$hashIndex

public mixed $hashIndex = 0

$hashKeyIsBinary

public mixed $hashKeyIsBinary

$hashLength

public mixed $hashLength = 0

$hashType

public mixed $hashType

$refIndex

public mixed $refIndex = 0

$skipChildren

public mixed $skipChildren = false

$softRefCount

public mixed $softRefCount = 0

$softRefHandle

public mixed $softRefHandle = 0

$softRefTo

public mixed $softRefTo = 0

$stop

public mixed $stop = false

Search results