You are here

41 calls to Inline::parse() in Lockr 7.3

InlineTest::testDeprecatedConstantTag in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation The !php/const: tag to indicate dumped PHP constants is deprecated since Symfony 3.4 and will be removed in 4.0. Use the !php/const (without the colon) tag instead on line 1. @dataProvider…
InlineTest::testDeprecatedStrTag in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Support for the !str tag is deprecated since Symfony 3.4. Use the !!str tag instead on line 1.
InlineTest::testDump in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForDump
InlineTest::testHashStringsResemblingExponentialNumericsShouldNotBeChangedToINF in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testImplicitStringCastingOfMappingKeysIsDeprecated in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Implicit casting of incompatible mapping keys to strings is deprecated since Symfony 3.3 and will throw \Symfony\Component\Yaml\Exception\ParseException in 4.0. Quote your evaluable mapping keys instead on line…
InlineTest::testNotSupportedMissingValue in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Malformed inline YAML string: {this, is not, supported} at line 1.
InlineTest::testOmittedMappingKeyIsParsedAsColon in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Omitting the key of a mapping is deprecated and will throw a ParseException in 4.0 on line 1.
InlineTest::testParse in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParse
InlineTest::testParseBinaryData in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getBinaryData
InlineTest::testParseInvalidBinaryData in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getInvalidBinaryData @expectedException \Symfony\Component\Yaml\Exception\ParseException
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::testParseMappingKeyWithColonNotFollowedBySpace in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Using a colon after an unquoted mapping key that is not followed by an indication character (i.e. " ", ",", "[", "]", "{", "}") is deprecated since Symfony…
InlineTest::testParseMapReferenceInSequence in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testParseMapReferenceInSequenceAsFifthArgument in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy
InlineTest::testParseMissingMappingValueAsNull in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForNullValues
InlineTest::testParseNestedTimestampListAsDateTimeObject in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTimestampTests
InlineTest::testParsePhpConstants in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParsePhpConstants
InlineTest::testParsePhpConstantThrowsExceptionOnInvalidType in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessageRegExp #The string "!php/const PHP_INT_MAX" could not be parsed as a constant.*#
InlineTest::testParsePhpConstantThrowsExceptionWhenUndefined in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage The constant "WRONG_CONSTANT" is not defined
InlineTest::testParseReferences in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getDataForParseReferences
InlineTest::testParseReferencesAsFifthArgument in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @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::testParseScalarWithNonEscapedBlackslashAtTheEndShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException
InlineTest::testParseScalarWithNonEscapedBlackslashShouldThrowException in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Found unknown escape character "\V".
InlineTest::testParseTimestampAsDateTimeObject in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTimestampTests
InlineTest::testParseTimestampAsUnixTimestampByDefault in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTimestampTests
InlineTest::testParseUnquotedAsterisk in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character at line 1.
InlineTest::testParseUnquotedAsteriskFollowedByAComment in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage A reference must contain at least one character at line 1.
InlineTest::testParseUnquotedScalarStartingWithPercentCharacter in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @expectedDeprecation Not quoting the scalar "%bar " starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0 on line 1. throws…
InlineTest::testParseUnquotedScalarStartingWithReservedIndicator in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getReservedIndicators
InlineTest::testParseUnquotedScalarStartingWithScalarIndicator in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getScalarIndicators
InlineTest::testParseWithMapObjects in vendor/symfony/yaml/Tests/InlineTest.php
@dataProvider getTestsForParseWithMapObjects
InlineTest::testParseWithMapObjectsPassingTrue in vendor/symfony/yaml/Tests/InlineTest.php
@group legacy @dataProvider getTestsForParseWithMapObjects
InlineTest::testTheEmptyStringIsAValidMappingKey in vendor/symfony/yaml/Tests/InlineTest.php
InlineTest::testUnfinishedInlineMap in vendor/symfony/yaml/Tests/InlineTest.php
@expectedException \Symfony\Component\Yaml\Exception\ParseException @expectedExceptionMessage Unexpected end of line, expected one of ",}" at line 1 (near "{abc: 'def'").
InlineTest::testVeryLongQuotedStrings in vendor/symfony/yaml/Tests/InlineTest.php
Parser::doParse in vendor/symfony/yaml/Parser.php
Parser::parseValue in vendor/symfony/yaml/Parser.php
Parses a YAML value.