$child->readonly = KINT_PHP81 &&
$rprop->
isReadOnly();
if ($rprop->
isPublic()) { $child->access = Value::ACCESS_PUBLIC;
} elseif ($rprop->
isProtected()) { $child->access = Value::ACCESS_PROTECTED;
} elseif ($rprop->
isPrivate()) { $child->access = Value::ACCESS_PRIVATE;
} // Can't dynamically add undefined properties, so no need to use var_export
if ($this->
childHasPath($object,
$child)) { $child->access_path .=
$object->access_path.'->'.
$child->name;
} if ($this->
applyPlugins($undefined,
$child, self::TRIGGER_BEGIN
)) { $this->
applyPlugins($undefined,
$child, self::TRIGGER_SUCCESS
);
} $rep->contents
[] =
$child;
} } $copy = \
array_values($values);