6 calls to Inline::parseScalar() in Plug 7
- Inline::evaluateScalar in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Evaluates scalars and replaces magic values.
- Inline::parse in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Converts a YAML string to a PHP array.
- Inline::parseMapping in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Parses a mapping to a YAML string.
- Inline::parseSequence in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Parses a sequence to a YAML string.
- InlineTest::testParseScalarWithCorrectlyQuotedStringShouldReturnString in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - Parser::parse in lib/
Symfony/ yaml/ Symfony/ Component/ Yaml/ Parser.php - Parses a YAML string to a PHP value.