You are here

10 calls to Inline::parse() in Translation template extractor 7.3

InlineTest::testDump in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
InlineTest::testParse in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
InlineTest::testParseInvalidMappingKeyShouldThrowException in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidMappingShouldThrowException in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidSequenceShouldThrowException in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithIncorrectlyDoubleQuotedStringShouldThrowException in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException in vendor/Symfony/Component/Yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
Parser::parse in vendor/Symfony/Component/Yaml/Parser.php
Parses a YAML string to a PHP value.
Parser::parseValue in vendor/Symfony/Component/Yaml/Parser.php
Parses a YAML value.