Searched refs:DUMP_OBJECT_AS_MAP (Results 1 – 4 of 4) sorted by relevance
55 …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…
31 public const DUMP_OBJECT_AS_MAP = 64; define in Symfony\\Component\\Yaml\\Yaml
175 through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
139 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayO…