reflection icon indicating copy to clipboard operation
reflection copied to clipboard

The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection API that comes with PHP. It allows you to ge...

Results 1 reflection issues
Sort by recently updated
recently updated
newest added

An error check is missing after doing a [preg_match() here](https://github.com/doctrine/common/blob/0009b8f0d4a917aabc971fb089eba80e872f83f9/lib/Doctrine/Common/Reflection/StaticReflectionParser.php#L134). The code just ignores any errors, such as exceeding `pcre.backtrack_limit`. This is also true for the current master branch. Found...