List of all Regex mentioned in the code..
Value | Count | File:Line |
'/^[1-9][0-9]*$/' | 1 |
- /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
|
'/(.*)\\\\(.*?::.*?)$/' | 1 |
- /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
|
'{Test$}' | 1 |
- /src/Symfony/Bridge/PhpUnit/CoverageListener.php
|
'/(?|"([^"]++)" that is deprecated|should implement method "(?:static )?([^:]++))/' | 1 |
- /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php
|
'/^(?:The|Method) "([^":]++)/' | 1 |
- /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php
|
'/^versions +: /' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'/-dev$|^dev-/' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'{\^((\d++\.)\d++)[\d\.]*$}' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'/^( {8})"phpunit-bridge": \{$/m' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'/^ ((?:protected|public)(?: static)? function \w+\(\)): void/m' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'/abstract class TestCase[^\{]+\{/' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'/abstract class Assert[^\{]+\{/' | 1 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php
|
'{\bFirePHP/\d+\.\d+\b}' | 1 |
- /src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php
|
'{(' . implode('|', $exclusion['urls']) . ')}i' | 1 |
- /src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php
|
'/<samp [^>]++>/' | 1 |
- /src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php
|
'/ at line (\d+)[ .]/' | 1 |
- /src/Symfony/Bridge/Twig/Command/LintCommand.php
|
'{^(.+)::(.+)$}' | 1 |
- /src/Symfony/Bridge/Twig/Command/DebugCommand.php
|
'/(?<!%)%([^%]+)%/' | 1 |
- /src/Symfony/Bridge/Twig/Node/TransNode.php
|
'/_([^_]+)$/' | 1 |
- /src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php
|
'/^\w+\:\s*(.*?)$/' | 1 |
- /src/Symfony/Contracts/Translation/TranslatorTrait.php
|
'{^application/(?:\w+\++)*json$}i' | 1 |
- /src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php
|
'~^(\d+(?:\.\d+)*)(.+)?$~' | 1 |
- /src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php
|
'#<(script|style).*?</\1>#s' | 1 |
- /src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php
|
'/[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}[\+-][0-9]{2}:[0-9]{2} ' . preg_quote($expected[$k]) . '/' | 1 |
- /src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php
|
'/\[[\w\/\-: ]+\] ' . preg_quote($expected[$k]) . '/' | 1 |
- /src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php
|
'/(\->register\(\);)/' | 1 |
- /src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php
|
'#<esi\:remove>.*?</esi\:remove>#s' | 1 |
- /src/Symfony/Component/HttpKernel/HttpCache/Esi.php
|
'#<esi\:comment[^>]+>#s' | 1 |
- /src/Symfony/Component/HttpKernel/HttpCache/Esi.php
|
'/(src|onerror|alt)="([^"]*?)"/' | 1 |
- /src/Symfony/Component/HttpKernel/HttpCache/Esi.php
|
'#^https:#' | 1 |
- /src/Symfony/Component/HttpKernel/HttpCache/Store.php
|
'#^http:#' | 1 |
- /src/Symfony/Component/HttpKernel/HttpCache/Store.php
|
'/(virtual)="([^"]*?)"/' | 1 |
- /src/Symfony/Component/HttpKernel/HttpCache/Ssi.php
|
'/^[a-zA-Z0-9_][a-zA-Z0-9_\-:]*$/D' | 1 |
- /src/Symfony/Component/Form/FormConfigBuilder.php
|
'/\+00:00$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php
|
'/^(\d{4})-(\d{2})-(\d{2})T\d{2}:\d{2}(?::\d{2})?(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php
|
'/^(?P<year>\d{4})-W(?P<week>\d{2})$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php
|
'/^' . preg_replace('/%([yYmMdDhHiIsSwW])(\w)/', '(?P<$1>\d+)$2', $this->format) . '$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php
|
'/^P(?=\w*(?:\d|%\w))(?:\d+Y|%[yY]Y)?(?:\d+M|%[mM]M)?(?:(?:\d+D|%[dD]D)|(?:\d+W|%[wW]W))?(?:T(?:\d+H|[hH]H)?(?:\d+M|[iI]M)?(?:\d+S|[sS]S)?)?$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php
|
"#'(.*?)'#" | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php
|
'#[ahHkKmsSAzZOvVxX]#' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php
|
'/^(\d{4})-(\d{2})-(\d{2})[T ]\d{2}:\d{2}(?::\d{2})?/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php
|
'/\'[^\']+\'/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php
|
'/[^yMd]+/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php
|
'/^([yMd]+)[^yMd]*([yMd]+)[^yMd]*([yMd]+)$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php
|
'/[M|L]+/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php
|
'/^(?P<hours>\d{2}):(?P<minutes>\d{2})(?::(?P<seconds>\d{2})(?:\.\d+)?)?$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/TimeType.php
|
'/^\d{2}:\d{2}(:\d{2})?$/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/TimeType.php
|
'/^#[0-9a-f]{6}$/i' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/ColorType.php
|
'/^([^\s\xc2\xa0]*)[\s\xc2\xa0]*123(?:[,.]0+)?[\s\xc2\xa0]*([^\s\xc2\xa0]*)$/u' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php
|
'~^(?:[/.]|[\w+.-]+://|[^:/?@#]++@)~' | 1 |
- /src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php
|
'/^[\pZ\p{Cc}\p{Cf}]+|[\pZ\p{Cc}\p{Cf}]+$/u' | 1 |
- /src/Symfony/Component/Form/Util/StringUtil.php
|
'~([^\\\\]+?)(type)?$~i' | 1 |
- /src/Symfony/Component/Form/Util/StringUtil.php
|
'{[^\x21-\x7E]}' | 1 |
- /src/Symfony/Component/HttpClient/HttpClientTrait.php
|
'{multipart/form-data; boundary=(?|"([^"\r\n]++)"|([-!#$%&\'*+.^_`|~_A-Za-z0-9]++))}' | 1 |
- /src/Symfony/Component/HttpClient/HttpClientTrait.php
|
'/%(?:2[DE]|3[0-9]|[46][1-9A-F]|5F|[57][0-9A]|7E)++/i' | 1 |
- /src/Symfony/Component/HttpClient/HttpClientTrait.php
|
"#[^-A-Za-z0-9._~!$&/'()[\]*+,;=:@{}%]++#" | 1 |
- /src/Symfony/Component/HttpClient/HttpClientTrait.php
|
'#^(?:text/|application/(?:.+\+)?(?:json|xml)$)#i' | 1 |
- /src/Symfony/Component/HttpClient/HttpClientTrait.php
|
"{{$regexp}}A" | 1 |
- /src/Symfony/Component/HttpClient/ScopingHttpClient.php
|
'/^(.*):(\d+)$/' | 1 |
- /src/Symfony/Component/HttpClient/CurlHttpClient.php
|
'/^text\/event-stream(;|$)/i' | 1 |
- /src/Symfony/Component/HttpClient/EventSourceHttpClient.php
|
'/^(?::[^\r\n]*+(?:\r\n|[\r\n]))+$/m' | 1 |
- /src/Symfony/Component/HttpClient/EventSourceHttpClient.php
|
'/^[*<]|(Host: )/' | 1 |
- /src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php
|
'/^> ([A-Z]+)/' | 1 |
- /src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php
|
'#^HTTP/\d+(?:\.\d+)? ([123456789]\d\d)(?: |$)#' | 1 |
- /src/Symfony/Component/HttpClient/Response/AsyncContext.php
|
"#^HTTP/\d+(?:\.\d+)? {$statusCode}(?: |\r\n$)#" | 1 |
- /src/Symfony/Component/HttpClient/Response/CurlResponse.php
|
'#^HTTP/\d+(?:\.\d+)? (\d\d\d)(?: |$)#' | 1 |
- /src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php
|
'#^HTTP/\d+(?:\.\d+)? (?:\d\d\d) (.+)#' | 1 |
- /src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php
|
'/\bjson\b/i' | 1 |
- /src/Symfony/Component/HttpClient/Exception/HttpExceptionTrait.php
|
'/^(get|is|has|set)(.+)$/i' | 1 |
- /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php
|
'/(?<!%)(?:%{2})*%(?<specifier>[a-z])/' | 1 |
- /src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php
|
'#^[\pL_][\pL0-9._:-]*$#ui' | 1 |
- /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
|
'/[<>&]/' | 1 |
- /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
|
'/[A-Z]/' | 1 |
- /src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php
|
'/(^|_|\.)+(.)/' | 1 |
- /src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php
|
'/^data:([a-z0-9][a-z0-9\!\#\$\&\-\^\_\+\.]{0,126}\/[a-z0-9][a-z0-9\!\#\$\&\-\^\_\+\.]{0,126}(;[a-z0-9\-]+\=[a-z0-9\-]+)?)?(;base64)?,[a-z0-9\!\$\&\\\'\,\(\)\*\+\,\;\=\-\.\_\~\:\@\/\?\%\s]*\s*$/i' | 1 |
- /src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php
|
'/(T.*)$/' | 1 |
- /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php
|
'/^' . $signPattern . preg_replace('/%([yYmMdDhHiIsSwW])(\w)/', '(?:(?P<$1>\d+)$2)?', preg_replace('/(T.*)$/', '($1)?', $dateIntervalFormat)) . '$/' | 1 |
- /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php
|
'/^[\-+]?P(?=\w*(?:\d|%\w))(?:\d+Y|%[yY]Y)?(?:\d+M|%[mM]M)?(?:\d+W|%[wW]W)?(?:\d+D|%[dD]D)?(?:T(?:\d+H|[hH]H)?(?:\d+M|[iI]M)?(?:\d+S|[sS]S)?)?$/' | 1 |
- /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php
|
'/(export[ \t]++)?(' . self::VARNAME_REGEX . ')/A' | 1 |
- /src/Symfony/Component/Dotenv/Dotenv.php
|
'/[ \t]*+(?:#.*)?$/Am' | 1 |
- /src/Symfony/Component/Dotenv/Dotenv.php
|
'/(?:\s*+(?:#[^\n]*+)?+)++/A' | 1 |
- /src/Symfony/Component/Dotenv/Dotenv.php
|
'/
(\\\\)? # escaped with a backslash?
\$
(?<cmd>
\( # require opening parenthesis
([^()]|\g<cmd>)+ # allow any number of non-parens, or balanced parens (by nesting the <cmd> expression recursively)
\) # require closing paren
)
/x' | 1 |
- /src/Symfony/Component/Dotenv/Dotenv.php
|
'/[\r\n]+$/' | 1 |
- /src/Symfony/Component/Dotenv/Dotenv.php
|
'/
(?<!\\\\)
(?P<backslashes>\\\\*) # escaped with a backslash?
\$
(?!\() # no opening parenthesis
(?P<opening_brace>\{)? # optional brace
(?P<name>' . self::VARNAME_REGEX . ')? # var name
(?P<default_value>:[-=][^\}]++)? # optional default value
(?P<closing_brace>\})? # optional closing brace
/x' | 1 |
- /src/Symfony/Component/Dotenv/Dotenv.php
|
'/^(get|is|has)(.+)$/i' | 1 |
- /src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php
|
'/^' . self::FORMATS[$countryCode] . '$/' | 1 |
- /src/Symfony/Component/Validator/Constraints/IbanValidator.php
|
'/[A-Z]{2}[A-Z0-9]{9}[0-9]{1}/' | 1 |
- /src/Symfony/Component/Validator/Constraints/Isin.php
|
'/^(\d++)(' . implode('|', array_keys($factors)) . ')$/i' | 1 |
- /src/Symfony/Component/Validator/Constraints/File.php
|
'/^(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})$/' | 1 |
- /src/Symfony/Component/Validator/Constraints/DateValidator.php
|
'/FORMATS = \[.*?\];/s' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/^([A-Z]{2})(\s+\(.+?\))?$/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/(\d+)!n/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/(\d+)!a/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/(\d+)!c/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/^([A-Z]{2})/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/\s*,\s*/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/(\d+)n/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/(\d+)a/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/(\d+)c/' | 1 |
- /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php
|
'/namespace (.+);/' | 1 |
- /src/Symfony/Component/Validator/Command/DebugCommand.php
|
'/class +([^{ ]+)/' | 1 |
- /src/Symfony/Component/Validator/Command/DebugCommand.php
|
'/Failed to parse time string \(\+([^)]+)\)/' | 1 |
- /src/Symfony/Component/RateLimiter/RateLimiterFactory.php
|
'#/(\d+)?$#' | 1 |
- /src/Symfony/Component/Cache/Traits/RedisTrait.php
|
'/^Redis::p?connect\(\): (.*)/' | 1 |
- /src/Symfony/Component/Cache/Traits/RedisTrait.php
|
'/^ERR /' | 1 |
- /src/Symfony/Component/Cache/Traits/RedisTrait.php
|
'/^(?<protocol>couchbase(?:s)?)\:\/\/(?:(?<username>[^\:]+)\:(?<password>[^\@]{6,})@)?' . '(?<host>[^\:]+(?:\:\d+)?)(?:\/(?<bucketName>[^\/\?]+))(?:(?:\/(?<scopeName>[^\/]+))' . '(?:\/(?<collectionName>[^\/\?]+)))?(?:\/)?(?:\?(?<options>.*))?$/i' | 1 |
- /src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php
|
'/;[OCRr]:[1-9]/' | 1 |
- /src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
|
'/^(?<protocol>couchbase(?:s)?)\:\/\/(?:(?<username>[^\:]+)\:(?<password>[^\@]{6,})@)?' . '(?<host>[^\:]+(?:\:\d+)?)(?:\/(?<bucketName>[^\?]+))(?:\?(?<options>.*))?$/i' | 1 |
- /src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php
|
'#^memcached:(//)?(?:([^@]*+)@)?#' | 1 |
- /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
|
'#/(\d+)$#' | 1 |
- /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php
|
'#^[a-z]++:#' | 1 |
- /src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php
|
'/^ICU version (?:=>)?(.*)$/m' | 1 |
- /src/Symfony/Component/Intl/Intl.php
|
'/^(\d)\.(\d)/' | 1 |
- /src/Symfony/Component/Intl/Util/IcuVersion.php
|
'/^' . $pattern . '/' | 1 |
- /src/Symfony/Component/Intl/Util/Version.php
|
'#^release-[0-9]{1,}-[0-9]{1}$#' | 1 |
- /src/Symfony/Component/Intl/Resources/bin/update-data.php
|
'#release-([0-9]{1,})-([0-9]{1,})#' | 1 |
- /src/Symfony/Component/Intl/Resources/bin/update-data.php
|
'/^(?P<version>[0-9]\.[0-9]|[0-9]{2,})/' | 1 |
- /src/Symfony/Component/Intl/Resources/bin/common.php
|
'/ICU version ([\d\.]+)/' | 1 |
- /src/Symfony/Component/Intl/Resources/bin/common.php
|
'{^(?<codePoints>[\w ]+) +; [\w-]+ +# (?<emoji>.+) E\d+\.\d+ ?(?<name>.+)$}Uu' | 1 |
- /src/Symfony/Component/Intl/Resources/emoji/build.php
|
'/QUICK_CHECK = .*;/m' | 1 |
- /src/Symfony/Component/Intl/Resources/emoji/build.php
|
'/^[a-z0-9@_\\.\\-]*$/' | 1 |
- /src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php
|
'/^[a-z]{2}(_.+)?$/' | 1 |
- /src/Symfony/Component/Intl/Data/Util/LocaleScanner.php
|
'/"%%ALIAS"\{"([^"]+)"\}/' | 1 |
- /src/Symfony/Component/Intl/Data/Util/LocaleScanner.php
|
'/%%Parent{"([^"]+)"}/' | 1 |
- /src/Symfony/Component/Intl/Data/Util/LocaleScanner.php
|
'~^Etc:GMT[-+]\d+$~' | 1 |
- /src/Symfony/Component/Intl/Data/Generator/TimezoneDataGenerator.php
|
'/^[a-z0-9@_\\.\\-]*$/i' | 1 |
- /src/Symfony/Component/Translation/Translator.php
|
'/([\s:,])/' | 1 |
- /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php
|
'/filename="([^"]+)/' | 1 |
- /src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderTest.php
|
'/(^|\.)default$/' | 1 |
- /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProviderFactory.php
|
'/\bt\(|->trans\(|TranslatableMessage|Symfony\\\\Component\\\\Validator\\\\Constraints/i' | 1 |
- /src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php
|
'{[\\\\/]+}' | 1 |
- /src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php
|
'/message/i' | 1 |
- /src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php
|
'/; ID:(.*?)$/i' | 1 |
- /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php
|
'/^ERROR: (\d+)$/' | 1 |
- /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php
|
'/^OK: (\d+)$/' | 1 |
- /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php
|
"/\p{Cyrillic}/u" | 1 |
- /src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php
|
'/^[a-zA-Z0-9\s]{1,11}$/' | 1 |
- /src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php
|
'/([_*\[\]()~`>#+\-=|{}.!\\\\])/' | 1 |
- /src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php
|
'/^xox(b-|p-|a-2)/' | 1 |
- /src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php
|
'/^\/webhookb2\//' | 1 |
- /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php
|
'/^#([0-9a-f]{6}|[0-9a-f]{3})$/i' | 1 |
- /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php
|
'/^[+-]?[0-9]+(\.[0-9]+)?$/' | 1 |
- /src/Symfony/Component/Config/Util/XmlUtils.php
|
'/^ @@.*/m' | 1 |
- /src/Symfony/Component/Config/Resource/ReflectionClassResource.php
|
'/\\\\[,{}]/' | 1 |
- /src/Symfony/Component/Config/Resource/GlobResource.php
|
'#\W#' | 1 |
- /src/Symfony/Component/Config/Builder/ClassBuilder.php
|
'#[&?]' . $this->usernameParameter . '=[^&]*#' | 1 |
- /src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php
|
'#' . preg_quote($this->credentialUserIdentifier, '#') . '=([^,/]++)#' | 1 |
- /src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php
|
'/
(?(DEFINE)(?P<LNUM>[0-9]+(_[0-9]+)*))
(?:\.(?&LNUM)|(?&LNUM)(?:\.(?!\.)(?&LNUM)?)?)(?:[eE][+-]?(?&LNUM))?/Ax' | 1 |
- /src/Symfony/Component/ExpressionLanguage/Lexer.php
|
'/"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"|\'([^\'\\\\]*(?:\\\\.[^\'\\\\]*)*)\'/As' | 1 |
- /src/Symfony/Component/ExpressionLanguage/Lexer.php
|
'/(?<=^|[\s(])starts with(?=[\s(])|(?<=^|[\s(])ends with(?=[\s(])|(?<=^|[\s(])contains(?=[\s(])|(?<=^|[\s(])matches(?=[\s(])|(?<=^|[\s(])not in(?=[\s(])|(?<=^|[\s(])not(?=[\s(])|(?<=^|[\s(])and(?=[\s(])|\=\=\=|\!\=\=|(?<=^|[\s(])or(?=[\s(])|\|\||&&|\=\=|\!\=|\>\=|\<\=|(?<=^|[\s(])in(?=[\s(])|\.\.|\*\*|\!|\||\^|&|\<|\>|\+|\-|~|\*|\/|%/A' | 1 |
- /src/Symfony/Component/ExpressionLanguage/Lexer.php
|
'{^[0-9a-f]{8}(?:-[0-9a-f]{4}){2}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$}Di' | 1 |
- /src/Symfony/Component/Uid/Uuid.php
|
'/(^[^,\\\\]*(?:\\\\.[^,\\\\]*)*),/' | 1 |
- /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php
|
'/^[A-Z]{2,}/' | 1 |
- /src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php
|
'/^(' . $pattern . ')(.+)$/i' | 1 |
- /src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php
|
'/^([^:+]+)\+advisory/' | 1 |
- /src/Symfony/Component/Lock/Store/StoreFactory.php
|
'/[^a-z0-9\._-]+/i' | 1 |
- /src/Symfony/Component/Lock/Store/FlockStore.php
|
'/^(.*[\?&])collection=([^&#]*)&?(([^#]*).*)$/' | 1 |
- /src/Symfony/Component/Lock/Store/MongoDbStore.php
|
'#^\#(\((\d+)-(\d+)\))?$#' | 1 |
- /src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php
|
'#^\s*\d+\s*(sec|second|min|minute|hour)s?\s*$#' | 1 |
- /src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php
|
'/^[^@\x80-\xFF]++@/' | 1 |
- /src/Symfony/Component/Mailer/Envelope.php
|
'{\(([^()]|(?R))*\)}A' | 1 |
- /src/Symfony/Component/Mailer/Transport.php
|
'{(\w+)\(}A' | 1 |
- /src/Symfony/Component/Mailer/Transport.php
|
'/^[0-9]{3}[ -]([A-Z0-9-]+)((?:[ =].*)?)$/Di' | 1 |
- /src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php
|
'/\\\([.[])/' | 1 |
- /src/Symfony/Component/PropertyAccess/PropertyPath.php
|
'/^\S+::\S+\(\): Argument #\d+ \(\$\S+\) must be of type (\S+), (\S+) given/' | 1 |
- /src/Symfony/Component/PropertyAccess/PropertyAccessor.php
|
'/^Cannot assign (\S+) to property \S+::\$\S+ of type (\S+)$/' | 1 |
- /src/Symfony/Component/PropertyAccess/PropertyAccessor.php
|
'/Return value (?:of .*::\w+\(\) )?must be of (?:the )?type (\w+), null returned$/' | 1 |
- /src/Symfony/Component/PropertyAccess/PropertyAccessor.php
|
'/^Typed property ([\w\\\\@]+)::\$(\w+) must not be accessed before initialization$/' | 1 |
- /src/Symfony/Component/PropertyAccess/PropertyAccessor.php
|
'/^Cannot access uninitialized non-nullable property ([\w\\\\@]+)::\$(\w+) by reference$/' | 1 |
- /src/Symfony/Component/PropertyAccess/PropertyAccessor.php
|
"/(?|(,)\n( ) |\n |,\n (\]))/" | 1 |
- /src/Symfony/Component/VarExporter/ProxyHelper.php
|
"/^'(?:[^'\\\\]*+(?:\\\\.)*+)*+'$/" | 1 |
- /src/Symfony/Component/VarExporter/ProxyHelper.php
|
'/^Cannot access uninitialized non-nullable property ([^ ]++) by reference$/' | 1 |
- /src/Symfony/Component/VarExporter/LazyGhostTrait.php
|
"/((?:[\\0\\r\\n]|\u{202A}|\u{202B}|\u{202D}|\u{202E}|\u{2066}|\u{2067}|\u{2068}|\u{202C}|\u{2069})++)(.)/" | 1 |
- /src/Symfony/Component/VarExporter/Internal/Exporter.php
|
'{^(https?\://)' . preg_quote($this->extractHost($uri)) . '}' | 1 |
- /src/Symfony/Component/BrowserKit/AbstractBrowser.php
|
'{^' . parse_url($uri, \PHP_URL_SCHEME) . '}' | 1 |
- /src/Symfony/Component/BrowserKit/AbstractBrowser.php
|
'/^O\:\d+\:/' | 1 |
- /src/Symfony/Component/BrowserKit/AbstractBrowser.php
|
'/^\s*0\s*;\s*URL\s*=\s*(?|\'([^\']++)|"([^"]++)|([^\'"].*))/i' | 1 |
- /src/Symfony/Component/BrowserKit/AbstractBrowser.php
|
'/[#?].*?$/' | 1 |
- /src/Symfony/Component/BrowserKit/AbstractBrowser.php
|
'#^(.*?//[^/]+)\/.*$#' | 1 |
- /src/Symfony/Component/BrowserKit/AbstractBrowser.php
|
'/^(?P<token>\s*[0-9A-Za-z!#\$%\&\'\*\+\-\.^_`\|~]+)=/' | 1 |
- /src/Symfony/Component/BrowserKit/CookieJar.php
|
'/^namespace ([^;\\\\\s]++)[;\\\\]/m' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'/[[:punct:]]$/' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'/^(?:\\\\?[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*)+$/' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'/((?:\[\])+)$/' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'/^(class|interface|trait|abstract) /' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'/\)(?::[^;\n]++)?(;?\n)/' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'{^@([-a-zA-Z0-9_:]++)(\s|$)}' | 1 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php
|
'/^(Class|Interface|Trait) [\'"]([^\'"]+)[\'"] not found$/' | 1 |
- /src/Symfony/Component/ErrorHandler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php
|
'/^Call to undefined method (.*)::(.*)\(\)$/' | 1 |
- /src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php
|
'{@tentative-return-type.*?[\s]function ([^(]++)[^)]++\)\s*+:\s*+([^\n;\{]++)}s' | 1 |
- /src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php
|
'#^' . $scheme . ':///([^:@])+$#' | 1 |
- /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
|
'#\d+$#' | 1 |
- /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
|
'/FROM (.+) WHERE/' | 1 |
- /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php
|
';^sqs\.([^\.]++)\.amazonaws\.com$;' | 1 |
- /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php
|
'/([^a-zA-Z0-9_\.-]+|\.\.)/' | 1 |
- /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php
|
'/#\d+/' | 1 |
- /src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerWithClassNotFoundSupportTest.php
|
'#^(ssh2\.)?s?ftp://#' | 1 |
- /src/Symfony/Component/Finder/Finder.php
|
'~(?<!\\\\)#[^\n\r]*~' | 1 |
- /src/Symfony/Component/Finder/Gitignore.php
|
'~(?<!\\\\)[ \t]+$~' | 1 |
- /src/Symfony/Component/Finder/Gitignore.php
|
'~\\\\\[((?:\\\\!)?)([^\[\]]*)\\\\\]~' | 1 |
- /src/Symfony/Component/Finder/Gitignore.php
|
'~(?:(?:\\\\\*){2,}(/?))+~' | 1 |
- /src/Symfony/Component/Finder/Gitignore.php
|
'~\\\\\*~' | 1 |
- /src/Symfony/Component/Finder/Gitignore.php
|
'~\\\\\?~' | 1 |
- /src/Symfony/Component/Finder/Gitignore.php
|
'#^\s*(==|!=|[<>]=?)?\s*([0-9\.]+)\s*([kmg]i?)?\s*$#i' | 1 |
- /src/Symfony/Component/Finder/Comparator/NumberComparator.php
|
'#^\s*(==|!=|[<>]=?|after|since|before|until)?\s*(.+?)\s*$#i' | 1 |
- /src/Symfony/Component/Finder/Comparator/DateComparator.php
|
'/r\+/' | 1 |
- /src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php
|
'/^(.{3,}?)[' . $availableModifiers . ']*$/' | 1 |
- /src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
|
'/[*?[:alnum:] \\\\]/' | 1 |
- /src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
|
'/default: [0-9\.]+ MiB - [0-9]+ ms/' | 1 |
- /src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php
|
'/(x|ht)ml/i' | 1 |
- /src/Symfony/Component/DomCrawler/Crawler.php
|
'/(charset *= *["\']?)([a-zA-Z\-0-9_:.]+)/i' | 1 |
- /src/Symfony/Component/DomCrawler/Crawler.php
|
'/^(ancestor|ancestor-or-self|attribute|following|following-sibling|namespace|parent|preceding|preceding-sibling)::/' | 1 |
- /src/Symfony/Component/DomCrawler/Crawler.php
|
'/(?P<prefix>[a-z_][a-z_0-9\-\.]*+):[^"\/:]/i' | 1 |
- /src/Symfony/Component/DomCrawler/Crawler.php
|
'/^\x{FEFF}?\s*(<!--[^>]*?-->\s*)*$/u' | 1 |
- /src/Symfony/Component/DomCrawler/Crawler.php
|
'/^(?P<base>[^[]+)(?P<extra>(\[.*)|$)/' | 1 |
- /src/Symfony/Component/DomCrawler/FormFieldRegistry.php
|
'/^\[(?P<segment>.*?)\](?P<extra>.*)$/' | 1 |
- /src/Symfony/Component/DomCrawler/FormFieldRegistry.php
|
'#^([^/]*)//.*$#' | 1 |
- /src/Symfony/Component/DomCrawler/UriResolver.php
|
'#^(.*?//[^/]*)(?:\/.*)?$#' | 1 |
- /src/Symfony/Component/DomCrawler/UriResolver.php
|
'~>\s+<~' | 1 |
- /src/Symfony/Component/DomCrawler/Tests/AbstractCrawlerTestCase.php
|
'#\d+#' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'/\s*(#.*)?$/A' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^\%YAML[: ][\d\.]+.*\n#u' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^(\#.*?\n)+#s' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^\-\-\-.*?\n#s' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#\.\.\.\s*$#' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^&(?P<ref>[^ ]+)#u' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^(?P<key>(?:![^\s]++\s++)?(?:' . Inline::REGEX_QUOTED_STRING . '|[^ \'"\[\{!].*?)) *\:(( |\t)++(?P<value>.+))?$#u' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'#^(?P<key>' . Inline::REGEX_QUOTED_STRING . '|[^ \'"\{\[].*?) *\:(\s+(?P<value>.+?))?\s*$#u' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'{^[0-9]+[_0-9]*$}' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/^' . self::TAG_PATTERN . ' *( +#.*)?$/' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'/^(?:' . self::TAG_PATTERN . ' +)?' . self::BLOCK_SCALAR_HEADER_PATTERN . '$/' | 1 |
- /src/Symfony/Component/Yaml/Parser.php
|
'/[ \t]+#/' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/^(.*?)(' . implode('|', $delimiters) . ')/' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/' . self::REGEX_QUOTED_STRING . '/Au' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'{^[+-]?[0-9][0-9_]*$}' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/^(-|\+)?[0-9][0-9_]*(\.[0-9_]+)?$/' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'#^[A-Z0-9+/]+={0,2}$#i' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/' . self::REGEX_CHARACTER_TO_ESCAPE . '/u' | 1 |
- /src/Symfony/Component/Yaml/Escaper.php
|
'/[ \s \' " \: \{ \} \[ \] , & \* \# \?] | \A[ \- ? | < > = ! % @ ` \p{Zs}]/xu' | 1 |
- /src/Symfony/Component/Yaml/Escaper.php
|
'/' . self::REGEX_ESCAPED_CHARACTER . '/u' | 1 |
- /src/Symfony/Component/Yaml/Unescaper.php
|
'/\s*#.*$/A' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/^(?:\+|-)?0o(?P<value>[0-7_]++)$/' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/\s/' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/[^\x00\x07-\x0d\x1B\x20-\xff]/' | 1 |
- /src/Symfony/Component/Yaml/Inline.php
|
'/' . $regex . '/i' | 1 |
- /src/Symfony/Component/Mime/Email.php
|
'#^([a-z0-9\-]+/[a-z0-9\-\+\.]+)#i' | 1 |
- /src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php
|
'/"/u' | 1 |
- /src/Symfony/Component/Mime/Address.php
|
'~(?<displayName>[^<]*)<(?<addrSpec>.*)>[^>]*~' | 1 |
- /src/Symfony/Component/Mime/Address.php
|
"/[ \t][ \t]+/" | 1 |
- /src/Symfony/Component/Mime/Crypto/DkimSigner.php
|
'/(\r\n\r\n|\n\n)/' | 1 |
- /src/Symfony/Component/Mime/Crypto/SMime.php
|
'/(?P<name>[a-z-0-9]+)=(?P<value>"[^"]+"|(?:[^\s;]+|$))(?:\s+;)?/i' | 1 |
- /src/Symfony/Component/Mime/Crypto/SMime.php
|
'/[^\x00-\x7F]/' | 1 |
- /src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php
|
'~=0D(?!=0A)|(?<!=0D)=0A~' | 1 |
- /src/Symfony/Component/Mime/Encoder/QpContentEncoder.php
|
"{^ '([^']+/[^']+)' => \['(.+)'\],$}" | 1 |
- /src/Symfony/Component/Mime/Resources/bin/update_mime_types.php
|
"{^ '([^'/]+)' => \['(.+)'\],$}" | 1 |
- /src/Symfony/Component/Mime/Resources/bin/update_mime_types.php
|
'{Updated from upstream on .+?\.}' | 1 |
- /src/Symfony/Component/Mime/Resources/bin/update_mime_types.php
|
'{bh=([^;]+).+l=([^;]+)}' | 1 |
- /src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php
|
'{<(head|style)\b.*?</\1>}is' | 1 |
- /src/Symfony/Component/Mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php
|
'/^' . self::PHRASE_PATTERN . '$/D' | 1 |
- /src/Symfony/Component/Mime/Header/AbstractHeader.php
|
'{' . preg_quote($suffix) . '$}iuD' | 1 |
- /src/Symfony/Component/String/CodePointString.php
|
'/\p{Mn}++/u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
"/([AUO])\u{0308}(?=\p{Ll})/u" | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/\b.(?![A-Z]{2,})/u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/[^\pL0-9]++/u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/\b./u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
"{^[$chars]++|[$chars]++$}uD" | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
"{[$chars]++$}uD" | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
"{^(?:$prefix)}iuD" | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
"{^[$chars]++}uD" | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
"{(?:$suffix)$}iuD" | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/[\p{Cc}\x7F]++/u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/(?:\x1B(?:
\[ [\x30-\x3F]*+ [\x20-\x2F]*+ [\x40-\x7E]
| [P\]X^_] .*? \x1B\\\\
| [\x41-\x7E]
)|[\p{Cc}\x7F]++)/xu' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/^# EastAsianWidth-(\d+\.\d+\.\d+)\.txt/' | 1 |
- /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php
|
'/^([A-H\d]{4,})(?:\.\.([A-H\d]{4,}))? +; [W|F]/m' | 1 |
- /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php
|
'/^# DerivedGeneralCategory-(\d+\.\d+\.\d+)\.txt/' | 1 |
- /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php
|
'/^([A-H\d]{4,})(?:\.\.([A-H\d]{4,}))? *; (?:Me|Mn)/m' | 1 |
- /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php
|
'/^(abcès|accès|abus|albatros|anchois|anglais|autobus|bois|brebis|carquois|cas|chas|colis|concours|corps|cours|cyprès|décès|devis|discours|dos|embarras|engrais|entrelacs|excès|fils|fois|gâchis|gars|glas|héros|intrus|jars|jus|kermès|lacis|legs|lilas|marais|mars|matelas|mépris|mets|mois|mors|obus|os|palais|paradis|parcours|pardessus|pays|plusieurs|poids|pois|pouls|printemps|processus|progrès|puits|pus|rabais|radis|recors|recours|refus|relais|remords|remous|rictus|rhinocéros|repas|rubis|sans|sas|secours|sens|souris|succès|talus|tapis|tas|taudis|temps|tiers|univers|velours|verglas|vernis|virus)$/i' | 1 |
- /src/Symfony/Component/String/Inflector/FrenchInflector.php
|
'#\{(!)?([\w\x80-\xFF]+)\}#' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'/.$/u' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'/^\d/' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'#^\{[\w\x80-\xFF]+\}#' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'/[\x80-\xFF]|(?<!\\\\)\\\\(?:\\\\\\\\)*+(?-i:X|[pP][\{CLMNPSZ]|x\{[A-Fa-f0-9]{3})/' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'#\{[\w\x80-\xFF]+\}#' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'/^./u' | 1 |
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'#\{(!?)([\w\x80-\xFF]++)(<.*?>)?(\?[^\}]*+)?\}#' | 1 |
- /src/Symfony/Component/Routing/Route.php
|
'/ => \[\n (\[.+?),\n \],/' | 1 |
- /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php
|
'#[a-zA-Z]*$#' | 1 |
- /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php
|
'/^./m' | 1 |
- /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php
|
'/^\(\[[^\]]++\]\+\+\)$/' | 1 |
- /src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php
|
'{(?<!' . $subPattern . ')}' | 1 |
- /src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php
|
'/^[^\:]+(?:::(?:[^\:]+))?$/' | 1 |
- /src/Symfony/Component/Routing/Loader/ObjectLoader.php
|
'/^(?:\\\\?[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)+$/' | 1 |
- /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php
|
'~^[a-zA-Z_][a-zA-Z0-9_.-]*$~' | 1 |
- /src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php
|
'~^[ \t\r\n\f]+~' | 1 |
- /src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php
|
'/^llo$/' | 1 |
- /src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php
|
'/^h.*/' | 1 |
- /src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php
|
'/^([a-z]).*/' | 1 |
- /src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php
|
'/world/' | 1 |
- /src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php
|
'/^(?:([a-z]++)\|)?+([\w-]++|\*)?+\.([\w-]++)$/i' | 1 |
- /src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php
|
'/^(?:([a-z]++)\|)?([\w-]++|\*)$/i' | 1 |
- /src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php
|
'/^(?:([a-z]++)\|)?+([\w-]++|\*)?+#([\w-]++)$/i' | 1 |
- /src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php
|
'~.*\\\\([^\\\\]+)Node$~' | 1 |
- /src/Symfony/Component/CssSelector/Node/AbstractNode.php
|
'/\((\d+)\)(?:\([\da-f]{32}\))? : (?:eval\(\)\'d code|runtime-created function)$/' | 1 |
- /src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php
|
'@<style>.*</style><script>.*</script>@s' | 1 |
- /src/Symfony/Component/VarDumper/Tests/Command/Descriptor/HtmlDescriptorTest.php
|
'/
^(?:\/\/.*) # Lines that start with comments
|
(?:
\'(?:[^\'\\\\\n]|\\\\.)*+\' # Strings enclosed in single quotes
|
"(?:[^"\\\\\n]|\\\\.)*+" # Strings enclosed in double quotes
)
|
(?: # Import statements (script captured)
import\s*
(?:
(?:\*\s*as\s+\w+|\s+[\w\s{},*]+)
\s*from\s*
)?
|
\bimport\(
)
\s*[\'"`](\.\/[^\'"`\n]++|(\.\.\/)*+[^\'"`\n]++)[\'"`]\s*[;\)]
?
/mx' | 1 |
- /src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php
|
'/^(\/\/|\/\*)# sourceMappingURL=(.+\.map)/m' | 1 |
- /src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php
|
'/-([0-9a-zA-Z]{7,128}\.digested)/' | 1 |
- /src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php
|
'/\.(\w+)$/' | 1 |
- /src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php
|
'/((?P<package>@?[^=@\n]+))(?:@(?P<version>[^=\s\n]+))?(?:=(?P<alias>[^\s\n]+))?/' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php
|
'/^(git|http|file):/' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php
|
'/\s?-\s?/' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php
|
'/-(alpha|beta|rc)\./' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php
|
'/^~(\d+\.\d+)$/' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php
|
'{//# sourceMappingURL=.*$}m' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php
|
'{/\*# sourceMappingURL=[^ ]*+ \*/}' | 1 |
- /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php
|
'/^.*\\$/' | 1 |
- /src/Symfony/Component/DependencyInjection/ContainerBuilder.php
|
'/[ \t]*\$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Definition.php
|
'/([^\\\\]++\\\\)++/' | 1 |
- /src/Symfony/Component/DependencyInjection/ServiceLocator.php
|
'/^[a-zA-Z0-9_\x7f-\xff]++$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Attribute/Target.php
|
'/: static$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php
|
'/[^.]++$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
|
'/^(?:[-.\w\\\\]*+:)*+\w*+$/' | 1 |
- /src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
|
'/^%([^%\s]+)%$/' | 1 |
- /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
|
'/^(?:[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+\\\\)++$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
|
'/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+(?:\\\\[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+)*+$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
|
'/^_[a-zA-Z0-9_]*$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
|
'/' . $envPlaceholderUniquePrefix . '_\w+_[a-f0-9]{32}/U' | 1 |
- /src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php
|
'/^(?:(?:array|bool|float|int|string|iterable|([^ $]++)) )\$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
|
'/(^|[(|&])\\\\|^\?\\\\?/' | 1 |
- /src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
|
'/(?(DEFINE)(?<V>[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+))^((?&V)(?:\\\\(?&V))*+)(?: \$((?&V)))?$/' | 1 |
- /src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
|
'#(?:^/\*\*|\n\s*+\*)\s*+@return\s++(static|\$this)[\s\*]#i' | 1 |
- /src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
|
'/\W/i' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php
|
'/^[^\x00-\x08\x0B\x0C\x0E-\x1F\x7F]*+$/u' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
|
"/\r?\n\r?\n public function __construct.+?\\{\r?\n/s" | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
"/\\\$container->(?:getEnv\('(?:[-.\w\\\\]*+:)*+\w*+'\)|targetDir\.'')/" | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
'/^.*buildParameters.*\n.*\n.*\n\n?/m' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
"/\n.*DEPRECATED_PARAMETERS.*\n.*\n.*\n/m" | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
'/(?<!%)(%)([^%]+)\1/' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
'/[^a-zA-Z0-9_\x7f-\xff]/' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
$this->targetDirRegex . 'A' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
'# Password hash\s{1,}([\w+\/$.]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'# Password hash\s+(\$argon2i?\$[\w,=\$+\/]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'# Password hash\s+(\$argon2id?\$[\w,=\$+\/]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'# Password hash\s{1,}([\w+\/$.,=]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'# Password hash\s+(\$?\$[\w,=\$+\/]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'# Password hash\s{1,}([\w+\/]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'# Generated salt\s{1,}([\w+\/]+={0,2})\s+#' | 1 |
- /src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php
|
'/MSIE (.*?);/i' | 1 |
- /src/Symfony/Component/HttpFoundation/Response.php
|
'/(MSIE )(.*?);/' | 1 |
- /src/Symfony/Component/HttpFoundation/Response.php
|
'
/
(?!\s)
(?:
# quoted-string
"(?:[^"\\\\]|\\\\.)*(?:"|\\\\|$)
|
# token
[^"' . $quotedSeparators . ']+
)+
(?<!\s)
|
# separator
\s*
(?<separator>[' . $quotedSeparators . '])
\s*
/x' | 1 |
- /src/Symfony/Component/HttpFoundation/HeaderUtils.php
|
'/^[a-z0-9!#$%&\'*.^_`|~-]+$/i' | 1 |
- /src/Symfony/Component/HttpFoundation/HeaderUtils.php
|
'/\\\\(.)|"/' | 1 |
- /src/Symfony/Component/HttpFoundation/HeaderUtils.php
|
'/^[$_\p{L}][$_\p{L}\p{Mn}\p{Mc}\p{Nd}\p{Pc}\x{200C}\x{200D}]*(?:\[(?:"(?:\\\.|[^"\\\])*"|\'(?:\\\.|[^\'\\\])*\'|\d+)\])*?$/u' | 1 |
- /src/Symfony/Component/HttpFoundation/JsonResponse.php
|
'#[^cgp]#' | 1 |
- /src/Symfony/Component/HttpFoundation/Request.php
|
'/:\d+$/' | 1 |
- /src/Symfony/Component/HttpFoundation/Request.php
|
'/(?:^\[)?[a-zA-Z0-9-:\]_]+\.?/' | 1 |
- /src/Symfony/Component/HttpFoundation/Request.php
|
'/^[A-Z]++$/D' | 1 |
- /src/Symfony/Component/HttpFoundation/Request.php
|
'~^(HTTP/)?([1-9]\.[0-9]) ~' | 1 |
- /src/Symfony/Component/HttpFoundation/Request.php
|
'/[^[:alpha:]]/' | 1 |
- /src/Symfony/Component/HttpFoundation/ParameterBag.php
|
'/[^[:alnum:]]/' | 1 |
- /src/Symfony/Component/HttpFoundation/ParameterBag.php
|
'/[^[:digit:]]/' | 1 |
- /src/Symfony/Component/HttpFoundation/ParameterBag.php
|
'{' . $this->regexp . '}' | 1 |
- /src/Symfony/Component/HttpFoundation/RequestMatcher/PathRequestMatcher.php
|
'{' . $this->regexp . '}i' | 1 |
- /src/Symfony/Component/HttpFoundation/RequestMatcher/HostRequestMatcher.php
|
'{' . $regexp . '}' | 1 |
- /src/Symfony/Component/HttpFoundation/RequestMatcher/AttributesRequestMatcher.php
|
'/^([0-9]+)\s*\-\s*([0-9]+)$/' | 1 |
- /src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
|
'#Link: </css/style\.css>; rel="preload"; as="style"#' | 1 |
- /src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php
|
'#Link: </js/app\.js>; rel="preload"; as="script"#' | 1 |
- /src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php
|
'/^[a-zA-Z0-9,-]{22,250}$/' | 1 |
- /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
|
'#^((?:pdo_)?sqlite3?):///#' | 1 |
- /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
|
'/^\s*\[(?:PATH|HOST)\s*=/mi' | 1 |
- /src/Symfony/Component/Process/PhpSubprocess.php
|
'/"(?:(
[^"%!^]*+
(?:
(?: !LF! | "(?:\^[%!^])?+" )
[^"%!^]*+
)++
) | [^"]*+ )"/x' | 1 |
- /src/Symfony/Component/Process/Process.php
|
'/(\\\\*)"/' | 1 |
- /src/Symfony/Component/Process/Process.php
|
'/[\/()%!^"<>&|\s]/' | 1 |
- /src/Symfony/Component/Process/Process.php
|
'/(\\\\+)$/' | 1 |
- /src/Symfony/Component/Process/Process.php
|
'/"\$\{:([_a-zA-Z]++[_a-zA-Z0-9]*+)\}"/' | 1 |
- /src/Symfony/Component/Process/Process.php
|
'/ERROR/' | 1 |
- /src/Symfony/Component/Process/Tests/ProcessTest.php
|
'/foo/' | 1 |
- /src/Symfony/Component/Process/Tests/ProcessTest.php
|
'/.{1,10000}/u' | 1 |
- /src/Symfony/Component/Console/Application.php
|
'/^(\d+)x(\d+)(?: \((\d+)x(\d+)\))?$/' | 1 |
- /src/Symfony/Component/Console/Terminal.php
|
'/rows.(\d+);.columns.(\d+);/is' | 1 |
- /src/Symfony/Component/Console/Terminal.php
|
'/;.(\d+).rows;.(\d+).columns/is' | 1 |
- /src/Symfony/Component/Console/Terminal.php
|
'/--------+\r?\n.+?(\d+)\r?\n.+?(\d+)\r?\n/' | 1 |
- /src/Symfony/Component/Console/Terminal.php
|
'{^(-[^=]+=)(.+)}' | 1 |
- /src/Symfony/Component/Console/Input/ArgvInput.php
|
'/\s+/A' | 1 |
- /src/Symfony/Component/Console/Input/StringInput.php
|
'/([^="\'\s]+?)(=?)(' . self::REGEX_QUOTED_STRING . '+)/A' | 1 |
- /src/Symfony/Component/Console/Input/StringInput.php
|
'/' . self::REGEX_QUOTED_STRING . '/A' | 1 |
- /src/Symfony/Component/Console/Input/StringInput.php
|
'/' . self::REGEX_UNQUOTED_STRING . '/A' | 1 |
- /src/Symfony/Component/Console/Input/StringInput.php
|
'{^[\w-]+$}' | 1 |
- /src/Symfony/Component/Console/Input/Input.php
|
'/columns.(\d+)/i' | 1 |
- /src/Symfony/Component/Console/Tests/TerminalTest.php
|
'/^\[(.*)\] (.*)/' | 1 |
- /src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php
|
'/\033\[\d+(;\d+)?m/' | 1 |
- /src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php
|
'/(?<=^|\s)([\'"]?)(.+?)(?<!\\\\)\1(?=$|\s)/' | 1 |
- /src/Symfony/Component/Console/Completion/CompletionInput.php
|
'/^[^,]+(?:,[^,]+)*$/' | 1 |
- /src/Symfony/Component/Console/Question/ChoiceQuestion.php
|
'/([^\\\\]|^)([<>])/' | 1 |
- /src/Symfony/Component/Console/Formatter/OutputFormatter.php
|
"#<(($openTagRegex) | /($closeTagRegex)?)>#ix" | 1 |
- /src/Symfony/Component/Console/Formatter/OutputFormatter.php
|
'/([^=]+)=([^;]+)(;|$)/' | 1 |
- /src/Symfony/Component/Console/Formatter/OutputFormatter.php
|
'{\\\\([<>])}' | 1 |
- /src/Symfony/Component/Console/Formatter/OutputFormatter.php
|
'([^,;]+)' | 1 |
- /src/Symfony/Component/Console/Formatter/OutputFormatter.php
|
'~(\\n)$~' | 1 |
- /src/Symfony/Component/Console/Formatter/OutputFormatter.php
|
'/^[^\:]++(\:[^\:]++)*$/' | 1 |
- /src/Symfony/Component/Console/Command/Command.php
|
'/\\033]8;[^;]*;[^\\033]*\\033\\\\/' | 1 |
- /src/Symfony/Component/Console/Helper/Helper.php
|
'/^<(\w+|(\w+=[\w,]+;?)*)>.+<\/(\w+|(\w+=\w+;?)*)?>$/' | 1 |
- /src/Symfony/Component/Console/Helper/Table.php
|
'#' . $firewall['pattern'] . '#' | 1 |
- /src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php
|
"/^$name=((\\\\'|'[^']++')++|.*)/m" | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php
|
"/^$name=((\\\\'|'[^']++')++|.*)\n?/m" | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php
|
'/^\w++$/D' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php
|
'{private const KNOWN_TAGS = \[(.+?)\];}sm' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php
|
'/\.[a-z]+$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php
|
'/ ++$/m' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsListCommandTest.php
|
'/(.)([A-Z])/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
|
'{<tag name="([^"]+)"}' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
'{<argument type="tagged_.+?" tag="([^"]+)"}' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
"{->tag\('([^']+)'}" | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
"{tagged_(?:locator|iterator)\('([^']+)'}" | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
'{findTaggedServiceIds\(\'([^\']+)\'}' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
'{findTaggedServiceIds\(\$this->([^,\)]+)}' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
'{\$' . $var . ' = \'([^\']+)\'}' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php
|
'#(\..*?)$#' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php
|
'/[^a-zA-Z0-9\x7f-\xff $]++/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php
|
'/ \$.*/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php
|
'/(?(DEFINE)(?<V>[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+))^(?&V)(?:\\\\(?&V))*+(?: \$(?&V))?$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
|
'~^' . preg_quote($baseDir, '~') . '~' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php
|
'/(bundle|controller)_/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Routing/AttributeRouteControllerLoader.php
|
'/action(_\d+)?$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Routing/AttributeRouteControllerLoader.php
|
'/%%|%([^%\s]++)%/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Routing/Router.php
|
'/^env\((?:\w++:)*+\w++\)$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Routing/Router.php
|
'#^[a-z]++://#' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
|
'/\.\w+$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
|
'/\.(xml|ya?ml)$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
|
'/^(?:[-.\w\\\\]*+:)*+\w++$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
|
'/^(?:[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+\\\\)++\*$/' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
|
"/\n\s*/s" | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
|
'/^(.{60})./us' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
|
'{%env\(((?:\w++:)*+\w++)\)%}' | 1 |
- /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
|
"'(^|[/\\\\])\.'" | 1 |
- /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php
|
'/"(.*?)"/' | 1 |
- /src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php
|
'/M+/' | 1 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php
|
'/(?<=\b|_)[a-z]/i' | 1 |
- /src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php
|
'/(\p{Lu}+)(\p{Lu}\p{Ll})/u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/([\p{Ll}0-9])(\p{Lu})/u' | 1 |
- /src/Symfony/Component/String/AbstractUnicodeString.php
|
'/\n{2,}/S' | 1 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
'{=+$}' | 2 |
- /src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php (2)
|
'/[\r\n].*/' | 2 |
- /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php (2)
|
'/^.*?<pre/' | 2 |
- /src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php
- /src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php
|
'/%(.*?)%/' | 2 |
- /src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php (2)
|
'/^\|++$/' | 2 |
- /src/Symfony/Contracts/Translation/TranslatorTrait.php
- /src/Symfony/Component/Translation/Dumper/PoFileDumper.php
|
'/(?:\|\||[^\|])++/' | 2 |
- /src/Symfony/Contracts/Translation/TranslatorTrait.php
- /src/Symfony/Component/Translation/Dumper/PoFileDumper.php
|
<<<'EOF'
/^(?P<interval>
({\s*
(\-?\d+(\.\d+)?[\s*,\s*\-?\d+(\.\d+)?]*)
\s*})
|
(?P<left_delimiter>[\[\]])
\s*
(?P<left>-Inf|\-?\d+(\.\d+)?)
\s*,\s*
(?P<right>\+?Inf|\-?\d+(\.\d+)?)
\s*
(?P<right_delimiter>[\[\]])
)\s*(?P<message>.*?)$/xs
EOF | 2 |
- /src/Symfony/Contracts/Translation/TranslatorTrait.php
- /src/Symfony/Component/Translation/Dumper/PoFileDumper.php
|
'/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+(?:\\\\[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+)++$/' | 2 |
- /src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php
- /src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
|
'/service "\.service_locator\.[^"]++"/' | 2 |
- /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php
- /src/Symfony/Component/DependencyInjection/ServiceLocator.php
|
'/%([yYmMdDhHiIsSwW])(\w)/' | 2 |
- /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php
- /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php
|
'/y+/' | 2 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php (2)
|
'/d+/' | 2 |
- /src/Symfony/Component/Form/Extension/Core/Type/DateType.php (2)
|
'/^Content-Type: multipart\/form-data; boundary=(?<boundary>.+)$/' | 2 |
- /src/Symfony/Component/HttpClient/Tests/HttpClientTraitTest.php
- /src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php
|
'#[^-+_.A-Za-z0-9]#' | 2 |
- /src/Symfony/Component/Cache/Traits/RedisTrait.php
- /src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
|
'#^' . $scheme . ':(//)?(?:(?:(?<user>[^:@]*+):)?(?<password>[^@]*+)@)?#' | 2 |
- /src/Symfony/Component/Cache/Traits/RedisTrait.php
- /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php
|
'#[^-+.A-Za-z0-9]#' | 2 |
- /src/Symfony/Component/Cache/Adapter/PdoAdapter.php
- /src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php
|
'/[^a-z0-9_]/i' | 2 |
- /src/Symfony/Component/Translation/Translator.php (2)
|
'#[/\\\\]\.\.?$#' | 2 |
- /src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php
- /src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php
|
'domain' | 2 |
- /src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php
- /src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php
|
'message' | 2 |
- /src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php
- /src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php
|
'/[&<>]/' | 2 |
- /src/Symfony/Component/Translation/Dumper/XliffFileDumper.php (2)
|
'/^[+]+[1-9][0-9]{9,14}$/' | 2 |
- /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php
- /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php
|
'/^[a-zA-Z0-9 ]+$/' | 2 |
- /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php
- /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php
|
'/^[a-zA-Z0-9\s]{3,11}$/' | 2 |
- /src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php
- /src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php
|
'/^[a-zA-Z0-9\s]{2,11}$/' | 2 |
- /src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php
- /src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php
|
'/^0b[01]*$/' | 2 |
- /src/Symfony/Component/Config/Util/XmlUtils.php
- /src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
|
'/^0x[0-9a-f]++$/i' | 2 |
- /src/Symfony/Component/Config/Util/XmlUtils.php
- /src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php
|
'#^https?:[/\\\\]{2,}+[^/]++#i' | 2 |
- /src/Symfony/Component/Security/Http/HttpUtils.php (2)
|
'/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/A' | 2 |
- /src/Symfony/Component/ExpressionLanguage/Parser.php
- /src/Symfony/Component/ExpressionLanguage/Lexer.php
|
'{^[0-9a-f]{8}(?:-[0-9a-f]{4}){3}-[0-9a-f]{12}$}Di' | 2 |
- /src/Symfony/Component/Uid/Ulid.php
- /src/Symfony/Component/Uid/Uuid.php
|
'/[^a-z0-9]/i' | 2 |
- /src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php (2)
|
'~[\x00-\x08\x10-\x19\x7F-\xFF\r\n]~' | 2 |
- /src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php
- /src/Symfony/Component/Mime/Header/AbstractHeader.php
|
'/(?<!\\\\)"/' | 2 |
- /src/Symfony/Component/WebLink/HttpHeaderSerializer.php (2)
|
'/[.!]$/' | 2 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php (2)
|
'{\(([^()]*+|(?R))*\)(?: *: *[^ ]++)?|<([^<>]*+|(?R))*>|\{([^{}]*+|(?R))*\}}' | 2 |
- /src/Symfony/Component/ErrorHandler/DebugClassLoader.php (2)
|
'/[^\x07-\x0D\x1B\x20-\xFF]/' | 2 |
- /src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
- /src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php
|
'#^<pre.*?>\s*<code.*?>(.*)</code>\s*</pre>#s' | 2 |
- /src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
- /src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php
|
'#<code ([^>]++)>((?:[^<]*+\\n)++[^<]*+)</code>#' | 2 |
- /src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
- /src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php
|
'#^<code.*?>\s*<span.*?>(.*)</span>\s*</code>#s' | 2 |
- /src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
- /src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php
|
'#<span ([^>]++)>((?:[^<]*+<br \/>)++[^<]*+)</span>#' | 2 |
- /src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
- /src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php
|
'/in ("|")?(.+?)\1(?: +(?:on|at))? +line (\d+)/s' | 2 |
- /src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php
- /src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php
|
'#^https://sqs\.[\w\-]+\.amazonaws\.com/.+#' | 2 |
- /src/Symfony/Component/Messenger/Transport/TransportFactory.php
- /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransportFactory.php
|
'#\s*\n\s*\*\s*#' | 2 |
- /src/Symfony/Component/Messenger/Command/DebugCommand.php
- /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
|
"/(?:[ \n\r\t\x0C]{2,}+|[\n\r\t\x0C])/" | 2 |
- /src/Symfony/Component/DomCrawler/Crawler.php
- /src/Symfony/Component/String/AbstractString.php
|
'/\n+$/' | 2 |
- /src/Symfony/Component/Yaml/Parser.php (2)
|
'/[()<>\[\]:;@\,."]/' | 2 |
- /src/Symfony/Component/Mime/Header/MailboxHeader.php
- /src/Symfony/Component/Mime/Header/MailboxListHeader.php
|
'/^[\x00-\x08\x0B\x0C\x0E-\x7F]*$/D' | 2 |
- /src/Symfony/Component/Mime/Header/AbstractHeader.php
- /src/Symfony/Component/Mime/Header/ParameterizedHeader.php
|
'/^' . self::TOKEN_REGEX . '$/D' | 2 |
- /src/Symfony/Component/Mime/Header/ParameterizedHeader.php (2)
|
'/[^\x00-\x7F]/u' | 2 |
- /src/Symfony/Component/String/AbstractUnicodeString.php (2)
|
'#^.\^(.*)\$.[a-zA-Z]*$#' | 2 |
- /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php (2)
|
'#\?P<([^>]++)>#' | 2 |
- /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php (2)
|
'#^' . preg_replace('/\(\?(?:=|<=|!|<!)((?:[^()\\\\]+|\\\\.|\((?1)\))*)\)/', '', $token[2]) . '$#i' . (empty($token[4]) ? '' : 'u') | 2 |
- /src/Symfony/Component/Routing/Generator/UrlGenerator.php (2)
|
'/\(\?(?:=|<=|!|<!)((?:[^()\\\\]+|\\\\.|\((?1)\))*)\)/' | 2 |
- /src/Symfony/Component/Routing/Generator/UrlGenerator.php (2)
|
'/[ \t]+$/m' | 2 |
- /src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php
- /src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php
|
'/url\(\s*["\']?(?!(?:\/|\#|%23|data|http|\/\/))([^"\'\s?#)]+)([#?][^"\')]+)?\s*["\']?\)/' | 2 |
- /src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php (2)
|
'/%%|%([^%\s]+)%/' | 2 |
- /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
- /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
|
'/^[a-zA-Z_\x7f-\xff]/' | 2 |
- /src/Symfony/Component/DependencyInjection/ContainerBuilder.php
- /src/Symfony/Component/DependencyInjection/Attribute/Target.php
|
'/env_[a-f0-9]{16}_\w+_[a-f0-9]{32}/Ui' | 2 |
- /src/Symfony/Component/DependencyInjection/ContainerBuilder.php
- /src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
|
'/(?(DEFINE)(?<cn>[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*+))(?(DEFINE)(?<fqcn>(?&cn)(?:\\\\(?&cn))*+))^\??(?&fqcn)(?:(?:\|(?&fqcn))*+|(?:&(?&fqcn))*+)$/' | 2 |
- /src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php
- /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
|
'/^\.\d+_[^~]*+~[._a-zA-Z\d]{7}$/' | 2 |
- /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php (2)
|
'/^\'(?:\\\{2})?[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*(?:\\\{2}[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)*\'$/' | 2 |
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php (2)
|
'/^[\x20-\x7e]*$/' | 2 |
- /src/Symfony/Component/HttpFoundation/BinaryFileResponse.php
- /src/Symfony/Component/HttpFoundation/HeaderUtils.php
|
'/expires=[^;]++/' | 2 |
- /src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php
- /src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php
|
'~_sf2_meta.*$~m' | 2 |
- /src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_samesite_and_migration.php
- /src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/invalid_regenerate.php
|
'/\s++/' | 2 |
- /src/Symfony/Component/Process/Tests/ProcessTest.php (2)
|
'/^\w+$/D' | 2 |
- /src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php (2)
|
'/bundle$/' | 2 |
- /src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php
- /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
|
'/[_\s]+/' | 2 |
- /src/Symfony/Bridge/Twig/Extension/FormExtension.php
- /src/Symfony/Component/Form/FormRenderer.php
|
'/([A-Z])/' | 2 |
- /src/Symfony/Bridge/Twig/Extension/FormExtension.php
- /src/Symfony/Component/Form/FormRenderer.php
|
"{^\-\-.+\r\n}m" | 2 |
- /src/Symfony/Component/Mime/Tests/EmailTest.php (2)
|
"{boundary=.+\r\n}" | 2 |
- /src/Symfony/Component/Mime/Tests/EmailTest.php (2)
|
'/^((screen|xterm|vt100|vt220|putty|rxvt|ansi|cygwin|linux).*)|(.*-256(color)?(-bce)?)$/' | 3 |
- /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
- /src/Symfony/Component/VarDumper/Dumper/CliDumper.php
- /src/Symfony/Component/Console/Output/StreamOutput.php
|
'/Bundle$/' | 3 |
- /src/Symfony/Component/HttpKernel/Bundle/Bundle.php (2)
- /src/Symfony/Component/HttpKernel/Bundle/AbstractBundle.php
|
'/^ICU TZData version (?:=>)?(.*)$/m' | 3 |
- /src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php (2)
- /src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php
|
'/[\x80-\xFF]/' | 3 |
- /src/Symfony/Component/HttpClient/HttpClientTrait.php
- /src/Symfony/Component/String/ByteString.php
- /src/Symfony/Component/Routing/RouteCompiler.php
|
'/^\+?[1-9]\d{1,14}$/' | 3 |
- /src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php
- /src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php
- /src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php
|
'#[\r\n]|\*/#' | 3 |
- /src/Symfony/Component/Routing/Alias.php
- /src/Symfony/Component/DependencyInjection/Definition.php
- /src/Symfony/Component/DependencyInjection/Alias.php
|
'#\{[\w\x80-\xFF]+\}/?$#' | 3 |
- /src/Symfony/Component/Routing/Matcher/UrlMatcher.php
- /src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php
- /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php
|
'#(?:import\s*(?:\w+,)?(?:(?:\{[^}]*\}|\w+|\*\s*as\s+\w+)\s*\bfrom\s*)?|export\s*(?:\{[^}]*\}|\*)\s*from\s*)("/npm/((?:@[^/]+/)?[^@]+?)(?:@([^/]+))?((?:/[^/]+)*?)/\+esm")#' | 3 |
- /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php (3)
|
'/^%([^%]+)%$/' | 3 |
- /src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php
- /src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
"{%([a-z\-_]+)(?:\:([^%]+))?%}i" | 3 |
- /src/Symfony/Component/Console/Helper/ProgressBar.php (2)
- /src/Symfony/Component/Console/Helper/ProgressIndicator.php
|
'/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/' | 4 |
- /src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php (2)
- /src/Symfony/Component/HttpKernel/Kernel.php
- /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
|
"/\033\[[^m]*m/" | 4 |
- /src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php (3)
- /src/Symfony/Component/Console/Helper/Helper.php
|
'/(^|[(|&])\\\\/' | 4 |
- /src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php (2)
- /src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php (2)
|
'/^.*\\\\/' | 4 |
- /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
- /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
- /src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php
- /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php
|
'/([a-z\d])([A-Z])/' | 4 |
- /src/Symfony/Component/Form/Util/StringUtil.php
- /src/Symfony/Component/String/ByteString.php
- /src/Symfony/Component/DependencyInjection/Container.php
- /src/Symfony/Component/DependencyInjection/Loader/Configurator/EnvConfigurator.php
|
'/([A-Z]+)([A-Z][a-z])/' | 4 |
- /src/Symfony/Component/Form/Util/StringUtil.php
- /src/Symfony/Component/String/ByteString.php
- /src/Symfony/Component/DependencyInjection/Container.php
- /src/Symfony/Component/DependencyInjection/Loader/Configurator/EnvConfigurator.php
|
'/sf-dump-\d+/' | 5 |
- /src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php (2)
- /src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php (2)
- /src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php
|
'/^\+[1-9]\d{1,14}$/' | 5 |
- /src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php (2)
- /src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php
- /src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php
- /src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php
|
'/[^a-zA-Z0-9\x7f-\xff]++/' | 5 |
- /src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php (2)
- /src/Symfony/Component/String/ByteString.php
- /src/Symfony/Component/DependencyInjection/Attribute/Target.php
- /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
|
'/[a-zA-Z_\x7f-\xff][\\\\a-zA-Z0-9_\x7f-\xff]*+@anonymous\x00.*?\.php(?:0x?|:[0-9]++\$)[0-9a-fA-F]++/' | 6 |
- /src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php
- /src/Symfony/Component/ErrorHandler/ErrorHandler.php
- /src/Symfony/Component/ErrorHandler/Exception/FlattenException.php
- /src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php
- /src/Symfony/Component/VarDumper/Caster/ClassStub.php
- /src/Symfony/Component/Console/Application.php
|
'~^~m' | 8 |
- /src/Symfony/Component/Finder/Tests/GitignoreTest.php (8)
|
'/\s*[\r\n]\s*/' | 8 |
- /src/Symfony/Component/Console/Descriptor/TextDescriptor.php (2)
- /src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php (2)
- /src/Symfony/Component/Console/Descriptor/JsonDescriptor.php (2)
- /src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php (2)
|
'/\s+/' | 9 |
- /src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php (3)
- /src/Symfony/Component/Dotenv/Dotenv.php
- /src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php
- /src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
- /src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php
- /src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php
- /src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php
|
'//u' | 47 |
- /src/Symfony/Component/String/CodePointString.php (9)
- /src/Symfony/Component/String/AbstractUnicodeString.php (9)
- /src/Symfony/Component/String/ByteString.php (3)
- /src/Symfony/Component/DomCrawler/Crawler.php (2)
- /src/Symfony/Component/Routing/RouteCompiler.php (2)
- /src/Symfony/Component/Console/Helper/Helper.php (2)
- /src/Symfony/Component/Serializer/Encoder/CsvEncoder.php
- /src/Symfony/Component/Cache/Adapter/PdoAdapter.php
- /src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php
- /src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php
- /src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php
- /src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
- /src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php
- /src/Symfony/Component/Yaml/Parser.php
- /src/Symfony/Component/Yaml/Inline.php
- /src/Symfony/Component/Mime/Header/ParameterizedHeader.php
- /src/Symfony/Component/String/AbstractString.php
- /src/Symfony/Component/String/Resources/functions.php
- /src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php
- /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php
- /src/Symfony/Component/HtmlSanitizer/HtmlSanitizer.php
- /src/Symfony/Component/VarDumper/Cloner/VarCloner.php
- /src/Symfony/Component/VarDumper/Cloner/Data.php
- /src/Symfony/Component/VarDumper/Caster/StubCaster.php
- /src/Symfony/Component/VarDumper/Caster/CutStub.php
- /src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php
|