You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jrfnl e729c418dd ClassMapGenerator: add test for "marker in text" bug
In PHP < 7.3, the heredoc/nowdoc marker was allowed to occur in the text, as long as it did not occur at the very start of the line.

This was also not handled correctly.

Ref: https://www.php.net/manual/en/migration73.incompatible.php#migration73.incompatible.core.heredoc-nowdoc
3 years ago
..
BackslashLineEndingString.php Minor code improvements 4 years ago
LargeClass.php Fix test classes with invalid PHP. 10 years ago
LargeGap.php Add test for double gap in php-file 5 years ago
LongString.php Add possessive quantifiers to avoid backtracking and fix segfault on large files, fixes #4153 9 years ago
MissingSpace.php Support classmap generation for classes without space after class name 12 years ago
ShortOpenTag.php test cases for #5701 8 years ago
ShortOpenTagDocblock.php Fix class names in comments being parsed in short_open_tags files, fixes #7289 6 years ago
SomeClass.php Add tests for ClassMapGenerator 13 years ago
SomeInterface.php Add tests for ClassMapGenerator 13 years ago
SomeParent.php Add tests for ClassMapGenerator 13 years ago
StripNoise.php ClassMapGenerator: add test for "marker in text" bug 3 years ago
Unicode.php Restrict unicode chars allowed to what php core allows, refs #1361 12 years ago
multipleNs.php Fix scanning of empty namespace{} blocks 12 years ago
notAClass.php Add tests for ClassMapGenerator 13 years ago
notPhpFile.md Make sure there is a class to find in the file that must be ignored 12 years ago
sameNsMultipleClasses.php Add tests for ClassMapGenerator 13 years ago