1
0
Fork 0
composer/tests/Composer/Test/Autoload/Fixtures/classmap
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
2021-08-11 22:23:24 +02:00
..
BackslashLineEndingString.php Minor code improvements 2020-09-20 02:16:28 +02:00
LargeClass.php Fix test classes with invalid PHP. 2015-04-23 12:45:27 -04:00
LargeGap.php Add test for double gap in php-file 2019-09-20 17:08:00 +03:00
LongString.php Add possessive quantifiers to avoid backtracking and fix segfault on large files, fixes #4153 2015-06-16 11:22:45 +01:00
MissingSpace.php Support classmap generation for classes without space after class name 2012-11-25 12:08:50 +01:00
ShortOpenTag.php test cases for #5701 2016-09-23 12:22:45 +02:00
ShortOpenTagDocblock.php Fix class names in comments being parsed in short_open_tags files, fixes #7289 2018-05-04 11:02:12 +02:00
SomeClass.php Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
SomeInterface.php Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
SomeParent.php Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
StripNoise.php ClassMapGenerator: add test for "marker in text" bug 2021-08-11 22:23:24 +02:00
Unicode.php Restrict unicode chars allowed to what php core allows, refs #1361 2012-11-25 14:07:06 +01:00
multipleNs.php Fix scanning of empty namespace{} blocks 2012-11-11 16:29:49 +01:00
notAClass.php Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00
notPhpFile.md Make sure there is a class to find in the file that must be ignored 2013-01-05 23:40:06 +01:00
sameNsMultipleClasses.php Add tests for ClassMapGenerator 2012-03-05 14:10:01 +01:00