Home
last modified time | relevance | path

Searched refs:DUMP_OBJECT_AS_MAP (Results 1 – 9 of 9) sorted by last modified time

/plugin/combo/vendor/symfony/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 \ArrayObject)) {
H A DYaml.php31 public const DUMP_OBJECT_AS_MAP = 64; define in Symfony\\Component\\Yaml\\Yaml
H A DDumper.php55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
125 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \stdClass)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DDumper.php55 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \std…
80 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \ArrayObject || $value instanceof \std…
H A DInline.php144 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($value instanceof \stdClass || $value instanceof \ArrayO…
H A DYaml.php31 const DUMP_OBJECT_AS_MAP = 64; define in Symfony\\Component\\Yaml\\Yaml
H A DCHANGELOG.md122 through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php254 $yaml = $this->dumper->dump($object, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
294 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
313 $yaml = $this->dumper->dump($outer, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
325 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
339 …$this->assertSame('{ }', $this->dumper->dump(new \ArrayObject(), 2, 0, Yaml::DUMP_OBJECT_AS_MAP));
344 … $this->assertSame('{ }', $this->dumper->dump(new \stdClass(), 2, 0, Yaml::DUMP_OBJECT_AS_MAP));
362 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);