function StaticPrefixCollection::handleError
1 call to StaticPrefixCollection::handleError()
- StaticPrefixCollection::getCommonPrefix in vendor/
symfony/ routing/ Matcher/ Dumper/ StaticPrefixCollection.php - Gets the full and static common prefixes between two route patterns.
File
-
vendor/
symfony/ routing/ Matcher/ Dumper/ StaticPrefixCollection.php, line 197
Class
- StaticPrefixCollection
- Prefix tree of routes preserving routes order.
Namespace
Symfony\Component\Routing\Matcher\DumperCode
public static function handleError(int $type, string $msg) : bool {
return str_contains($msg, 'Compilation failed: lookbehind assertion is not fixed length') || str_contains($msg, 'Compilation failed: length of lookbehind assertion is not limited');
}