Lines Matching refs:ParseException
55 …* Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.…
67 * complex mappings will throw a `ParseException`
72 * duplicate mapping keys throw a `ParseException`
73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
75 * `%` at the beginning of an unquoted string throw a `ParseException`
77 `ParseException`
114 deprecated and will throw a `ParseException` in Symfony 4.0.
117 Mapping keys that are no strings will lead to a `ParseException` in Symfony
147 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
159 when the mapping key is not quoted and will lead to a `ParseException` in
169 deprecated and will lead to a `ParseException` in Symfony 4.0.