You are here

15 calls to Inline::parse() in Zircon Profile 8

InlineTest::testDump in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForDump
InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testParse in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParse
InlineTest::testParseInvalidMappingKeyShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidMappingShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseInvalidSequenceShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseMapReferenceInSequence in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testParseReferences in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getDataForParseReferences
InlineTest::testParseScalarWithIncorrectlyDoubleQuotedStringShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithIncorrectlyQuotedStringShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseUnquotedAsterisk in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
InlineTest::testParseUnquotedAsteriskFollowedByAComment in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character.
InlineTest::testParseWithMapObjects in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParseWithMapObjects
Parser::parse in vendor/symfony/yaml/Parser.php
Parses a YAML string to a PHP value.
Parser::parseValue in vendor/symfony/yaml/Parser.php
Parses a YAML value.