Home
last modified time | relevance | path

Searched refs:DUMP_OBJECT_AS_MAP (Results 1 – 4 of 4) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DDumper.php55 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \std…
125 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \std…
H A DYaml.php31 public const DUMP_OBJECT_AS_MAP = 64; define in Symfony\\Component\\Yaml\\Yaml
H A DCHANGELOG.md175 through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
H A DInline.php139 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayO…