Searched refs:DUMP_NULL_AS_TILDE (Results 1 – 3 of 3) sorted by relevance
36 public const DUMP_NULL_AS_TILDE = 2048; define in Symfony\\Component\\Yaml\\Yaml
49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.
254 if (Yaml::DUMP_NULL_AS_TILDE & $flags) {