<?php
namespace Symfony\Component\VarDumper\Cloner;
interface DumperInterface
{
public function dumpScalar(Cursor $cursor, string $type, $value);
public function dumpString(Cursor $cursor, string $str, bool $bin, int $cut);
public function enterHash(Cursor $cursor, int $type, $class, bool $hasChild);