This is the list of error messages, as found in die() and exit() expressions.
Message | File | Line |
---|---|---|
'Test abc' | /src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php | 30 |
'Test that PHPUnit\'s error handler fires.' | /src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php | 39 |
'ccc' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 86 |
'fcy' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 87 |
sprintf('Since acme/lib 3.0: %s is deprecated, use %s_new instead.', ...$args) | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php | 15 |
'root deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 16 |
'silenced foo deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 22 |
'unsilenced foo deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 23 |
'silenced foo deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 24 |
'unsilenced foo deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 25 |
'silenced bar deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 30 |
'unsilenced bar deprecation' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php | 31 |
sprintf('Since bar/lib 3.0: %s is deprecated, use %s_new instead.', ...$args) | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/bar/lib/AnotherService.php | 13 |
sprintf('Since App 3.0: %s is deprecated, use %s_new instead.', ...$args) | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php | 25 |
__FUNCTION__ . ' from foo is deprecated! You should stop relying on it!' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/foo/lib/SomeOtherService.php | 10 |
'I come from… afar! :D' | /src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php | 3 |
'bar' | /src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php | 48 |
'bar' | /src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php | 35 |
'Since symfony/phpunit-bridge 5.1: Using "@expectedDeprecation" annotations in tests is deprecated, use the "ExpectDeprecationTrait::expectDeprecation()" method instead.' | /src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php | 235 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestRisky.php | 34 |
($package || $version ? "Since $package $version: " : '') . ($args ? vsprintf($message, $args) : $message) | /src/Symfony/Contracts/Deprecation/function.php | 25 |
serialize(['deprecation' => $deprecation[1], 'class' => $className, 'method' => $test->getName(false), 'triggering_file' => $deprecation[2] ?? null, 'files_stack' => $deprecation[3] ?? [ ]]) | /src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php | 283 |
(\extension_loaded('curl') ? 'Upgrade' : 'Install') . ' the curl extension or run "composer require amphp/http-client:^4.2.1" to perform async HTTP operations, including full HTTP/2 support' | /src/Symfony/Component/HttpClient/HttpClient.php | 65 |
'Configure the "curl.cainfo", "openssl.cafile" or "openssl.capath" php.ini setting to enable the CurlHttpClient' | /src/Symfony/Component/HttpClient/HttpClient.php | 58 |
'Missing options "client" or "response" in "symfony" stream context.' | /src/Symfony/Component/HttpClient/Response/StreamWrapper.php | 113 |
sprintf('Invalid mode "%s": only "r" is supported.', $mode) | /src/Symfony/Component/HttpClient/Response/StreamWrapper.php | 97 |
'Missing SASL support: the memcached extension must be compiled with --enable-memcached-sasl.' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 222 |
strtr($message, $replace) | /src/Symfony/Component/Cache/CacheItem.php | 161 |
sprintf('Undefined property: %s::$%s in %s on line %s', $this::class, $name, $frame['file'], $frame['line']) | /src/Symfony/Component/VarExporter/LazyGhostTrait.php | 137 |
'Class not found: ' . $class | /src/Symfony/Component/Config/ResourceCheckerConfigCache.php | 177 |
sprintf('Undefined property: %s::$%s in %s on line %s', $instance::class, $name, $frame['file'], $frame['line']) | /src/Symfony/Component/VarExporter/LazyProxyTrait.php | 118 |
sprintf('serialize(): "%s" returned as member variable from __sleep() but does not exist', $name) | /src/Symfony/Component/VarExporter/LazyGhostTrait.php | 314 |
'Using WebProfilerBundle in production is not supported and puts your project at risk, disable it.' | /src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php | 24 |
'Test Error' | /src/Symfony/Component/Process/Tests/ProcessTest.php | 74 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php | 40 |
'bar' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 604 |
'bar' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php | 41 |
'foo' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 603 |
'foo ' . $anonymousObject::class . ' bar' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 341 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php | 27 |
'Hello' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 79 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 54 |
'' | /src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php | 247 |
'bar' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 55 |
'' | /src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php | 177 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 29 |
'' | /src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php | 155 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 42 |
'' | /src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php | 125 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 84 |
sprintf('serialize(): "%s" returned as member variable from __sleep() but does not exist', $n) | /src/Symfony/Component/VarExporter/Internal/Exporter.php | 173 |
'bar' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 85 |
'serialize(): __sleep should return an array only containing the names of instance-variables to serialize' | /src/Symfony/Component/VarExporter/Internal/Exporter.php | 130 |
'foo' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 68 |
sprintf('serialize(): "%s" returned as member variable from __sleep() but does not exist', $name) | /src/Symfony/Component/VarExporter/LazyProxyTrait.php | 303 |
'bar' | /src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php | 69 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 21 |
'foobar' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 27 |
0 | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 27 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 27 |
'annotation' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 33 |
0 | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 33 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 33 |
'attribute' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 39 |
'Unable to get locales from phrase.' | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 234 |
'Unable to create locale phrase.' | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 211 |
'Provider server error.' | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 256 |
'Exception message' | /src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php | 25 |
503 | /src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php | 25 |
503 | /src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php | 34 |
'Exception message' | /src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php | 34 |
'Unrecognized option "foo" under "root"' | /src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php | 68 |
'Missing closing parenthesis.' | /src/Symfony/Component/Dotenv/Dotenv.php | 408 |
'Missing closing parenthesis.' | /src/Symfony/Component/Dotenv/Dotenv.php | 403 |
'A value containing spaces must be surrounded by quotes' | /src/Symfony/Component/Dotenv/Dotenv.php | 372 |
'Missing quote to end the value' | /src/Symfony/Component/Dotenv/Dotenv.php | 338 |
'Unable to upload translations to phrase.' | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 82 |
sprintf('Rate limit exceeded (%s). please wait %s seconds.', $headers['x-rate-limit-limit'][0], $headers['x-rate-limit-reset'][0]) | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 251 |
'Unable to get translations from phrase.' | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 120 |
'Unable to delete key in phrase.' | /src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php | 161 |
'Whitespace characters are not supported after the variable name' | /src/Symfony/Component/Dotenv/Dotenv.php | 284 |
'Missing = in the environment variable declaration' | /src/Symfony/Component/Dotenv/Dotenv.php | 280 |
'Unable to unset an environment variable' | /src/Symfony/Component/Dotenv/Dotenv.php | 277 |
'Invalid character in variable name' | /src/Symfony/Component/Dotenv/Dotenv.php | 271 |
'Missing quote to end the value' | /src/Symfony/Component/Dotenv/Dotenv.php | 330 |
'Missing quote to end the value' | /src/Symfony/Component/Dotenv/Dotenv.php | 320 |
'Whitespace are not supported before the value' | /src/Symfony/Component/Dotenv/Dotenv.php | 305 |
'Missing = in the environment variable declaration' | /src/Symfony/Component/Dotenv/Dotenv.php | 288 |
'SAFE MESSAGE' | /src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php | 40 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 70 |
'unsupported' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 259 |
'Username could not be found.' | /src/Symfony/Component/Security/Core/Tests/Exception/UserNotFoundExceptionTest.php | 21 |
'' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 71 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 72 |
'' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 70 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 71 |
'not found' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 64 |
'unsupported' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 90 |
'not found' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 33 |
'not found' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 56 |
'unsupported' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 168 |
'unsupported' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 231 |
'not found' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 122 |
'unsupported' | /src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php | 155 |
0 | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 93 |
'@resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 91 |
0 | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 79 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 77 |
sprintf('Unrecognized option%s "%s" under "%s"', 1 === \count($value) ? '' : 's', implode(', ', array_keys($value)), $this->getPath( )) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 295 |
sprintf('The child config "%s" under "%s" must be configured', $name, $this->getPath( )) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 207 |
sprintf('The value %s is too big for path "%s". Should be less than or equal to %s', $value, $this->getPath( ), $this->max) | /src/Symfony/Component/Config/Definition/NumericNode.php | 42 |
sprintf('The value %s is too small for path "%s". Should be greater than or equal to %s', $value, $this->getPath( ), $this->min) | /src/Symfony/Component/Config/Definition/NumericNode.php | 39 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 45 |
'sourceResource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 45 |
0 | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 39 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 39 |
'resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 63 |
0 | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 65 |
'@resource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 51 |
'sourceResource' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 51 |
422 | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 79 |
'Validation Failed' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 79 |
'Validation Failed' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 102 |
'Validation Failed' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 103 |
'Response content-type is "text/html" while "text/event-stream" was expected for "http://localhost:8080/events".' | /src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php | 189 |
'Response content-type is "text/html; charset="utf-8"" while "text/event-stream" was expected for "http://localhost:8080/events".' | /src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php | 190 |
'Response content-type is "text/event-streambla" while "text/event-stream" was expected for "http://localhost:8080/events".' | /src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php | 191 |
'Validation Failed' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 78 |
0 | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 110 |
'foo ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 242 |
'bar ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 280 |
'bar ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 299 |
0 | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 56 |
0 | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 62 |
0 | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 68 |
0 | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 74 |
ucfirst(curl_error($ch) ?: curl_strerror($result)) . sprintf(' for "%s".', curl_getinfo($ch, \CURLINFO_EFFECTIVE_URL)) | /src/Symfony/Component/HttpClient/Response/CurlResponse.php | 315 |
sprintf('Userland callback cannot use the client nor the response while processing "%s".', curl_getinfo($response->handle, \CURLINFO_EFFECTIVE_URL)) | /src/Symfony/Component/HttpClient/Response/CurlResponse.php | 274 |
sprintf('Failed writing %d bytes to the response buffer.', \strlen($chunk)) | /src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php | 201 |
sprintf('Error while processing content unencoding for "%s".', $response->getInfo('url')) | /src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php | 196 |
sprintf('Failed writing %d bytes to the response buffer.', \strlen($content)) | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 272 |
'Transfer closed with outstanding data remaining from chunked response.' | /src/Symfony/Component/HttpClient/Response/NativeResponse.php | 299 |
sprintf('Unsupported protocol for "%s"', curl_getinfo($ch, \CURLINFO_EFFECTIVE_URL)) | /src/Symfony/Component/HttpClient/Response/CurlResponse.php | 142 |
sprintf('Failed writing %d bytes to the response buffer.', \strlen($content)) | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 396 |
'Submitted data was expected to be text or number, array given.' | /src/Symfony/Component/Form/Form.php | 461 |
'Submitted data was expected to be text or number, file upload given.' | /src/Symfony/Component/Form/Form.php | 457 |
sprintf('Transfer closed with %s bytes remaining to read.', $remaining) | /src/Symfony/Component/HttpClient/Response/NativeResponse.php | 297 |
sprintf('The choices "%s" do not exist in the choice list.', $clientDataAsString) | /src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php | 185 |
404 | /src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php | 57 |
10 | /src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php | 43 |
'This is a sample exception.' | /src/Symfony/Component/HttpKernel/Controller/ErrorController.php | 55 |
404 | /src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php | 68 |
'Unclosed braces on variable expansion' | /src/Symfony/Component/Dotenv/Dotenv.php | 499 |
sprintf('Issue expanding a command (%s)', $process->getErrorOutput( )) | /src/Symfony/Component/Dotenv/Dotenv.php | 463 |
0 | /src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php | 83 |
sprintf('Unsupported character "%s" found in the default value of variable "$%s".', $unsupportedChars[0], $name) | /src/Symfony/Component/Dotenv/Dotenv.php | 518 |
sprintf('The type of the "%s" attribute for class "%s" must be float ("%s" given).', $attribute, $currentClass, $data) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 489 |
sprintf('Failed to denormalize attribute "%s" value for class "%s": ' . $e->getMessage( ), $attribute, $type) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 382 |
sprintf('Type property "%s" not found for the abstract object "%s".', $mapping->getTypeProperty( ), $class) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 828 |
sprintf('The type of the "%s" attribute for class "%s" must be int ("%s" given).', $attribute, $currentClass, $data) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 477 |
'The data is either an empty string or null, you should pass a string that can be parsed as a DateTimeZone.' | /src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php | 55 |
sprintf('The type of the "%s" attribute for class "%s" must be one of "%s" ("%s" given).', $attribute, $currentClass, implode('", "', array_keys($expectedTypes)), get_debug_type($data)) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 611 |
'The provided "data:" URI is not valid.' | /src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php | 93 |
sprintf('The type "%s" is not a valid value.', $type) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 832 |
sprintf('Data expected to be of type "%s" ("%s" given).', $type, get_debug_type($data)) | /src/Symfony/Component/Serializer/Serializer.php | 200 |
'Error with no types' | /src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php | 354 |
'The data is either not an string, an empty string, or null; you should pass a string that can be parsed with the passed format or a valid DateTime string.' | /src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php | 97 |
'Invalid value' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 77 |
sprintf('Parsing datetime string "%s" using format "%s" resulted in %d errors: ', $data, $dateTimeFormat, $dateTimeErrors['error_count']) . "\n" . implode("\n", $this->formatDateTimeErrors($dateTimeErrors['errors'])) | /src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php | 115 |
'Expected a valid ISO 8601 interval string.' | /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php | 70 |
sprintf('Value "%s" contains intervals not accepted by format "%s".', $data, $dateIntervalFormat) | /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php | 88 |
'Data expected to be a string.' | /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php | 66 |
sprintf('Failed to create object because the class "%s" is not instantiable.', $class) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 434 |
sprintf('The object must implement the "%s".', TranslatableInterface::class) | /src/Symfony/Component/Serializer/Normalizer/TranslatableNormalizer.php | 40 |
sprintf('Failed to create object because the class misses the "%s" property.', $constructorParameter->name) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 387 |
'The data is neither an integer nor a string, you should pass an integer or a string that can be parsed as an enumeration case of type ' . $type . '.' | /src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php | 73 |
sprintf('The data is not a valid "%s" string representation.', $type) | /src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php | 74 |
'The data must belong to a backed enumeration of type ' . $type | /src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php | 83 |
sprintf('The type of the "%s" attribute for class "%s" must be bool ("%s" given).', $attribute, $currentClass, $data) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 470 |
sprintf('Data expected to be "%s", "%s" given.', $type, get_debug_type($data)) | /src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php | 49 |
sprintf('The type of the key "%s" must be "%s" ("%s" given).', $key, implode('", "', $builtinTypes), get_debug_type($key)) | /src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php | 95 |
422 | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 127 |
'Validation Failed' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 127 |
422 | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 103 |
'Challenge' | /src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php | 31 |
'Challenge' | /src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php | 21 |
10 | /src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php | 43 |
0 | /src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php | 31 |
'Challenge' | /src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php | 50 |
'Challenge' | /src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php | 43 |
0 | /src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php | 31 |
'' | /src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php | 31 |
200 | /src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php | 68 |
'' | /src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php | 62 |
200 | /src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php | 44 |
'' | /src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php | 44 |
0 | /src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php | 31 |
1337 | /src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php | 31 |
'' | /src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php | 31 |
10 | /src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php | 21 |
400 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 64 |
400 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 65 |
404 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 69 |
403 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 68 |
400 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 63 |
'Page not found.' | /src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php | 50 |
400 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 66 |
401 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 67 |
'Error with no types' | /src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php | 352 |
0 | /src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php | 31 |
405 | /src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php | 59 |
'Invalid request.' | /src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php | 59 |
69 | /src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php | 31 |
'' | /src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php | 31 |
'' | /src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php | 31 |
10 | /src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php | 21 |
10 | /src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php | 370 |
'syntax error message' | /src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php | 370 |
404 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php | 45 |
500 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php | 46 |
404 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php | 49 |
500 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php | 50 |
405 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 70 |
500 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php | 71 |
404 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php | 43 |
404 | /src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php | 44 |
'message' | /src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php | 175 |
'/var/www/app/config.yml' | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 21 |
'message' | /src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php | 54 |
'message' | /src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php | 122 |
'Error message' | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 21 |
'äöü.yml' | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 29 |
'foo: bar' | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 21 |
42 | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 21 |
'Error message' | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 29 |
sprintf('Expected %s, but %s found.', $expectedValue, $foundToken) | /src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php | 28 |
'foo: bar' | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 29 |
42 | /src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php | 29 |
'Got nested ::not().' | /src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php | 43 |
sprintf('Got immediate child pseudo-element ":%s" not at the start of a selector', $pseudoElement) | /src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php | 48 |
sprintf('Unexpected pseudo-element "::%s" found %s.', $pseudoElement, $unexpectedLocation) | /src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php | 33 |
sprintf('Unclosed/invalid string at %s.', $position) | /src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php | 38 |
'App\DummyService' | /src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php | 22 |
'Cannot autowire service "App\DummyService": argument "$email" of method "__construct()" is type-hinted "string", you should configure its value explicitly.' | /src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php | 23 |
implode(' ', $msg) | /src/Symfony/Component/DependencyInjection/ServiceLocator.php | 130 |
'String not allowed as function argument.' | /src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php | 53 |
'Invalid reference.' | /src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php | 42 |
'my_service' | /src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php | 24 |
'int' | /src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php | 24 |
'App\DummyService' | /src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php | 33 |
'' | /src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php | 234 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 73 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 74 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 73 |
'embed' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 73 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 72 |
'embed' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 73 |
'embed' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 72 |
'embed' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 72 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 179 |
'Full authentication is required to access this resource.' | /src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php | 143 |
'embed' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 177 |
'embed' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 178 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 74 |
'Invalid CSRF.' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 151 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 74 |
0 | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 74 |
'Unable to send an email: "The To is mandatory but missing from the input" (code 400).' | /src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php | 213 |
'Could not reach the remote Mailjet server.' | /src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php | 175 |
'Unable to send an email: "cannot-be-decoded" (code 200).' | /src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php | 154 |
sprintf('Access Denied by #[IsGranted(%s)] on controller', $this->getIsGrantedString($attribute)) | /src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php | 63 |
403 | /src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php | 69 |
0 | /src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php | 256 |
'Bad credentials.' | /src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php | 256 |
0 | /src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php | 143 |
'bar' | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 44 |
0 | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 31 |
'/foo' | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 31 |
0 | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 25 |
'' | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 25 |
'/foo' | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 25 |
sprintf('Unable to send an email: "%s" malformed api response.', $json) | /src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php | 260 |
'Unable to send an email: "response-content" (code 400).' | /src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php | 234 |
0 | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 623 |
2 | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 623 |
0 | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 625 |
$handler->levels[$error['type']] . ': ' . $error['message'] | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 625 |
0 | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 44 |
'/foo' | /src/Symfony/Component/Filesystem/Tests/ExceptionTest.php | 44 |
'There is no button with "Register" as its content, id, value or name.' | /src/Symfony/Component/BrowserKit/Tests/AbstractBrowserTest.php | 393 |
$handler->levels[$error['type']] . ': ' . $error['message'] | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 623 |
'Basic realm="My Realm"' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 102 |
'Fri, 31 Dec 1999 23:59:59 GMT' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 105 |
120 | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 108 |
'Fri, 31 Dec 1999 23:59:59 GMT' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 111 |
2 | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 625 |
0 | /src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php | 143 |
'foo' | /src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php | 143 |
'Basic realm="My Realm"' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 52 |
0 | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php | 198 |
0 | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php | 165 |
0 | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php | 262 |
0 | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php | 231 |
'test' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 220 |
120 | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 114 |
'test2' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 242 |
'42S02' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 242 |
'second' | /src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php | 97 |
'third' | /src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php | 87 |
'retry' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php | 77 |
'third' | /src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php | 98 |
'second' | /src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php | 75 |
0 | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php | 329 |
'second' | /src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php | 86 |
'third' | /src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php | 76 |
'This month is invalid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 130 |
sprintf('The fields "%s" should not be empty.', implode('", "', $emptyFields)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 126 |
'This year is invalid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 138 |
'This day is invalid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 134 |
'This hour is invalid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 146 |
'This is an invalid date.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 142 |
'This second is invalid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 154 |
'This minute is invalid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 150 |
sprintf('The value "%s" is not a valid UUID.', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php | 72 |
sprintf('The value "%s" is not a valid UUID.', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php | 66 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php | 78 |
'Expected a \DateTimeInterface.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php | 52 |
sprintf('The date "%s-%s-%s" is not a valid date.', $matches[1], $matches[2], $matches[3]) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php | 102 |
sprintf('The date "%s" is not a valid date.', $dateTimeLocal) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php | 88 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 110 |
'Expected a \DateTimeInterface.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php | 66 |
'Cannot use the "choice_self_translation" and "choice_translation_locale" options at the same time. Remove one of them.' | /src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php | 67 |
'Cannot use the "grouping" option when the "html5" option is enabled.' | /src/Symfony/Component/Form/Extension/Core/Type/NumberType.php | 81 |
sprintf('The "symfony/intl" component is required to use "%s" with option "intl=true". Try running "composer require symfony/intl".', static::class) | /src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php | 46 |
'The "choice_translation_locale" option can only be used if the "intl" option is set to true.' | /src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php | 68 |
'Cannot use "intltimezone" input because the PHP intl extension is not available.' | /src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php | 77 |
'You cannot disable minutes if you have enabled seconds.' | /src/Symfony/Component/Form/Extension/Core/Type/TimeType.php | 44 |
sprintf('The configured "model_timezone" (%s) must match the timezone of the "reference_date" (%s).', $options['model_timezone'], $options['reference_date']->getTimezone( )->getName( )) | /src/Symfony/Component/Form/Extension/Core/Type/TimeType.php | 48 |
sprintf('Using a "%s" instance with a timezone ("%s") not matching the configured model timezone "%s" is not supported.', get_debug_type($date), $date->getTimezone( )->getName( ), $options['model_timezone']) | /src/Symfony/Component/Form/Extension/Core/Type/TimeType.php | 220 |
'The "format" option must be one of the IntlDateFormatter constants (FULL, LONG, MEDIUM, SHORT) or a string representing a custom format.' | /src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 56 |
sprintf('The "format" option should contain the letters "y", "M" or "d". Its current value is "%s".', $pattern) | /src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 61 |
sprintf('The "format" option should contain the letters "y", "M" and "d". Its current value is "%s".', $pattern) | /src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 74 |
intl_get_error_message( ) | /src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 131 |
sprintf('Using a "%s" instance with a timezone ("%s") not matching the configured model timezone "%s" is not supported.', get_debug_type($date), $date->getTimezone( )->getName( ), $options['model_timezone']) | /src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 190 |
sprintf('Cannot use the "format" option of "%s" when the "html5" option is enabled.', self::class) | /src/Symfony/Component/Form/Extension/Core/Type/DateType.php | 326 |
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class) | /src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php | 30 |
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class) | /src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php | 31 |
'Cannot use the "grouping" option when the "html5" option is enabled.' | /src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php | 80 |
'Form node with empty name can be used only as root form node.' | /src/Symfony/Component/Form/Extension/Core/Type/FormType.php | 78 |
sprintf('The "widget" option of "%s" must be set to "single_text" when the "html5" option is enabled.', self::class) | /src/Symfony/Component/Form/Extension/Core/Type/WeekType.php | 148 |
'"form_attr" option must be a string identifier on root form when it has no id.' | /src/Symfony/Component/Form/Extension/Core/Type/BaseType.php | 71 |
'All choices submitted must be NULL, strings or ints.' | /src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php | 213 |
sprintf('The choices "%s" do not exist in the choice list.', implode('", "', array_keys($unknownValues))) | /src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php | 161 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php | 118 |
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class) | /src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php | 30 |
sprintf('Cannot use the "date_format" option of the "%s" with an HTML5 date.', self::class) | /src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php | 314 |
sprintf('Using a "%s" instance with a timezone ("%s") not matching the configured model timezone "%s" is not supported.', get_debug_type($date), $date->getTimezone( )->getName( ), $options['model_timezone']) | /src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php | 206 |
'The "date_format" option must be one of the IntlDateFormatter constants (FULL, LONG, MEDIUM, SHORT) or a string representing a custom format.' | /src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php | 74 |
'Using different values for the "model_timezone" and "view_timezone" options without configuring a reference date is not supported.' | /src/Symfony/Component/Form/Extension/Core/Type/TimeType.php | 349 |
sprintf('The "symfony/intl" component is required to use "%s". Try running "composer require symfony/intl".', static::class) | /src/Symfony/Component/Form/Extension/Core/Type/CountryType.php | 30 |
sprintf('Cannot use the "format" option of "%s" when the "html5" option is enabled.', self::class) | /src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php | 335 |
sprintf('Cannot use the "time_widget" option of the "%s" when the "widget" option is set to "single_text".', self::class) | /src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php | 325 |
sprintf('Cannot use the "date_widget" option of the "%s" when the "widget" option is set to "single_text".', self::class) | /src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php | 322 |
sprintf('The index "%s" is not within the violation path.', $index) | /src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php | 135 |
sprintf('The index "%s" is not within the violation path.', $index) | /src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php | 144 |
'Unable to write the given value as no accessor in the chain is able to set the data.' | /src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php | 54 |
sprintf('The child "%s" of "%s" mapped by the rule "%s" in "%s" does not exist.', $childName, $target->getName( ), $this->targetPath, $this->origin->getName( )) | /src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php | 71 |
sprintf('The field type "%s" is not registered in the service container.', $name) | /src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php | 43 |
sprintf('The extended type "%s" specified for the type extension class "%s" does not match any of the actual extended types (["%s"]).', $name, $extension::class, implode('", "', $extendedTypes)) | /src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php | 69 |
sprintf('The index "%s" is not within the violation path.', $index) | /src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php | 153 |
sprintf('The index "%s" is not within the violation path.', $index) | /src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php | 179 |
'You cannot enable weeks and days fields together.' | /src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php | 55 |
'Unable to read from the given form data as no property path is defined.' | /src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php | 44 |
'You must enable at least one interval field.' | /src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php | 49 |
'The single_text widget does not support invertible intervals.' | /src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php | 52 |
'Unable to write the given value as no setter is defined.' | /src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php | 37 |
'Unable to read from the given form data as no accessor in the chain is able to read the data.' | /src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php | 41 |
'Unable to write the given value as no property path is defined.' | /src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php | 53 |
'Unable to read from the given form data as no getter is defined.' | /src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php | 28 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php | 54 |
sprintf('The number contains unrecognized characters: "%s".', $remainder) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php | 144 |
sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php | 76 |
'All values in the array should be the same.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php | 63 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php | 84 |
'Expected a numeric.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php | 57 |
'I don\'t have a clear idea what infinity looks like.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php | 123 |
'"NaN" is not a valid number.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php | 92 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php | 78 |
'Expected a Boolean.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php | 58 |
sprintf('Output timezone is invalid: "%s".', $this->outputTimezone) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php | 56 |
sprintf('Input timezone is invalid: "%s".', $this->inputTimezone) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php | 50 |
'The value of "invert" must be boolean.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php | 130 |
sprintf('The fields "%s" should not be empty.', implode('", "', $emptyFields)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php | 127 |
'The specified "true" value is contained in the false-values.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php | 40 |
sprintf('This amount of "%s" is invalid.', $field) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php | 134 |
sprintf('Week is expected to be an integer, but was "%s".', get_debug_type($value['week'])) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 97 |
sprintf('Week "%d" does not exist for year "%d".', $value['week'], $value['year']) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 102 |
'Expected a numeric.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php | 78 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php | 107 |
'Key "year" is missing.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 77 |
'Key "week" is missing.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 81 |
sprintf('Expected only keys "year" and "week" to be present, but also got ["%s"].', implode('", "', $additionalKeys)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 85 |
sprintf('Year is expected to be an integer, but was "%s".', get_debug_type($value['year'])) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 93 |
sprintf('The date "%s-%s-%s" is not a valid date.', $matches[1], $matches[2], $matches[3]) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php | 81 |
sprintf('Value is expected to be a string but was "%s".', get_debug_type($value)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 43 |
'Given data does not follow the date format "Y-\WW".' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 47 |
sprintf('Value is expected to be an array, but was "%s".', get_debug_type($value)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php | 73 |
sprintf('The value "%s" is not a valid integer.', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php | 41 |
'Expected a \DateTimeInterface.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php | 37 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php | 59 |
sprintf('The date "%s" is not a valid date.', $rfc3339) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php | 67 |
'Expected a timezone identifier string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php | 69 |
'Expected an array of timezone identifier strings.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php | 62 |
'Expected a \DateTimeZone object.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php | 48 |
'Expected an array of \DateTimeZone objects.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php | 41 |
sprintf('The keys "%s" should not be empty.', implode('", "', $emptyKeys)) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php | 77 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php | 53 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php | 34 |
implode(', ', array_merge(array_values($lastErrors['warnings']), array_values($lastErrors['errors']))) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php | 122 |
'Null bytes not allowed' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php | 113 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php | 109 |
'Expected a \DateTimeInterface.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php | 85 |
'Expected a numeric.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php | 61 |
'Expected a \DateTimeInterface.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php | 40 |
sprintf('Value "%s" contains intervals not accepted by format "%s".', $value, $this->format) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php | 84 |
'Non ISO 8601 date strings are not supported yet.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php | 80 |
sprintf('The number contains unrecognized characters: "%s".', $remainder) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php | 161 |
'Expected a Uuid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php | 41 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php | 62 |
'Expected a string or null.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php | 40 |
sprintf('The choice "%s" does not exist or is not unique.', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php | 50 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php | 62 |
sprintf('The value "%s" is not a valid ULID.', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php | 68 |
'Expected a numeric.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php | 49 |
'Expected a Ulid.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php | 41 |
intl_get_error_message( ) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 174 |
'Expected a numeric string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php | 36 |
'Years beyond 9999 are not supported.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 125 |
sprintf('"%s" could not be parsed as a date.', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 129 |
'Expected a string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 103 |
intl_get_error_message( ) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 122 |
'Expected a \DateTimeInterface.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 80 |
intl_get_error_message( ) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php | 86 |
__CLASS__ . ' cannot bind to network interfaces, use e.g. CurlHttpClient instead.' | /src/Symfony/Component/HttpClient/AmpHttpClient.php | 93 |
__CLASS__ . ' supports only "pin-sha256" fingerprints.' | /src/Symfony/Component/HttpClient/AmpHttpClient.php | 117 |
'You cannot use "Symfony\Component\HttpClient\HttplugClient" as the "php-http/httplug" package is not installed. Try running "composer require php-http/discovery php-http/async-client-implementation:*".' | /src/Symfony/Component/HttpClient/HttplugClient.php | 42 |
'You cannot use the "Symfony\Component\HttpClient\HttplugClient" as the "psr/http-factory" package is not installed. Try running "composer require php-http/discovery psr/http-factory-implementation:*".' | /src/Symfony/Component/HttpClient/HttplugClient.php | 46 |
'You cannot use the "Symfony\Component\HttpClient\HttplugClient" as no PSR-17 factories have been provided. Try running "composer require php-http/discovery psr/http-factory-implementation:*".' | /src/Symfony/Component/HttpClient/HttplugClient.php | 84 |
sprintf('You cannot use "%s()" as the "guzzlehttp/promises" package is not installed. Try running "composer require guzzlehttp/promises".', __METHOD__) | /src/Symfony/Component/HttpClient/HttplugClient.php | 116 |
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__) | /src/Symfony/Component/HttpClient/HttplugClient.php | 163 |
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__) | /src/Symfony/Component/HttpClient/HttplugClient.php | 198 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/HttplugClient.php | 203 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/HttplugClient.php | 208 |
__CLASS__ . ' cannot bind to local Unix sockets, use e.g. CurlHttpClient instead.' | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 75 |
__CLASS__ . ' cannot bind to network interfaces, use e.g. CurlHttpClient instead.' | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 78 |
__CLASS__ . ' cannot verify "pin-sha256" fingerprints, please provide a "sha256" one.' | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 109 |
sprintf('Max duration was reached for "%s".', implode('', $info['url'])) | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 142 |
sprintf('Max duration was reached for "%s".', implode('', $info['url'])) | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 165 |
sprintf('Return value of the "body" option callback must be string, "%s" returned.', get_debug_type($data)) | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 300 |
sprintf('No options are mapped to the provided "%s" default regexp.', $defaultRegexp) | /src/Symfony/Component/HttpClient/ScopingHttpClient.php | 42 |
sprintf('Could not resolve host "%s".', $host) | /src/Symfony/Component/HttpClient/NativeHttpClient.php | 334 |
sprintf('Using "%s" requires that the HttpKernel component version 4.3 or higher is installed, try running "composer require symfony/http-kernel:^5.4".', __CLASS__) | /src/Symfony/Component/HttpClient/CachingHttpClient.php | 45 |
sprintf('The response factory passed to MockHttpClient must return/yield an instance of ResponseInterface, "%s" given.', get_debug_type($response)) | /src/Symfony/Component/HttpClient/MockHttpClient.php | 81 |
sprintf('Option "auth_ntlm" must contain 1 or 2 elements, %d given.', $count) | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 155 |
'You cannot use the "Symfony\Component\HttpClient\CurlHttpClient" as the "curl" extension is not installed.' | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 72 |
__CLASS__ . ' supports only "pin-sha256" fingerprints.' | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 271 |
sprintf('Option "auth_ntlm" must be a string or an array, "%s" given.', get_debug_type($options['auth_ntlm'])) | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 162 |
sprintf('The return value of the "body" option callback must be a string, "%s" returned.', get_debug_type($data)) | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 389 |
sprintf('Curl option "%s" is not supported.', $constantName ?? $opt) | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 322 |
'The HTTP method cannot be overridden using "extra.curl".' | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 559 |
sprintf('Cannot set "%s" with "extra.curl", use option "%s" instead.', $constName, $curloptsToConfig[$opt]) | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 555 |
'The "vars" option must be an array.' | /src/Symfony/Component/HttpClient/UriTemplateHttpClient.php | 36 |
sprintf('Cannot set "%s" with "extra.curl".', $constName) | /src/Symfony/Component/HttpClient/CurlHttpClient.php | 564 |
'Support for URI template requires a vendor to expand the URI. Run "composer require guzzlehttp/uri-template" or pass your own expander \Closure implementation.' | /src/Symfony/Component/HttpClient/UriTemplateHttpClient.php | 82 |
'The "vars" option must be an array.' | /src/Symfony/Component/HttpClient/UriTemplateHttpClient.php | 53 |
'You cannot use the "Symfony\Component\HttpClient\Psr18Client" as the "psr/http-factory" package is not installed. Try running "composer require php-http/discovery psr/http-factory-implementation:*".' | /src/Symfony/Component/HttpClient/Psr18Client.php | 40 |
'You cannot use the "Symfony\Component\HttpClient\Psr18Client" as no PSR-17 factories have been provided. Try running "composer require php-http/discovery psr/http-factory-implementation:*".' | /src/Symfony/Component/HttpClient/Psr18Client.php | 68 |
sprintf('Response content-type is "%s" while "text/event-stream" was expected for "%s".', $context->getHeaders( )['content-type'][0] ?? '', $context->getInfo('url')) | /src/Symfony/Component/HttpClient/EventSourceHttpClient.php | 113 |
'You cannot use the "Symfony\Component\HttpClient\Psr18Client" as the "psr/http-client" package is not installed. Try running "composer require php-http/discovery psr/http-client-implementation:*".' | /src/Symfony/Component/HttpClient/Psr18Client.php | 36 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Response/AmpResponse.php | 144 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Response/AmpResponse.php | 149 |
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__) | /src/Symfony/Component/HttpClient/Psr18Client.php | 131 |
sprintf('You cannot use "%s()" as no PSR-17 factories have been found. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', __METHOD__) | /src/Symfony/Component/HttpClient/Psr18Client.php | 169 |
sprintf('Instance of "%s" is already consumed and cannot be managed by "%s". A decorated client should not call any of the response\'s methods in its "request()" method.', get_debug_type($response), $class ?? static::class) | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 286 |
'A chunk passthru must yield an "isLast()" chunk before ending a stream.' | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 302 |
sprintf('"%s::stream()" expects parameter 1 to be an iterable of AsyncResponse objects, "%s" given.', $class ?? static::class, get_debug_type($r)) | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 220 |
'Cannot stream AsyncResponse objects with many clients.' | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 232 |
sprintf('A chunk passthru must yield instances of "%s", "%s" yielded.', ChunkInterface::class, get_debug_type($chunk)) | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 369 |
'A chunk passthru must yield an "isFirst()" chunk before any content chunk.' | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 392 |
'A chunk passthru cannot swallow the last chunk.' | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 326 |
sprintf('A chunk passthru must return an "Iterator", "%s" returned.', get_debug_type($stream)) | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 333 |
sprintf('Return value of the "body" option callback must be string, "%s" returned.', get_debug_type($data)) | /src/Symfony/Component/HttpClient/Response/MockResponse.php | 243 |
'MockResponse instances must be issued by MockHttpClient before processing.' | /src/Symfony/Component/HttpClient/Response/MockResponse.php | 158 |
'A chunk passthru cannot yield more than one "isFirst()" chunk.' | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 446 |
'A chunk passthru cannot yield after an "isLast()" chunk.' | /src/Symfony/Component/HttpClient/Response/AsyncResponse.php | 420 |
sprintf('Max duration was reached for "%s".', $info['url']) | /src/Symfony/Component/HttpClient/Response/AsyncContext.php | 170 |
'You cannot set the "canceled" info directly.' | /src/Symfony/Component/HttpClient/Response/AsyncContext.php | 136 |
sprintf('Providing a client to "%s()" is required when the response doesn\'t have any "stream()" method.', __CLASS__) | /src/Symfony/Component/HttpClient/Response/StreamWrapper.php | 59 |
sprintf('Transfer closed with %d bytes remaining to read.', $dlSize - $offset) | /src/Symfony/Component/HttpClient/Response/MockResponse.php | 323 |
'JSON encoding failed: ' . $e->getMessage( ) | /src/Symfony/Component/HttpClient/Response/JsonMockResponse.php | 26 |
sprintf('"%s::stream()" expects parameter 1 to be an iterable of TraceableResponse objects, "%s" given.', TraceableHttpClient::class, get_debug_type($r)) | /src/Symfony/Component/HttpClient/Response/TraceableResponse.php | 176 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Response/TraceableResponse.php | 54 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Response/TraceableResponse.php | 49 |
sprintf('JSON content was expected to decode to an array, "%s" returned for "%s".', get_debug_type($content), $this->getInfo('url')) | /src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php | 94 |
$e->getMessage( ) . sprintf(' for "%s".', $this->getInfo('url')) | /src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php | 90 |
'Response body is empty.' | /src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php | 80 |
'Cannot get the content of the response twice: buffering is disabled.' | /src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php | 64 |
sprintf('The offset "%s" does not exist.', $key) | /src/Symfony/Component/Form/Util/OrderedHashMap.php | 115 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Form/Util/OrderedHashMapIterator.php | 62 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Form/Util/OrderedHashMapIterator.php | 67 |
'Resolve options is not supported.' | /src/Symfony/Component/Form/Util/OptionsResolverWrapper.php | 103 |
sprintf('The "hash_property_path" option only supports "%s" objects, "%s" given.', PasswordAuthenticatedUserInterface::class, get_debug_type($user)) | /src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php | 98 |
'The "hash_property_path" option cannot be used on mapped field.' | /src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php | 107 |
'In order to use the "ValidatorExtensionTrait", the symfony/validator component must be installed.' | /src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php | 27 |
sprintf('The trait "ValidatorExtensionTrait" can only be added to a class that extends "%s".', TypeTestCase::class) | /src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php | 31 |
sprintf('No mapping for value "%s"', $value) | /src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php | 29 |
sprintf('No reverse mapping for value "%s"', $value) | /src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php | 40 |
'The confidence should be one of the constants defined in Guess.' | /src/Symfony/Component/Form/Guess/Guess.php | 85 |
sprintf("The type \"%s\" is ambiguous.\n\nDid you mean one of these?\n %s.", $shortClassName, implode("\n ", $classes)) | /src/Symfony/Component/Form/Command/DebugCommand.php | 177 |
'Fail!' | /src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php | 377 |
'Expected numeric value' | /src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php | 899 |
'This value is invalid.' | /src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php | 459 |
'This value is invalid.' | /src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php | 466 |
'The HTTP method cannot be empty.' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 52 |
sprintf('Invalid HTTP method "%s", only uppercase letters are accepted.', $method) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 49 |
sprintf('The stream returned by the closure passed as option "buffer" must be writeable, got mode "%s".', $bufferInfo['mode']) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 68 |
sprintf('The closure passed as option "buffer" must return bool or stream resource, got "%s".', get_debug_type($buffer)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 64 |
'Form data cannot be changed during "form.post_set_data", you should use "form.pre_set_data" instead.' | /src/Symfony/Component/Form/Event/PostSetDataEvent.php | 27 |
sprintf('The getExtendedTypes() method for service "%s" does not return any extended types.', $serviceId) | /src/Symfony/Component/Form/DependencyInjection/FormPass.php | 92 |
sprintf('Object of type "%s" is not describable.', get_debug_type($object)) | /src/Symfony/Component/Form/Console/Descriptor/Descriptor.php | 49 |
'Form data cannot be changed during "form.post_submit", you should use "form.pre_submit" or "form.submit" instead.' | /src/Symfony/Component/Form/Event/PostSubmitEvent.php | 27 |
sprintf('Option "auth_basic" must contain 1 or 2 elements, "%s" given.', $count) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 137 |
sprintf('Option "on_progress" must be callable, "%s" given.', get_debug_type($onProgress)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 131 |
sprintf('Option "auth_bearer" must be a string, "%s" given.', get_debug_type($options['auth_bearer'])) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 149 |
sprintf('Option "auth_basic" must be string or an array, "%s" given.', get_debug_type($options['auth_basic'])) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 144 |
sprintf('The stream in option "buffer" must be writeable, mode "%s" given.', $bufferInfo['mode']) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 80 |
sprintf('Option "buffer" must be bool, stream resource or Closure, "%s" given.', get_debug_type($buffer)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 76 |
'Option "crypto_method" must be one of "STREAM_CRYPTO_METHOD_TLSv1_*_CLIENT".' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 126 |
'Define either the "json" or the "body" option, setting both is not supported.' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 86 |
sprintf('Invalid value for header "%s": expected string, "%s" given.', $name, get_debug_type($values)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 297 |
sprintf('Invalid header: CR/LF/NUL found in "%s".', $value) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 310 |
sprintf('Unsupported option "%s" passed to "%s", did you mean "%s"?', $name, __CLASS__, implode('", "', $alternatives ?: array_keys($defaultOptions))) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 269 |
sprintf('Invalid value for header "%s": expected string, "%s" given.', $name, get_debug_type($values)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 291 |
sprintf('Option "auth_ntlm" is not supported by "%s", ' . $msg, __CLASS__, CurlHttpClient::class) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 254 |
sprintf('Option "vars" is not supported by "%s", try using "%s" instead.', __CLASS__, UriTemplateHttpClient::class) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 258 |
'Invalid character found in option "auth_bearer": ' . json_encode($options['auth_bearer']) . '.' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 152 |
'Define either the "auth_basic" or the "auth_bearer" option, setting both is not supported.' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 157 |
sprintf('Option "peer_fingerprint" must be string or array, "%s" given.', get_debug_type($fingerprint)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 529 |
'Invalid value for "json" option: ' . $e->getMessage( ) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 545 |
'Request body has broken chunked encoding.' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 505 |
sprintf('Cannot auto-detect fingerprint algorithm for "%s".', $fingerprint) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 522 |
sprintf('Error while reading uploaded stream for body part "%s".', $k) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 440 |
sprintf('Option "body" must be string, stream resource, iterable or callable, "%s" given.', get_debug_type($body)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 489 |
sprintf('Invalid "%s" resource found in body part "%s".', get_resource_type($v), $k) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 381 |
sprintf('Uploaded stream ended for body part "%s".', $k) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 384 |
sprintf('Unsupported proxy scheme "%s": "http" or "https" expected.', $proxy['scheme']) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 781 |
'Invalid HTTP proxy: host is missing.' | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 773 |
sprintf('Unsupported IDN "%s", try enabling the "intl" PHP extension or running "composer require symfony/polyfill-intl-idn".', $host) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 644 |
sprintf('Unsupported scheme in "%s".', $url) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 635 |
sprintf('Malformed URL "%s".', $url) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 624 |
sprintf('Invalid URL: no "base_uri" option was provided and host or scheme is missing in "%s".', implode('', $url)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 569 |
sprintf('Invalid URL: scheme is missing in "%s". Did you forget to add "http(s)://"?', implode('', $base ?? $url)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 565 |
sprintf('Invalid "base_uri" option: host or scheme is missing in "%s".', implode('', $base)) | /src/Symfony/Component/HttpClient/HttpClientTrait.php | 561 |
'You cannot use the "proxy" option as the "amphp/http-tunnel" package is not installed. Try running "composer require amphp/http-tunnel".' | /src/Symfony/Component/HttpClient/AmpHttpClient.php | 88 |
'You cannot use "Symfony\Component\HttpClient\AmpHttpClient" as the installed "amphp/http-client" is not compatible with this version of "symfony/http-client". Try downgrading "amphp/http-client" to "^4.2.1".' | /src/Symfony/Component/HttpClient/AmpHttpClient.php | 37 |
'You cannot use "Symfony\Component\HttpClient\AmpHttpClient" as the "amphp/http-client" package is not installed. Try running "composer require amphp/http-client:^4.2.1".' | /src/Symfony/Component/HttpClient/AmpHttpClient.php | 33 |
sprintf('IP "%s" is blocked for "%s".', $info['primary_ip'], $info['url']) | /src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php | 63 |
sprintf('Option "on_progress" must be callable, "%s" given.', get_debug_type($onProgress)) | /src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php | 54 |
sprintf('You cannot use "%s" if the HttpFoundation component is not installed. Try running "composer require symfony/http-foundation".', __CLASS__) | /src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php | 43 |
sprintf('The "%s::shouldRetry()" method must not return null when called with a body.', $this->strategy::class) | /src/Symfony/Component/HttpClient/RetryableHttpClient.php | 134 |
sprintf('The "%s::shouldRetry()" method must not return null when called with an exception.', $this->strategy::class) | /src/Symfony/Component/HttpClient/RetryableHttpClient.php | 103 |
sprintf('Unable to create the storage directory (%s).', $this->folder) | /src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php | 41 |
sprintf('Unable to create the storage directory (%s).', $dir) | /src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php | 140 |
sprintf('The log level "%s" does not exist.', $level) | /src/Symfony/Component/HttpKernel/Log/Logger.php | 96 |
sprintf('Please check your configuration. You are trying to use FileStorage with an invalid dsn "%s". The expected format is "file:/path/to/the/storage/folder".', $dsn) | /src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php | 36 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php | 41 |
sprintf('Service "%s" must implement interface "%s".', $id, FragmentRendererInterface::class) | /src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php | 44 |
sprintf('Collector "%s" does not exist.', $name) | /src/Symfony/Component/HttpKernel/Profiler/Profile.php | 211 |
sprintf('Collector "%s" does not exist.', $name) | /src/Symfony/Component/HttpKernel/Profiler/Profiler.php | 227 |
'Unable to store the metadata.' | /src/Symfony/Component/HttpKernel/HttpCache/Store.php | 233 |
'Unable to store the metadata.' | /src/Symfony/Component/HttpKernel/HttpCache/Store.php | 270 |
'X-Body-File and X-Content-Digest do not match.' | /src/Symfony/Component/HttpKernel/HttpCache/Store.php | 194 |
'Unable to store the entity.' | /src/Symfony/Component/HttpKernel/HttpCache/Store.php | 202 |
sprintf('The log level "%s" does not exist.', $minLevel) | /src/Symfony/Component/HttpKernel/Log/Logger.php | 77 |
sprintf('Unable to open "%s".', $output) | /src/Symfony/Component/HttpKernel/Log/Logger.php | 83 |
'Unable to process an SSI tag without a "virtual" attribute.' | /src/Symfony/Component/HttpKernel/HttpCache/Ssi.php | 67 |
sprintf('Error when rendering "%s" (Status code is %d).', $subRequest->getUri( ), $response->getStatusCode( )) | /src/Symfony/Component/HttpKernel/HttpCache/AbstractSurrogate.php | 81 |
'Rendering a fragment can only be done when handling a Request.' | /src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php | 78 |
sprintf('The "%s" renderer does not exist.', $renderer) | /src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php | 74 |
sprintf('Controller attributes cannot contain non-scalar/non-null values (value for key "%s" is not a scalar or null).', $key) | /src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php | 86 |
'You must use a URI when using the ESI rendering strategy or set a URL signer.' | /src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php | 45 |
'A restored response must have the X-Content-Digest header.' | /src/Symfony/Component/HttpKernel/HttpCache/Store.php | 189 |
sprintf('Unable to create the store directory (%s).', $this->root) | /src/Symfony/Component/HttpKernel/HttpCache/Store.php | 48 |
'Unable to process an ESI tag without a "src" attribute.' | /src/Symfony/Component/HttpKernel/HttpCache/Esi.php | 86 |
sprintf('Error when rendering "%s" (Status code is %d).', $this->requestStack->getCurrentRequest( )->getUri( ), $responseStatusCode) | /src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php | 98 |
sprintf('Mapping variadic argument "$%s" is not supported.', $argument->getName( )) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php | 76 |
sprintf('Could not resolve the "%s $%s" controller argument: ', $argument->getType( ), $argument->getName( )) . $e->getMessage( ) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php | 65 |
sprintf('Could not resolve the "%s $%s" controller argument: expecting an int or string, got "%s".', $argument->getType( ), $argument->getName( ), get_debug_type($value)) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php | 56 |
sprintf('The uid for the "%s" parameter is invalid.', $argument->getName( )) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/UidValueResolver.php | 35 |
'Generating a fragment URL can only be done when handling a Request.' | /src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php | 41 |
'Passing non-scalar values as part of URI attributes to the ESI and SSI rendering strategies is not supported. Use a different rendering strategy or pass scalar values.' | /src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php | 65 |
sprintf('Invalid date given for parameter "%s".', $argument->getName( )) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DateTimeValueResolver.php | 82 |
sprintf('Could not resolve the "$%s" controller argument: argument should be typed.', $argument->metadata->getName( )) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php | 101 |
'Buttons do not support event subscribers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 132 |
'Buttons do not support data transformers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 142 |
'Buttons do not support data transformers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 152 |
'Buttons do not support data transformers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 162 |
'Buttons do not support data transformers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 172 |
'Buttons do not support data mappers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 202 |
'Buttons do not support empty data.' | /src/Symfony/Component/Form/ButtonBuilder.php | 224 |
'Buttons do not support error bubbling.' | /src/Symfony/Component/Form/ButtonBuilder.php | 234 |
406 | /src/Symfony/Component/Webhook/Client/RequestParser.php | 75 |
406 | /src/Symfony/Component/Webhook/Client/AbstractRequestParser.php | 49 |
'Buttons cannot have empty names.' | /src/Symfony/Component/Form/ButtonBuilder.php | 42 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/ButtonBuilder.php | 58 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/ButtonBuilder.php | 68 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/ButtonBuilder.php | 78 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/ButtonBuilder.php | 88 |
'Buttons do not support event listeners.' | /src/Symfony/Component/Form/ButtonBuilder.php | 122 |
'Session was used while the request was declared stateless.' | /src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php | 267 |
'Session was used while the request was declared stateless.' | /src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php | 224 |
'A non-empty secret is required.' | /src/Symfony/Component/Webhook/Subscriber.php | 24 |
'You must either pass a RequestContext or the matcher must implement RequestContextAwareInterface.' | /src/Symfony/Component/HttpKernel/EventListener/RouterListener.php | 59 |
'The body must be set.' | /src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php | 39 |
'A non-empty secret is required.' | /src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php | 33 |
406 | /src/Symfony/Component/Webhook/Client/RequestParser.php | 55 |
'A non-empty secret is required.' | /src/Symfony/Component/Webhook/Client/RequestParser.php | 48 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php | 73 |
sprintf('Tag "kernel.reset" requires the "method" attribute to be set on service "%s".', $id) | /src/Symfony/Component/HttpKernel/DependencyInjection/ResettableServicePass.php | 39 |
sprintf('Invalid "action" attribute on tag "controller.service_arguments" for service "%s": no public "%s()" method found on class "%s".', $id, $attributes['action'], $class) | /src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php | 102 |
sprintf('Missing "%s" attribute on tag "controller.service_arguments" %s for service "%s".', $k, json_encode($attributes, \JSON_UNESCAPED_UNICODE), $id) | /src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php | 98 |
sprintf('A "controller.service_arguments" tag must have non-empty "id" attributes for service "%s".', $id) | /src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php | 140 |
sprintf('Invalid "controller.service_arguments" tag for service "%s": method "%s()" has no "%s" argument on class "%s".', $id, $r->name, $attributes['argument'], $class) | /src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php | 118 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/HttpKernel/EventListener/CacheAttributeListener.php | 181 |
'Cannot mix virtual and HTTP requests.' | /src/Symfony/Component/HttpKernel/Debug/VirtualRequestStack.php | 35 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php | 113 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php | 132 |
sprintf('Cache pool not found: "%s".', $name) | /src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php | 42 |
sprintf('Cache pool not found: "%s".', $name) | /src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php | 54 |
sprintf('Invalid log level "%s".', $this->level) | /src/Symfony/Component/HttpKernel/Attribute/WithLogLevel.php | 28 |
sprintf('Argument $%s does not have a default value. Use "%s::hasDefaultValue()" to avoid this exception.', $this->name, __CLASS__) | /src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php | 97 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php | 179 |
sprintf('Invalid dump format: "%s".', $format) | /src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php | 199 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpKernel/Kernel.php | 756 |
'Composer autoloader not found.' | /src/Symfony/Component/HttpKernel/HttpKernelBrowser.php | 92 |
sprintf('Unable to create the "%s" directory (%s).', $name, $dir) | /src/Symfony/Component/HttpKernel/Kernel.php | 588 |
sprintf('Unable to write in the "%s" directory (%s).', $name, $dir) | /src/Symfony/Component/HttpKernel/Kernel.php | 591 |
sprintf('Trying to register two bundles with the same name "%s".', $name) | /src/Symfony/Component/HttpKernel/Kernel.php | 335 |
sprintf('The environment "%s" contains invalid characters, it can only contain characters allowed in PHP class names.', $this->environment) | /src/Symfony/Component/HttpKernel/Kernel.php | 362 |
sprintf('Cannot auto-detect project dir for kernel of class "%s".', $r->name) | /src/Symfony/Component/HttpKernel/Kernel.php | 256 |
'Cannot retrieve the container from a non-booted kernel.' | /src/Symfony/Component/HttpKernel/Kernel.php | 275 |
sprintf('Unable to find file "%s".', $name) | /src/Symfony/Component/HttpKernel/Kernel.php | 234 |
sprintf('File name "%s" contains invalid characters (..).', $name) | /src/Symfony/Component/HttpKernel/Kernel.php | 220 |
sprintf('A resource name must start with @ ("%s" given).', $name) | /src/Symfony/Component/HttpKernel/Kernel.php | 216 |
sprintf('Bundle "%s" does not exist or it is not enabled. Maybe you forgot to add it in the "registerBundles()" method of your "%s.php" file?', $name, get_debug_type($this)) | /src/Symfony/Component/HttpKernel/Kernel.php | 207 |
sprintf('Invalid environment provided to "%s": the environment cannot be empty.', get_debug_type($this)) | /src/Symfony/Component/HttpKernel/Kernel.php | 92 |
sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo( )) | /src/Symfony/Component/HttpKernel/HttpKernel.php | 162 |
'You cannot pass non-empty bodies as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/HttpKernel/HttpClientKernel.php | 81 |
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__) | /src/Symfony/Component/HttpKernel/HttpClientKernel.php | 39 |
sprintf('Cannot use "%s" on methods without a return type in "%s::%s()".', SubscribedService::class, $method->name, self::class) | /src/Symfony/Contracts/Service/ServiceSubscriberTrait.php | 47 |
sprintf('Cannot use "%s" on method "%s::%s()" (can only be used on non-static, non-abstract methods with no parameters).', SubscribedService::class, self::class, $method->name) | /src/Symfony/Contracts/Service/ServiceSubscriberTrait.php | 43 |
'Should not be called.' | /src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php | 134 |
'Should not be called.' | /src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php | 129 |
sprintf('Argument "$beta" provided to "%s::get()" must be a positive number, %f given.', static::class, $beta) | /src/Symfony/Contracts/Cache/CacheTrait.php | 41 |
"You cannot run this script directly, it's a fixture for TestHttpServer." | /src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php | 5 |
'BUG.' | /src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php | 687 |
'Aborting the request.' | /src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php | 663 |
sprintf('Invalid query parameter "%s".', $name) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php | 55 |
sprintf('#[MapQueryParameter] cannot be used on controller argument "%s$%s" of type "%s"; one of array, string, int, float, bool or \BackedEnum should be used.', $argument->isVariadic( ) ? '...' : '', $argument->getName( ), $type ?? 'mixed') | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php | 83 |
sprintf('Invalid query parameter "%s".', $name) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php | 106 |
sprintf('Invalid query parameter "%s".', $name) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php | 120 |
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $this->getControllerError($callable) | /src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php | 102 |
sprintf('Callable "%s()" is not allowed as a controller. Did you miss tagging it with "#[AsController]" or registering its type with "%s::allowControllers()"?', $name, self::class) | /src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php | 271 |
sprintf('The action argument "...$%1$s" is required to be an array, the request attribute "%1$s" contains a type of "%2$s" instead.', $argument->getName( ), get_debug_type($values)) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php | 34 |
sprintf('Missing query parameter "%s".', $name) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php | 41 |
sprintf('Controller "%s" cannot be fetched from the container because it is private. Did you forget to tag the service with "controller.service_arguments"?', $controller) | /src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php | 60 |
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $this->getControllerError($controller) | /src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php | 77 |
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $this->getControllerError($controller) | /src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php | 85 |
sprintf('The controller for URI "%s" is not callable: ', $request->getPathInfo( )) . $e->getMessage( ) | /src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php | 98 |
sprintf('"%s::resolve()" must yield at most one value for non-variadic arguments.', get_debug_type($resolver)) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php | 93 |
sprintf('Controller "%s" requires that you provide a value for the "$%s" argument. Either the argument is nullable and no null value has been provided, no default value has been provided or there is a non-optional argument after this one.', $this->getPrettyName($controller), $metadata->getName( )) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php | 102 |
sprintf('Controller "%s" has required constructor arguments and does not exist in the container. Did you forget to define the controller as a service?', $class) | /src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php | 51 |
sprintf('Controller "%s" does neither exist as service nor as class.', $class) | /src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php | 54 |
sprintf('Extension "%s" must implement Symfony\Component\DependencyInjection\Extension\ExtensionInterface.', get_debug_type($extension)) | /src/Symfony/Component/HttpKernel/Bundle/Bundle.php | 70 |
sprintf('Failed to write cache file "%s".', $file) | /src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php | 30 |
sprintf('You can only pin one resolver per argument, but argument "$%s" of "%s()" has more.', $metadata->getName( ), $this->getPrettyName($controller)) | /src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php | 62 |
sprintf('Users will expect the alias of the default extension of a bundle to be the underscored version of the bundle name ("%s"). You can override "Bundle::getContainerExtension()" if you want to use "%s" or another alias.', $expectedAlias, $extension->getAlias( )) | /src/Symfony/Component/HttpKernel/Bundle/Bundle.php | 78 |
'Unexpected method call' | /src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php | 47 |
'Unexpected method call' | /src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php | 42 |
sprintf('"%s::warmUp()" should return a list of files or classes but "%s" is none of them.', $warmer::class, $item) | /src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php | 101 |
'bar' | /src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php | 320 |
'Unexpected method call' | /src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php | 21 |
'You must call setNextResponse() before calling request().' | /src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php | 113 |
'Unexpected method call' | /src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php | 37 |
'Unexpected method call' | /src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php | 29 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php | 172 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php | 151 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php | 111 |
sprintf('Cookie named "%s" is not in response', $name) | /src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php | 415 |
'You cannot add children to a submitted form.' | /src/Symfony/Component/Form/Form.php | 722 |
'Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() and ensure that it\'s true before calling Form::isValid().' | /src/Symfony/Component/Form/Form.php | 645 |
'Compound forms expect an array or NULL on submission.' | /src/Symfony/Component/Form/Form.php | 488 |
'A form can only be submitted once.' | /src/Symfony/Component/Form/Form.php | 424 |
sprintf('Child "%s" does not exist.', $name) | /src/Symfony/Component/Form/Form.php | 811 |
'You cannot remove children from a submitted form.' | /src/Symfony/Component/Form/Form.php | 786 |
sprintf('Automatic initialization is only supported on root forms. You should set the "auto_initialize" option to false on the field "%s".', $child->getName( )) | /src/Symfony/Component/Form/Form.php | 749 |
'You cannot add children to a simple form. Maybe you should set the option "compound" to true?' | /src/Symfony/Component/Form/Form.php | 726 |
sprintf('Unable to reverse value for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( ) | /src/Symfony/Component/Form/Form.php | 1013 |
sprintf('Unable to transform value for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( ) | /src/Symfony/Component/Form/Form.php | 991 |
sprintf('Unable to reverse value for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( ) | /src/Symfony/Component/Form/Form.php | 964 |
sprintf('Unable to transform data for property path "%s": ', $this->getPropertyPath( )) . $exception->getMessage( ) | /src/Symfony/Component/Form/Form.php | 944 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/Button.php | 57 |
sprintf('Circular reference detected for form type "%s" (%s).', $fqcn, $types) | /src/Symfony/Component/Form/FormRegistry.php | 97 |
sprintf('Could not load type "%s": class does not implement "Symfony\Component\Form\FormTypeInterface".', $name) | /src/Symfony/Component/Form/FormRegistry.php | 75 |
sprintf('Could not load type "%s": class does not exist.', $name) | /src/Symfony/Component/Form/FormRegistry.php | 72 |
'Compound forms need a data mapper.' | /src/Symfony/Component/Form/Form.php | 145 |
'You cannot set the parent of a submitted form.' | /src/Symfony/Component/Form/Form.php | 224 |
sprintf('Unable to render the form as none of the following blocks exist: "%s".', implode('", "', array_reverse($blockNameHierarchy))) | /src/Symfony/Component/Form/FormRenderer.php | 211 |
'setOrigin() must only be called once.' | /src/Symfony/Component/Form/FormError.php | 107 |
'You cannot change the data of a form inheriting its parent data.' | /src/Symfony/Component/Form/Form.php | 263 |
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call setData(). You should call setData() on the FormEvent object instead.' | /src/Symfony/Component/Form/Form.php | 276 |
'A form with an empty name cannot have a parent form.' | /src/Symfony/Component/Form/Form.php | 228 |
'You cannot change the data of a submitted form.' | /src/Symfony/Component/Form/Form.php | 257 |
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call getData() if the form data has not already been set. You should call getData() on the FormEvent object instead.' | /src/Symfony/Component/Form/Form.php | 342 |
'The form is configured to inherit its parent\'s data, but does not have a parent.' | /src/Symfony/Component/Form/Form.php | 355 |
'The form\'s view data is expected to be a "' . $dataClass . '", but it is a "' . $actualType . '". You can avoid this error by setting the "data_class" option to null or by adding a view transformer that transforms "' . $actualType . '" to an instance of "' . $dataClass . '".' | /src/Symfony/Component/Form/Form.php | 306 |
'The form is configured to inherit its parent\'s data, but does not have a parent.' | /src/Symfony/Component/Form/Form.php | 334 |
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call getViewData() if the form data has not already been set.' | /src/Symfony/Component/Form/Form.php | 384 |
'Only root forms should be initialized.' | /src/Symfony/Component/Form/Form.php | 401 |
'A cycle was detected. Listeners to the PRE_SET_DATA event must not call getNormData() if the form data has not already been set.' | /src/Symfony/Component/Form/Form.php | 363 |
'The form is configured to inherit its parent\'s data, but does not have a parent.' | /src/Symfony/Component/Form/Form.php | 376 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 142 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 131 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 188 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 162 |
'Expected a numeric.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php | 45 |
sprintf('The VarDumper component is needed for using the "%s" class. Install symfony/var-dumper version 3.4 or above.', __CLASS__) | /src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php | 68 |
'Expected a \IntlTimeZone object.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php | 48 |
'Expected an array of \IntlTimeZone objects.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php | 41 |
'Expected a timezone identifier string.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php | 69 |
'Expected an array of timezone identifier strings.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php | 62 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php | 42 |
sprintf('Unknown timezone identifier "%s".', $value) | /src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php | 75 |
'Could not find all matching choices for the given values.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php | 66 |
'Expected an array.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php | 60 |
'Expected a \DateTime.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php | 60 |
'Expected a \DateTimeImmutable.' | /src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php | 40 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/Button.php | 69 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/Button.php | 81 |
'You cannot set the parent of a submitted button.' | /src/Symfony/Component/Form/Button.php | 87 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/Button.php | 109 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/Button.php | 121 |
'Buttons cannot have children.' | /src/Symfony/Component/Form/Button.php | 141 |
'Buttons cannot have errors.' | /src/Symfony/Component/Form/Button.php | 238 |
'Buttons cannot be initialized. Call initialize() on the root form instead.' | /src/Symfony/Component/Form/Button.php | 297 |
'Buttons cannot handle requests. Call handleRequest() on the root form instead.' | /src/Symfony/Component/Form/Button.php | 307 |
'A form can only be submitted once.' | /src/Symfony/Component/Form/Button.php | 320 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 51 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 77 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 94 |
sprintf('The child with the name "%s" does not exist.', $name) | /src/Symfony/Component/Form/FormBuilder.php | 105 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 111 |
'FormBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormBuilder.php | 122 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 89 |
sprintf('Class "%s" not found. Is the "data_class" form option set correctly?', $dataClass) | /src/Symfony/Component/Form/FormConfigBuilder.php | 77 |
sprintf('An error has occurred resolving the options of the form "%s": ', get_debug_type($this->getInnerType( ))) . $e->getMessage( ) | /src/Symfony/Component/Form/ResolvedFormType.php | 78 |
'Not supported.' | /src/Symfony/Component/Form/FormView.php | 127 |
'Buttons do not support "is empty" callback.' | /src/Symfony/Component/Form/ButtonBuilder.php | 651 |
'Buttons do not support request handlers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 601 |
'Buttons do not support methods.' | /src/Symfony/Component/Form/ButtonBuilder.php | 591 |
'Buttons do not support actions.' | /src/Symfony/Component/Form/ButtonBuilder.php | 581 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 338 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 324 |
'The form factory must be set before retrieving it.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 272 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 152 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 137 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 126 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 111 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 100 |
'Buttons do not support data locking.' | /src/Symfony/Component/Form/ButtonBuilder.php | 316 |
'Buttons do not support form factories.' | /src/Symfony/Component/Form/ButtonBuilder.php | 326 |
'Buttons cannot be compound.' | /src/Symfony/Component/Form/ButtonBuilder.php | 284 |
'Buttons do not support data.' | /src/Symfony/Component/Form/ButtonBuilder.php | 306 |
'Buttons do not support data mapping.' | /src/Symfony/Component/Form/ButtonBuilder.php | 264 |
'Buttons do not support data mapping.' | /src/Symfony/Component/Form/ButtonBuilder.php | 274 |
'Buttons cannot be required.' | /src/Symfony/Component/Form/ButtonBuilder.php | 244 |
'Buttons do not support property paths.' | /src/Symfony/Component/Form/ButtonBuilder.php | 254 |
'Buttons do not support event dispatching.' | /src/Symfony/Component/Form/ButtonBuilder.php | 414 |
'Buttons do not support adding children.' | /src/Symfony/Component/Form/ButtonBuilder.php | 571 |
'Buttons do not support data inheritance.' | /src/Symfony/Component/Form/ButtonBuilder.php | 382 |
'Buttons do not support "is empty" callback.' | /src/Symfony/Component/Form/ButtonBuilder.php | 404 |
'Buttons do not support request handlers.' | /src/Symfony/Component/Form/ButtonBuilder.php | 356 |
'Buttons do not support automatic initialization.' | /src/Symfony/Component/Form/ButtonBuilder.php | 369 |
'Buttons do not support actions.' | /src/Symfony/Component/Form/ButtonBuilder.php | 336 |
'Buttons do not support methods.' | /src/Symfony/Component/Form/ButtonBuilder.php | 346 |
sprintf('The type "%s" cannot be loaded by this extension.', $name) | /src/Symfony/Component/Form/AbstractExtension.php | 53 |
sprintf('The type "%s" cannot be loaded by this extension.', $name) | /src/Symfony/Component/Form/PreloadedExtension.php | 46 |
'The offset ' . $position . ' does not exist.' | /src/Symfony/Component/Form/FormErrorIterator.php | 164 |
sprintf('The errors must be instances of "Symfony\Component\Form\FormError" or "%s". Got: "%s".', __CLASS__, get_debug_type($error)) | /src/Symfony/Component/Form/FormErrorIterator.php | 61 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 594 |
'The config builder cannot be modified anymore.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 580 |
sprintf('The name "%s" contains illegal characters. Names should start with a letter, digit or underscore and only contain letters, digits, numbers, underscores ("_"), hyphens ("-") and colons (":").', $name) | /src/Symfony/Component/Form/FormConfigBuilder.php | 635 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 605 |
sprintf('No block "%s" found while rendering the form.', $blockName) | /src/Symfony/Component/Form/FormRenderer.php | 64 |
'CSRF tokens can only be generated if a CsrfTokenManagerInterface is injected in FormRenderer::__construct(). Try running "composer require symfony/security-csrf".' | /src/Symfony/Component/Form/FormRenderer.php | 53 |
sprintf('Unable to render the form because the block names array contains duplicates: "%s".', implode('", "', array_reverse($blockNameHierarchy))) | /src/Symfony/Component/Form/FormRenderer.php | 208 |
sprintf('Field "%s" has already been rendered, save the result of previous render call to a variable and output that instead.', $view->vars['name']) | /src/Symfony/Component/Form/FormRenderer.php | 121 |
'The iterator doesn\'t support modification of elements.' | /src/Symfony/Component/Form/FormErrorIterator.php | 187 |
'The iterator doesn\'t support modification of elements.' | /src/Symfony/Component/Form/FormErrorIterator.php | 177 |
'The offset ' . $position . ' does not exist.' | /src/Symfony/Component/Form/FormErrorIterator.php | 239 |
sprintf('The current element is not iterable. Use "%s" to get the current element.', self::class . '::current()') | /src/Symfony/Component/Form/FormErrorIterator.php | 202 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 408 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 422 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 440 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 454 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 352 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 366 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 380 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 394 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 524 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 538 |
'The config builder cannot be modified anymore.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 552 |
'The config builder cannot be modified anymore.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 566 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 468 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 482 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 496 |
'FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.' | /src/Symfony/Component/Form/FormConfigBuilder.php | 510 |
'Failed to parse DSN. Try running "composer require doctrine/dbal".' | /src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php | 69 |
sprintf('Namespace contains "%s" but only characters in [-+.A-Za-z0-9] are allowed.', $match[0]) | /src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php | 62 |
sprintf('Cache directory is not writable (%s).', $this->directory) | /src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php | 255 |
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value)) | /src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php | 226 |
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value)) | /src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php | 217 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php | 301 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php | 296 |
sprintf('Cannot parse date interval "%s".', $duration) | /src/Symfony/Component/Cache/Adapter/ParameterNormalizer.php | 32 |
'Invalid Couchbase DSN: it does not start with "couchbase:".' | /src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php | 81 |
'Couchbase >= 2.6.0 < 3.0.0 is required.' | /src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php | 64 |
'Couchbase >= 2.6.0 < 3.0.0 is required.' | /src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php | 45 |
sprintf('Redis maxmemory-policy setting "%s" is *not* supported by RedisTagAwareAdapter, use "noeviction" or "volatile-*" eviction policies.', $eviction) | /src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php | 88 |
sprintf('redis compression must be disabled when using "%s", use "%s" instead.', static::class, DeflateMarshaller::class) | /src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php | 75 |
sprintf('Unsupported Predis cluster connection: only "%s" is, "%s" given.', PredisCluster::class, get_debug_type($redis->getConnection( ))) | /src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php | 66 |
sprintf('Argument $maxItems must be a positive integer, %d passed.', $maxItems) | /src/Symfony/Component/Cache/Adapter/ArrayAdapter.php | 53 |
sprintf('Argument $maxLifetime must be positive, %F passed.', $maxLifetime) | /src/Symfony/Component/Cache/Adapter/ArrayAdapter.php | 49 |
sprintf('Namespace must be %d chars max, %d given ("%s").', $this->maxIdLength - 24, \strlen($namespace), $namespace) | /src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php | 45 |
sprintf('Cache key must be string, "%s" given.', get_debug_type($key)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 114 |
sprintf('Namespace must be %d chars max, %d given ("%s").', $this->maxIdLength - 24, \strlen($namespace), $namespace) | /src/Symfony/Component/Cache/Adapter/AbstractAdapter.php | 43 |
'Unsupported DSN: it does not start with "redis[s]:", "memcached:" nor "couchbase:".' | /src/Symfony/Component/Cache/Adapter/AbstractAdapter.php | 128 |
'At least one adapter must be specified.' | /src/Symfony/Component/Cache/Adapter/ChainAdapter.php | 49 |
sprintf('The class "%s" does not implement the "%s" interface.', get_debug_type($adapter), CacheItemPoolInterface::class) | /src/Symfony/Component/Cache/Adapter/ChainAdapter.php | 54 |
'MemcachedAdapter: "serializer" option must be "php" or "igbinary".' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 311 |
sprintf('MemcachedAdapter: "prefix_key" option must be empty when using proxified connections, "%s" given.', $prefix) | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 314 |
'Invalid Memcached DSN: missing host or path.' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 148 |
'MemcachedAdapter client error: ' . strtolower($this->client->getResultMessage( )) | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 300 |
'Invalid Memcached DSN.' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 121 |
'Invalid Memcached DSN: query parameter "host" must be an array.' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 129 |
'Memcached > 3.1.5 is required.' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 95 |
'Invalid Memcached DSN: it does not start with "memcached:".' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 109 |
'Memcached > 3.1.5 is required.' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 51 |
'MemcachedAdapter: "serializer" option must be "php" or "igbinary".' | /src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php | 58 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php | 286 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php | 281 |
'Class not found: ' . $class | /src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php | 370 |
sprintf('Could not match value id "%s" to keys "%s".', $id, implode('", "', $keys)) | /src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php | 303 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php | 179 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php | 174 |
sprintf('Cache directory is not writable (%s).', $this->directory) | /src/Symfony/Component/Cache/Traits/FilesystemTrait.php | 95 |
sprintf('Argument "$beta" provided to "%s::get()" must be a positive number, %f given.', static::class, $beta) | /src/Symfony/Component/Cache/Traits/ContractsTrait.php | 65 |
sprintf('Class "%s" does not exist.', $class) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 422 |
sprintf('"%s" is not a subclass of "Redis", "RedisArray", "RedisCluster", "Relay\Relay" nor "Predis\ClientInterface".', $class) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 420 |
sprintf('Cache directory too long (%s).', $directory) | /src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php | 47 |
sprintf('Namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.', $match[0]) | /src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php | 35 |
'Redis connection failed: ' . $e->getMessage( ) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 313 |
'Redis connection failed: ' . $e . '.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 306 |
'Redis connection failed: ' . $e->getMessage( ) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 357 |
'Redis connection failed: ' . $e->getMessage( ) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 338 |
sprintf('Usage of Doctrine DBAL URL with "%s" is not supported. Use a PDO DSN or "%s" instead.', __CLASS__, DoctrineDbalAdapter::class) | /src/Symfony/Component/Cache/Adapter/PdoAdapter.php | 60 |
sprintf('Namespace contains "%s" but only characters in [-+.A-Za-z0-9] are allowed.', $match[0]) | /src/Symfony/Component/Cache/Adapter/PdoAdapter.php | 64 |
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __CLASS__) | /src/Symfony/Component/Cache/Adapter/PdoAdapter.php | 69 |
sprintf('Creating the cache table is currently not implemented for PDO driver "%s".', $driver) | /src/Symfony/Component/Cache/Adapter/PdoAdapter.php | 114 |
'Couchbase >= 3.0.5 < 4.0.0 is required.' | /src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php | 38 |
'Couchbase >= 3.0.5 < 4.0.0 is required.' | /src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php | 57 |
'Invalid Couchbase DSN: it does not start with "couchbase:".' | /src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php | 74 |
sprintf('Cannot call "%s::get()": this class doesn\'t implement "%s".', get_debug_type($this->pool), CacheInterface::class) | /src/Symfony/Component/Cache/Adapter/TraceableAdapter.php | 41 |
'Unable to set pool size' | /src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php | 104 |
__CLASS__ | /src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php | 361 |
'OK ' . $item->get( ) | /src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php | 74 |
'APCu is not enabled.' | /src/Symfony/Component/Cache/Adapter/ApcuAdapter.php | 31 |
__CLASS__ | /src/Symfony/Component/Cache/Tests/Psr16CacheTest.php | 181 |
'The "Redis" class is required.' | /src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php | 93 |
'REDIS_HOST env var is not defined.' | /src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php | 96 |
'The bug only occurs when pooling is enabled.' | /src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php | 99 |
'Cache tag length must be greater than zero.' | /src/Symfony/Component/Cache/CacheItem.php | 107 |
sprintf('Cache tag must be string or object that implements __toString(), "%s" given.', get_debug_type($tag)) | /src/Symfony/Component/Cache/CacheItem.php | 100 |
sprintf('Cache item "%s" comes from a non tag-aware pool: you cannot tag it.', $this->key) | /src/Symfony/Component/Cache/CacheItem.php | 93 |
sprintf('Expiration date must be an integer, a DateInterval or null, "%s" given.', get_debug_type($time)) | /src/Symfony/Component/Cache/CacheItem.php | 84 |
sprintf('Cache key "%s" contains reserved characters "%s".', $key, self::RESERVED_CHARACTERS) | /src/Symfony/Component/Cache/CacheItem.php | 139 |
'Cache key length must be greater than zero.' | /src/Symfony/Component/Cache/CacheItem.php | 136 |
sprintf('Cache key must be string, "%s" given.', get_debug_type($key)) | /src/Symfony/Component/Cache/CacheItem.php | 133 |
sprintf('Cache tag "%s" contains reserved characters "%s".', $tag, self::RESERVED_CHARACTERS) | /src/Symfony/Component/Cache/CacheItem.php | 110 |
sprintf('The rate limiter wait time ("%d" seconds) is longer than the provided maximum time ("%d" seconds).', $waitDuration, $maxTime) | /src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php | 83 |
sprintf('Cannot reserve more tokens (%d) than the size of the rate limiter (%d).', $tokens, $this->limit) | /src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php | 52 |
sprintf('The rate limiter wait time ("%d" seconds) is longer than the provided maximum time ("%d" seconds).', $waitDuration, $maxTime) | /src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php | 74 |
sprintf('Cannot reserve more tokens (%d) than the size of the rate limiter (%d).', $tokens, $this->limit) | /src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php | 48 |
sprintf('The rate limiter wait time ("%d" seconds) is longer than the provided maximum time ("%d" seconds).', $waitDuration, $maxTime) | /src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php | 92 |
sprintf('Cannot reserve more tokens (%d) than the burst size of the rate limiter (%d).', $tokens, $this->maxBurst) | /src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php | 56 |
sprintf('The interval must be positive integer, "%d" given.', $intervalInSeconds) | /src/Symfony/Component/RateLimiter/Policy/SlidingWindow.php | 33 |
sprintf('Cannot set the limit of "%s" to 0, as that would never accept any hit.', TokenBucketLimiter::class) | /src/Symfony/Component/RateLimiter/Policy/TokenBucket.php | 38 |
'Invalid Redis DSN: path and query "dbindex" parameters mismatch.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 171 |
'Redis Sentinel support requires one of: "predis/predis", "ext-redis >= 5.2", "ext-relay".' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 177 |
'Invalid Redis DSN: parameter "dbindex" must be a number.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 155 |
'Invalid Redis DSN: missing host.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 167 |
sprintf('Failed to retrieve master information from sentinel "%s".', $params['redis_sentinel']) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 260 |
'Redis connection failed: ' . $error . '.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 296 |
'Cannot use both "redis_cluster" and "redis_sentinel" at the same time.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 186 |
sprintf('Cannot use Redis Sentinel: class "%s" does not extend "Predis\Client" and neither ext-redis >= 5.2 nor ext-relay have been found.', $class) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 203 |
sprintf('Cache keys must be array or Traversable, "%s" given.', get_debug_type($keys)) | /src/Symfony/Component/Cache/Psr16Cache.php | 218 |
sprintf('RedisAdapter namespace contains "%s" but only characters in [-+_.A-Za-z0-9] are allowed.', $match[0]) | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 60 |
sprintf('Cache keys must be array or Traversable, "%s" given.', get_debug_type($keys)) | /src/Symfony/Component/Cache/Psr16Cache.php | 138 |
sprintf('Cache values must be array or Traversable, "%s" given.', get_debug_type($values)) | /src/Symfony/Component/Cache/Psr16Cache.php | 169 |
'Invalid Redis DSN.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 118 |
'Invalid Redis DSN: query parameter "host" must be an array.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 131 |
'Invalid Redis DSN: it does not start with "redis[s]:".' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 94 |
'Cannot find the "redis" extension nor the "predis/predis" package.' | /src/Symfony/Component/Cache/Traits/RedisTrait.php | 98 |
sprintf('The "formats" parameter value is not valid. It must contain one or more of the following values: "%s".', $validationModesAsString) | /src/Symfony/Component/Validator/Constraints/CssColor.php | 75 |
sprintf('You can\'t redefine the "%s" option. Use the "%s::getConstraints()" method instead.', $this->getCompositeOption( ), __CLASS__) | /src/Symfony/Component/Validator/Constraints/Compound.php | 30 |
'The "formats" parameter type is not valid. It should be a string or an array.' | /src/Symfony/Component/Validator/Constraints/CssColor.php | 86 |
sprintf('The "formats" parameter value is not valid. It must contain one or more of the following values: "%s".', $validationModesAsString) | /src/Symfony/Component/Validator/Constraints/CssColor.php | 81 |
sprintf('The "%s" constraint requires only one of the "value" or "propertyPath" options to be set, not both.', static::class) | /src/Symfony/Component/Validator/Constraints/AbstractComparison.php | 49 |
sprintf('The "%s" constraint requires either the "value" or "propertyPath" option to be set.', static::class) | /src/Symfony/Component/Validator/Constraints/AbstractComparison.php | 45 |
'The intl extension is required to use the NoSuspiciousCharacters constraint.' | /src/Symfony/Component/Validator/Constraints/NoSuspiciousCharacters.php | 97 |
sprintf('The "%s" constraint requires the Symfony PropertyAccess component to use the "propertyPath" option. Try running "composer require symfony/property-access".', static::class) | /src/Symfony/Component/Validator/Constraints/AbstractComparison.php | 53 |
sprintf('The "%s" constraint requires only one of the "max" or "maxPropertyPath" options to be set, not both.', static::class) | /src/Symfony/Component/Validator/Constraints/Range.php | 83 |
sprintf('The "%s" constraint requires only one of the "min" or "minPropertyPath" options to be set, not both.', static::class) | /src/Symfony/Component/Validator/Constraints/Range.php | 79 |
sprintf('The "%s" constraint can not use "minMessage" and "maxMessage" when the "min" and "max" options are both set. Use "notInRangeMessage" instead.', static::class) | /src/Symfony/Component/Validator/Constraints/Range.php | 91 |
sprintf('The "%s" constraint requires the Symfony PropertyAccess component to use the "minPropertyPath" or "maxPropertyPath" option. Try running "composer require symfony/property-access".', static::class) | /src/Symfony/Component/Validator/Constraints/Range.php | 87 |
sprintf('Invalid property path "%s" provided to "%s" constraint: ', $path, get_debug_type($constraint)) . $e->getMessage( ) | /src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php | 56 |
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/EnableAutoMapping.php | 31 |
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Traverse.php | 28 |
sprintf('The compared value "%s" could not be converted to a "%s" instance in the "%s" constraint.', $comparedValue, get_debug_type($value), get_debug_type($constraint)) | /src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php | 71 |
sprintf('No metadata for type "%s".', get_debug_type($class)) | /src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php | 32 |
sprintf('No metadata for "%s"', $class) | /src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php | 40 |
'Should not be called' | /src/Symfony/Component/Validator/Tests/Fixtures/EntityWithGroupedConstraintOnMethods.php | 25 |
sprintf('"%s::%s()" require at least one limiter.', self::class, __METHOD__) | /src/Symfony/Component/RateLimiter/CompoundLimiter.php | 29 |
__CLASS__ | /src/Symfony/Component/RateLimiter/CompoundLimiter.php | 36 |
sprintf('Limiter policy "%s" does not exists, it must be either "token_bucket", "sliding_window", "fixed_window" or "no_limit".', $this->config['policy']) | /src/Symfony/Component/RateLimiter/RateLimiterFactory.php | 54 |
sprintf('Cannot parse interval "%s", please use a valid unit as described on https://www.php.net/datetime.formats.relative.', $m[1]) | /src/Symfony/Component/RateLimiter/RateLimiterFactory.php | 68 |
sprintf('Cannot set the limit of "%s" to 0, as that would never accept any hit.', __CLASS__) | /src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php | 35 |
'The Intl component is required to use the Locale constraint. Try running "composer require symfony/intl".' | /src/Symfony/Component/Validator/Constraints/Locale.php | 41 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/NotBlank.php | 44 |
sprintf('The "symfony/expression-language" component is required to use the "%s" validator. Try running "composer require symfony/expression-language".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/WhenValidator.php | 46 |
sprintf('Invalid property path "%s" provided to "%s" constraint: ', $path, get_debug_type($constraint)) . $e->getMessage( ) | /src/Symfony/Component/Validator/Constraints/BicValidator.php | 130 |
'Unable to use property path as the Symfony PropertyAccess component is not installed. Try running "composer require symfony/property-access".' | /src/Symfony/Component/Validator/Constraints/BicValidator.php | 152 |
'This script must be run from the command line.' | /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php | 14 |
'Problem contacting the Have I been Pwned API.' | /src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php | 232 |
'Not implemented' | /src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php | 235 |
sprintf('You cannot use "%s" as the "symfony/finder" package is not installed. Try running "composer require symfony/finder".', static::class) | /src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php | 80 |
sprintf('The "%s" file does not exist.', $file) | /src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php | 52 |
sprintf('Provider "%s" not found. Available: "%s".', $name, (string) $this) | /src/Symfony/Component/Translation/Provider/TranslationProviderCollection.php | 47 |
sprintf('You cannot use "%s" as the "nikic/php-parser" package is not installed. Try running "composer require nikic/php-parser".', static::class) | /src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php | 39 |
'The translation provider DSN must contain a scheme.' | /src/Symfony/Component/Translation/Provider/Dsn.php | 41 |
'The translation provider DSN must contain a host (use "default" by default).' | /src/Symfony/Component/Translation/Provider/Dsn.php | 46 |
'Password is not set.' | /src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php | 35 |
'The translation provider DSN is invalid.' | /src/Symfony/Component/Translation/Provider/Dsn.php | 37 |
'MO stream content has an invalid format.' | /src/Symfony/Component/Translation/Loader/MoFileLoader.php | 49 |
'MO stream content has an invalid format.' | /src/Symfony/Component/Translation/Loader/MoFileLoader.php | 59 |
sprintf('Translation Writer was not able to create directory "%s".', $options['path']) | /src/Symfony/Component/Translation/Writer/TranslationWriter.php | 65 |
'Error parsing JSON: ' . $this->getJSONErrorMessage($errorCode) | /src/Symfony/Component/Translation/Loader/JsonFileLoader.php | 30 |
sprintf('Unable to format message (error #%s): ', $formatter->getErrorCode( )) . $formatter->getErrorMessage( ) | /src/Symfony/Component/Translation/Formatter/IntlFormatter.php | 52 |
sprintf('There is no dumper associated with format "%s".', $format) | /src/Symfony/Component/Translation/Writer/TranslationWriter.php | 58 |
'Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.' | /src/Symfony/Component/Translation/Formatter/IntlFormatter.php | 35 |
sprintf('Invalid message format (error #%d): ', intl_get_error_code( )) . intl_get_error_message( ) | /src/Symfony/Component/Translation/Formatter/IntlFormatter.php | 40 |
sprintf('The file "%s" does not contain valid YAML: ', $resource) . $e->getMessage( ) | /src/Symfony/Component/Translation/Loader/YamlFileLoader.php | 42 |
'Loading translations from the YAML format requires the Symfony Yaml component.' | /src/Symfony/Component/Translation/Loader/YamlFileLoader.php | 33 |
sprintf('Cannot load resource "%s".', $resource) | /src/Symfony/Component/Translation/Loader/IcuResFileLoader.php | 43 |
sprintf('File "%s" not found.', $resource) | /src/Symfony/Component/Translation/Loader/IcuResFileLoader.php | 33 |
sprintf('This is not a local file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/IcuResFileLoader.php | 29 |
sprintf('Unable to load file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/FileLoader.php | 41 |
sprintf('File "%s" not found.', $resource) | /src/Symfony/Component/Translation/Loader/FileLoader.php | 31 |
sprintf('This is not a local file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/FileLoader.php | 27 |
sprintf('File "%s" not found.', $resource) | /src/Symfony/Component/Translation/Loader/XliffFileLoader.php | 43 |
sprintf('This is not a local file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/XliffFileLoader.php | 39 |
'Loading translations from the Xliff format requires the Symfony Config component.' | /src/Symfony/Component/Translation/Loader/XliffFileLoader.php | 34 |
sprintf('Unable to load "%s".', $resource) | /src/Symfony/Component/Translation/Loader/QtFileLoader.php | 45 |
sprintf('File "%s" not found.', $resource) | /src/Symfony/Component/Translation/Loader/QtFileLoader.php | 39 |
sprintf('This is not a local file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/QtFileLoader.php | 35 |
'Loading translations from the QT format requires the Symfony Config component.' | /src/Symfony/Component/Translation/Loader/QtFileLoader.php | 31 |
sprintf('Unable to load file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/YamlFileLoader.php | 46 |
'Unable to create keys to Lokalise.' | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 210 |
'Unable to create/update translations to Lokalise.' | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 270 |
'Unable to get keys ids from Lokalise.' | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 290 |
'Unable to get languages from Lokalise.' | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 344 |
sprintf('Not a valid XLIFF namespace "%s".', $namespace) | /src/Symfony/Component/Translation/Util/XliffUtils.php | 44 |
sprintf('No support implemented for loading XLIFF version "%s".', $xliffVersion) | /src/Symfony/Component/Translation/Util/XliffUtils.php | 138 |
sprintf('Unable to delete keys from Lokalise: "%s".', $response->getContent(false)) | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 135 |
sprintf('Unable to export translations from Lokalise: "%s".', $response->getContent(false)) | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 164 |
'Unable to delete string.' | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 212 |
sprintf('Unable to create a File in Crowdin for domain "%s".', $domain) | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 262 |
sprintf('Unable to update file in Crowdin for file ID "%d" and domain "%s".', $fileId, $domain) | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 289 |
sprintf('Unable to list strings for file "%d".', $fileId) | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 352 |
'Unable to create languages on Lokalise.' | /src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php | 371 |
'Unable to upload translations to Crowdin.' | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 102 |
'Unable to export file.' | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 147 |
'Unable to download file content.' | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 162 |
'Unable to get assets from Loco.' | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 216 |
sprintf('Unable to delete translation key "%s" to Loco.', $key) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 199 |
sprintf('Unable to add translation for key "%s" in locale "%s" to Loco.', $id, $locale) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 269 |
sprintf('Unable to add new translation key "%s" to Loco: (status code: "%s").', $key, $statusCode) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 243 |
'Unable to list Crowdin files.' | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 399 |
sprintf('Unable to add a Storage in Crowdin for domain "%s".', $domain) | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 382 |
'Unable to read the Loco response: ' . $responseContent | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 147 |
'Unable to get project info.' | /src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php | 420 |
sprintf('Unable to get locales on Loco: "%s".', $response->getContent(false)) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 374 |
sprintf('Unable to create locale "%s" on Loco.', $locale) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 363 |
'User is not set.' | /src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php | 30 |
'This script must be run from the command line.' | /src/Symfony/Component/Translation/Resources/bin/translation-status.php | 13 |
sprintf('Unable to tag asset "%s" with "%s" on Loco.', $id, $tag) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 316 |
sprintf('Unable to tag assets with "%s" on Loco.', $tag) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 301 |
sprintf('Unable to get tags on Loco: "%s".', $response->getContent(false)) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 345 |
sprintf('Unable to create tag "%s" on Loco.', $tag) | /src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php | 334 |
intl_get_error_message( ) | /src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php | 40 |
intl_get_error_message( ) | /src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php | 49 |
"Could not parse line: \"$line\"." | /src/Symfony/Component/Intl/Resources/emoji/build.php | 44 |
sprintf('You cannot use the "%s\EmojiTransliterator" class as the "intl" extension is not installed. See https://php.net/intl.', __NAMESPACE__) | /src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php | 17 |
'Resource bundles cannot be modified.' | /src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php | 59 |
sprintf('The index "%s" does not exist.', $index) | /src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php | 39 |
sprintf('The index "%s" does not exist.', $key) | /src/Symfony/Component/Intl/Data/Util/RingBuffer.php | 54 |
'Resource bundles cannot be modified.' | /src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php | 54 |
sprintf('The resource bundle "%s" does not exist.', $fileName) | /src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php | 32 |
sprintf('The resource bundle "%s" does not exist.', $fileName) | /src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php | 36 |
sprintf('The resource bundle "%s" does not exist.', $fileName) | /src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php | 32 |
sprintf('The resource bundle "%s" does not exist.', $fileName) | /src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php | 40 |
sprintf('The command "%s" is not installed.', $genrb) | /src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php | 40 |
sprintf('genrb failed with status %d while compiling "%s" to "%s".', $status, $sourcePath, $targetDir) | /src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php | 55 |
sprintf('The resource bundle "%s" contains invalid JSON: ', $fileName) . json_last_error_msg( ) | /src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php | 42 |
sprintf('The resource bundle "%s/%s.res" could not be found.', $path, $locale) | /src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php | 40 |
sprintf('Skipping "%s" due an invalid country.', $locale) | /src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php | 150 |
'Multiple three-letter mappings exist for the country code ' . $country . '. Please add one of them to the const PREFERRED_ALPHA2_TO_ALPHA3_MAPPING.' | /src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php | 222 |
'The statically set three-letter mapping ' . $alpha3 . ' for the country code ' . $country . ' seems to be an alias for ' . $alpha2 . '. Wrong mapping?' | /src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php | 217 |
'The statically set three-letter mapping ' . self::PREFERRED_ALPHA2_TO_ALPHA3_MAPPING[$country] . ' for the country code ' . $country . ' seems to be invalid. Typo?' | /src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php | 210 |
'The expansion factor must be greater than or equal to 1.' | /src/Symfony/Component/Translation/PseudoLocalizationTranslator.php | 73 |
'Multiple three-letter mappings exist for the language code ' . $language . '. Please add one of them to the const PREFERRED_ALPHA2_TO_ALPHA3_MAPPING.' | /src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php | 208 |
'The statically set three-letter mapping ' . $alpha3 . ' for the language code ' . $language . ' seems to be an alias for ' . $alpha2 . '. Wrong mapping?' | /src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php | 203 |
'The statically set three-letter mapping ' . self::PREFERRED_ALPHA2_TO_ALPHA3_MAPPING[$language] . ' for the language code ' . $language . ' seems to be invalid. Typo?' | /src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php | 196 |
sprintf('Invalid "%s" locale.', $locale) | /src/Symfony/Component/Translation/Translator.php | 418 |
sprintf('No loader is registered for the "%s" format.', $resource[0]) | /src/Symfony/Component/Translation/Translator.php | 344 |
sprintf('No loader is registered for the "%s" format when loading the "%s" resource.', $resource[0], $resource[1]) | /src/Symfony/Component/Translation/Translator.php | 341 |
sprintf('The Translator "%s" must implement TranslatorInterface, TranslatorBagInterface and LocaleAwareInterface.', get_debug_type($translator)) | /src/Symfony/Component/Translation/DataCollectorTranslator.php | 37 |
sprintf('The Translator "%s" must implement TranslatorInterface, TranslatorBagInterface and LocaleAwareInterface.', get_debug_type($translator)) | /src/Symfony/Component/Translation/LoggingTranslator.php | 33 |
sprintf('Circular reference detected when adding a fallback catalogue for locale "%s".', $catalogue->getLocale( )) | /src/Symfony/Component/Translation/MessageCatalogue.php | 185 |
sprintf('Circular reference detected when adding a fallback catalogue for locale "%s".', $catalogue->getLocale( )) | /src/Symfony/Component/Translation/MessageCatalogue.php | 178 |
sprintf('Cannot add a catalogue for locale "%s" as the current locale for this catalogue is "%s".', $catalogue->getLocale( ), $this->locale) | /src/Symfony/Component/Translation/MessageCatalogue.php | 146 |
sprintf('Cache key must be string, "%s" given.', get_debug_type($key)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 144 |
sprintf('Cache key must be string, "%s" given.', get_debug_type($key)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 157 |
sprintf('Cache key must be string, "%s" given.', get_debug_type($key)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 169 |
sprintf('Cache key must be string, "%s" given.', get_debug_type($key)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 185 |
sprintf('Cache path exists and is not a file: "%s".', $this->file) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 253 |
sprintf('Cache file is not writable: "%s".', $this->file) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 257 |
sprintf('Cache directory does not exist and cannot be created: "%s".', $directory) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 263 |
sprintf('Cache directory is not writable: "%s".', $directory) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 267 |
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 294 |
sprintf('Cache key "%s" has non-serializable "%s" value.', $key, get_debug_type($value)) | /src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php | 303 |
'Failed to unserialize values, did you forget to install the "igbinary" extension?' | /src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php | 78 |
'Class not found: ' . $class | /src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php | 96 |
'The "zlib" PHP extension is not loaded.' | /src/Symfony/Component/Cache/Marshaller/DeflateMarshaller.php | 28 |
'The "sodium" PHP extension is not loaded.' | /src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php | 35 |
'At least one decryption key must be provided at index "0".' | /src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php | 39 |
sprintf('Invalid service "%s": chain of adapters cannot reference another chain, found "%s".', $id, $chainedPool->getParent( )) | /src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php | 109 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/Cache/DependencyInjection/CachePoolPrunerPass.php | 38 |
sprintf('Invalid "cache.pool" tag for service "%s": accepted attributes are "clearer", "provider", "name", "namespace", "default_lifetime", "early_expiration_message_bus" and "reset", found "%s".', $id, implode('", "', array_keys($tags[0]))) | /src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php | 167 |
sprintf('There is no "%s" asset package.', $name) | /src/Symfony/Component/Asset/Packages.php | 69 |
'There is no default asset package, configure one first.' | /src/Symfony/Component/Asset/Packages.php | 62 |
sprintf('"%s" is not a valid URL.', $url) | /src/Symfony/Component/Asset/UrlPackage.php | 120 |
'You must provide at least one base URL.' | /src/Symfony/Component/Asset/UrlPackage.php | 53 |
sprintf('Error parsing JSON from asset manifest URL "%s".', $this->manifestPath) | /src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php | 78 |
sprintf('The "%s" class needs an HTTP client to use a remote manifest. Try running "composer require symfony/http-client".', self::class) | /src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php | 50 |
sprintf('Asset manifest file "%s" does not exist. Did you forget to build the assets with npm or yarn?', $this->manifestPath) | /src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php | 84 |
sprintf('Error loading JSON from asset manifest URL "%s".', $this->manifestPath) | /src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php | 80 |
sprintf('Country codes must be in uppercase, but "%s" was passed. Try with "%s" country code instead.', $country, strtoupper($country)) | /src/Symfony/Component/Intl/Timezones.php | 105 |
sprintf('Error parsing JSON from asset manifest file "%s": ', $this->manifestPath) . $e->getMessage( ) | /src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php | 90 |
sprintf('The "zlib" extension is required to load the "%s/%s" map, please enable it in your php.ini file.', basename(\dirname($path)), basename($path)) | /src/Symfony/Component/Intl/Util/GzipStreamWrapper.php | 29 |
sprintf('You cannot use the "%s\Locale" class as the "intl" extension is not installed. See https://php.net/intl.', __NAMESPACE__) | /src/Symfony/Component/Intl/Locale.php | 15 |
'This script must be run from the command line.' | /src/Symfony/Component/Intl/Resources/bin/common.php | 13 |
'This script must be run from the command line.' | /src/Symfony/Component/Intl/Resources/bin/update-data.php | 27 |
sprintf('Cannot create an instance of "%s" from serialized data because its constructor requires the following parameters to be present : "$%s".', $class, implode('", "$', $missingConstructorArguments)) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 398 |
sprintf('Cannot create an instance of "%s" from serialized data because the serializer inject in "%s" is not a denormalizer.', $parameterClass, static::class) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 455 |
sprintf('Could not determine the class of the parameter "%s".', $parameterName) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 461 |
sprintf('The "%s"%s context option must be an array of callables.', self::CALLBACKS, '' !== $contextType ? " $contextType" : '') | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 501 |
sprintf('Invalid callback found in the "%s" default context option.', self::CIRCULAR_REFERENCE_HANDLER) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 147 |
sprintf('A circular reference has been detected when serializing the object of class "%s" (configured limit: %d).', get_debug_type($object), $context[self::CIRCULAR_REFERENCE_LIMIT] ?? $this->defaultContext[self::CIRCULAR_REFERENCE_LIMIT]) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 193 |
sprintf('A class metadata factory must be provided in the constructor when setting "%s" to false.', self::ALLOW_EXTRA_ATTRIBUTES) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 210 |
sprintf('Cannot create an instance of "%s" from serialized data because the variadic parameter "%s" can only accept an array.', $class, $constructorParameter->name) | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 334 |
sprintf('The class parameter "%s" is not supported. It must be one of "SplFileInfo", "SplFileObject" or "Symfony\Component\HttpFoundation\File\File".', $type) | /src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php | 113 |
'The object must be an instance of "\DateInterval".' | /src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php | 49 |
sprintf('The property "%s::$%s" is not initialized.', $object::class, $reflectionProperty->name) | /src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php | 165 |
'The ObjectNormalizer class requires the "PropertyAccess" component. Try running "composer require symfony/property-access".' | /src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php | 48 |
'Cannot normalize object because injected serializer is not a normalizer.' | /src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php | 35 |
sprintf('Cannot denormalize with "%s".', \JsonSerializable::class) | /src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php | 60 |
'The object must be an instance of "\SplFileInfo".' | /src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php | 57 |
sprintf('Cannot denormalize to a "%s" without the HttpFoundation component installed. Try running "composer require symfony/http-foundation".', File::class) | /src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php | 100 |
'The object must be an instance of "\DateTimeZone".' | /src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php | 38 |
sprintf('Duplicate serialized path: "%s" used for properties "%s" and "%s".', $pathIdentifier, $serializedPaths[$pathIdentifier], $name) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 795 |
sprintf('The object must implement "%s".', \JsonSerializable::class) | /src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php | 31 |
'Cannot unwrap path because the injected serializer is not a denormalizer.' | /src/Symfony/Component/Serializer/Normalizer/UnwrappingDenormalizer.php | 55 |
sprintf('Duplicate values for key "%s" found. One value is set via the SerializedPath attribute: "%s", the other one is set via the SerializedName attribute: "%s".', $notConverted, implode('->', $nestedAttributes[$notConverted]->getElements( )), $attribute) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 333 |
sprintf('Cannot normalize attribute "%s" because the injected serializer is not a normalizer.', $attribute) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 207 |
sprintf('The element you are trying to set is already populated: "%s".', (string) $serializedPath) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 677 |
sprintf('Cannot denormalize attribute "%s" for class "%s" because injected serializer is not a denormalizer.', $attribute, $class) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 532 |
sprintf('The nested denormalizer needs to be set to allow "%s()" to be used.', __METHOD__) | /src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php | 76 |
'Unsupported class: ' . $type | /src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php | 52 |
sprintf('The "%s" given in the context is not callable.', self::MAX_DEPTH_HANDLER) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 166 |
sprintf('The "%s" given in the default context is not callable.', self::MAX_DEPTH_HANDLER) | /src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php | 126 |
sprintf('The passed serializer should implement both NormalizerInterface and DenormalizerInterface, "%s" given.', get_debug_type($serializer)) | /src/Symfony/Component/Serializer/Normalizer/MimeMessageNormalizer.php | 59 |
'The object must implement the "\DateTimeInterface".' | /src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php | 65 |
'Please set a denormalizer before calling denormalize()!' | /src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php | 46 |
sprintf('The object must implement "%s".', FlattenException::class) | /src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php | 57 |
sprintf('Found SerializedName and SerializedPath attributes on property "%s" of class "%s".', $propertyName, $class) | /src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php | 83 |
sprintf('Found SerializedName and SerializedPath attributes on property "%s" of class "%s".', $name, $class) | /src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php | 127 |
'__call should not be called. Called with: ' . $key | /src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php | 819 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php | 64 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php | 713 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php | 740 |
'Dummy::getPrivate() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php | 641 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php | 675 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php | 1017 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php | 616 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php | 957 |
'Dummy::otherMethod() should not be called' | /src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php | 990 |
'Custom exception message' | /src/Symfony/Component/Serializer/Tests/Fixtures/NotNormalizableDummy.php | 29 |
'not serializable' | /src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php | 1502 |
'An unexpected value could not be serialized: ' . (!\is_resource($data) ? var_export($data, true) : sprintf('%s resource', get_resource_type($data))) | /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php | 413 |
sprintf('The serializer needs to be set to allow "%s()" to be used with object data.', __METHOD__) | /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php | 462 |
sprintf('The serializer needs to be set to allow "%s()" to be used with object data.', __METHOD__) | /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php | 394 |
'Document types are not allowed.' | /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php | 130 |
'Invalid XML data, it cannot be empty.' | /src/Symfony/Component/Serializer/Encoder/XmlEncoder.php | 106 |
'The YamlEncoder class requires the "Yaml" component. Try running "composer require symfony/yaml".' | /src/Symfony/Component/Serializer/Encoder/YamlEncoder.php | 56 |
sprintf('Enabling "%s" serializer option requires seld/jsonlint. Try running "composer require seld/jsonlint".', self::DETAILED_ERROR_MESSAGES) | /src/Symfony/Component/Serializer/Encoder/JsonDecode.php | 109 |
json_last_error_msg( ) | /src/Symfony/Component/Serializer/Encoder/JsonEncode.php | 52 |
sprintf('No decoder found for format "%s".', $format) | /src/Symfony/Component/Serializer/Encoder/ChainDecoder.php | 81 |
sprintf('No encoder found for format "%s".', $format) | /src/Symfony/Component/Serializer/Encoder/ChainEncoder.php | 104 |
sprintf('The "%s" context variable must be an array or null, given "%s".', self::HEADERS_KEY, get_debug_type($headers)) | /src/Symfony/Component/Serializer/Encoder/CsvEncoder.php | 244 |
'You are trying to add a UTF-8 BOM to a non UTF-8 text.' | /src/Symfony/Component/Serializer/Encoder/CsvEncoder.php | 113 |
sprintf('Parameter given to "%s" must be a string or an array of non-empty strings.', static::class) | /src/Symfony/Component/Serializer/Attribute/Groups.php | 40 |
sprintf('Parameter given to "%s" cannot be empty.', static::class) | /src/Symfony/Component/Serializer/Attribute/Groups.php | 35 |
sprintf('Parameter given to "%s" must be a positive integer.', static::class) | /src/Symfony/Component/Serializer/Attribute/MaxDepth.php | 25 |
sprintf('Parameter given to "%s" must be a valid property path.', self::class) | /src/Symfony/Component/Serializer/Attribute/SerializedPath.php | 31 |
sprintf('Parameter "mapping" given to "%s" cannot be empty.', static::class) | /src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php | 31 |
sprintf('Parameter "typeProperty" given to "%s" cannot be empty.', static::class) | /src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php | 27 |
sprintf('The "%s" timezone is invalid.', $timezone) | /src/Symfony/Component/Serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php | 58 |
sprintf('The depth key pattern "%s" is not valid. You must set exactly two string placeholders.', $depthKeyPattern) | /src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php | 50 |
sprintf('The "%s" property path is not valid.', $unwrapPath) | /src/Symfony/Component/Serializer/Context/Normalizer/UnwrappingDenormalizerContextBuilder.php | 48 |
sprintf('Each attribute must be a string, "%s" given.', get_debug_type($attribute)) | /src/Symfony/Component/Serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php | 90 |
sprintf('The "%s" normalization format is not valid.', $normalizationFormat) | /src/Symfony/Component/Serializer/Context/Normalizer/UidNormalizerContextBuilder.php | 36 |
sprintf('Parameter given to "%s" must be a non-empty string.', self::class) | /src/Symfony/Component/Serializer/Attribute/SerializedName.php | 25 |
sprintf('At least one of the "context", "normalizationContext", or "denormalizationContext" options must be provided as a non-empty array to "%s".', static::class) | /src/Symfony/Component/Serializer/Attribute/Context.php | 36 |
sprintf('Parameter "groups" given to "%s" must be a string or an array of strings, "%s" given.', static::class, get_debug_type($group)) | /src/Symfony/Component/Serializer/Attribute/Context.php | 43 |
sprintf('The "serialized-path" value must be a valid property path for the attribute "%s" of the class "%s".', $attributeName, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php | 73 |
sprintf('Class "%s" is expected to implement LoaderInterface.', get_debug_type($loader)) | /src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php | 41 |
sprintf('The class or interface "%s" does not exist.', $value) | /src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php | 34 |
"File \"{$compiledClassMetadataFile}\" could not be found." | /src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php | 33 |
sprintf('Compiled metadata must be of the type array, %s given.', \gettype($compiledClassMetadata)) | /src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php | 38 |
sprintf('The "%s" delimiter must be a single character.', $delimiter) | /src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php | 38 |
sprintf('The "%s" enclosure must be a single character.', $enclosure) | /src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php | 54 |
sprintf('The "%s" escape character must be empty or a single character.', $escapeChar) | /src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php | 70 |
sprintf('The "serialized_name" value must be a non-empty string in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 84 |
sprintf('The "max_depth" value must be an integer in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 76 |
sprintf('The "ignore" value must be a boolean in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 100 |
sprintf('The "serialized_path" value must be a valid property path in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 94 |
sprintf('The "mapping" key must be set for the discriminator map of the class "%s" in "%s".', $classMetadata->getName( ), $this->file) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 131 |
sprintf('The "type_property" key must be set for the discriminator map of the class "%s" in "%s".', $classMetadata->getName( ), $this->file) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 127 |
sprintf('The file "%s" must contain a YAML array.', $this->file) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 168 |
sprintf('This is not a local file "%s".', $this->file) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 156 |
sprintf('SerializedPath on "%s::%s()" cannot be added. SerializedPath can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name) | /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php | 161 |
sprintf('SerializedName on "%s::%s()" cannot be added. SerializedName can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name) | /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php | 155 |
sprintf('Could not instantiate attribute "%s"%s.', $attribute->getName( ), $on) | /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php | 201 |
sprintf('Context on "%s::%s()" cannot be added. Context can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name) | /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php | 171 |
sprintf('The mapping file "%s" is not readable.', $file) | /src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php | 37 |
sprintf('The mapping file "%s" does not exist.', $file) | /src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php | 33 |
sprintf('Group names must be strings in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 67 |
sprintf('The "groups" key must be an array of strings in "%s" for the attribute "%s" of the class "%s".', $this->file, $attribute, $classMetadata->getName( )) | /src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php | 62 |
'An unexpected value could not be normalized: ' . (!\is_resource($data) ? var_export($data, true) : sprintf('"%s" resource', get_resource_type($data))) | /src/Symfony/Component/Serializer/Serializer.php | 182 |
'Passing a value for "not_normalizable_value_exceptions" context key is not allowed.' | /src/Symfony/Component/Serializer/Serializer.php | 192 |
'You must register at least one normalizer to be able to normalize objects.' | /src/Symfony/Component/Serializer/Serializer.php | 176 |
sprintf('Could not normalize object of type "%s", no supporting normalizer found.', get_debug_type($data)) | /src/Symfony/Component/Serializer/Serializer.php | 179 |
sprintf('Groups on "%s::%s()" cannot be added. Groups can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name) | /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php | 141 |
sprintf('MaxDepth on "%s::%s()" cannot be added. MaxDepth can only be added on methods beginning with "get", "is", "has" or "set".', $className, $method->name) | /src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php | 149 |
'You must register at least one normalizer to be able to denormalize objects.' | /src/Symfony/Component/Serializer/Serializer.php | 207 |
sprintf('Could not denormalize object of type "%s", no supporting normalizer found.', $type) | /src/Symfony/Component/Serializer/Serializer.php | 211 |
sprintf('SSL public key does not match pinned public key for "%s".', $this->info['url']) | /src/Symfony/Component/HttpClient/Internal/AmpListener.php | 107 |
sprintf('Return value of the "body" option callback must be string, "%s" returned.', get_debug_type($data)) | /src/Symfony/Component/HttpClient/Internal/AmpBody.php | 142 |
'bar ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 234 |
'Response body should not be evaluated.' | /src/Symfony/Component/HttpClient/Tests/Fixtures/assertion_failure.php | 3 |
sprintf('Serialization for the format "%s" is not supported.', $format) | /src/Symfony/Component/Serializer/Serializer.php | 125 |
sprintf('Deserialization for the format "%s" is not supported.', $format) | /src/Symfony/Component/Serializer/Serializer.php | 138 |
sprintf('The class "%s" neither implements "%s" nor "%s".', get_debug_type($normalizer), NormalizerInterface::class, DenormalizerInterface::class) | /src/Symfony/Component/Serializer/Serializer.php | 97 |
sprintf('The class "%s" neither implements "%s" nor "%s".', get_debug_type($encoder), EncoderInterface::class, DecoderInterface::class) | /src/Symfony/Component/Serializer/Serializer.php | 115 |
sprintf('Delay must be greater than or equal to zero: "%s" given.', $delayMs) | /src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php | 57 |
sprintf('Unsupported encoding "%s", currently only base64 is supported.', $encoding) | /src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php | 94 |
sprintf('File "%s" does not contain a response for HTTP request "%s" "%s".', $this->archiveFile, $method, $url) | /src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php | 80 |
sprintf('Invalid file path provided: "%s".', $this->archiveFile) | /src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php | 37 |
'foo ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 230 |
sprintf('Jitter must be between 0 and 1: "%s" given.', $jitter) | /src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php | 72 |
sprintf('Max delay must be greater than or equal to zero: "%s" given.', $maxDelayMs) | /src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php | 67 |
sprintf('Multiplier must be greater than or equal to one: "%s" given.', $multiplier) | /src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php | 62 |
sprintf('Server-Sent Event%s data is empty.', '' !== $this->id ? sprintf(' "%s"', $this->id) : '') | /src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php | 92 |
curl_multi_strerror($err) | /src/Symfony/Component/HttpClient/Response/CurlResponse.php | 288 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php | 129 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php | 124 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 103 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php | 98 |
sprintf('JSON content was expected to decode to an array, "%s" returned in Server-Sent Event%s.', get_debug_type($jsonData), '' !== $this->id ? sprintf(' "%s"', $this->id) : '') | /src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php | 102 |
sprintf('Decoding Server-Sent Event%s failed: ', '' !== $this->id ? sprintf(' "%s"', $this->id) : '') . $e->getMessage( ) | /src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php | 98 |
'The option "zone" must be a valid range of "\DateTimeZone" constants.' | /src/Symfony/Component/Validator/Constraints/Timezone.php | 64 |
'The Intl component is required to use the Currency constraint. Try running "composer require symfony/intl".' | /src/Symfony/Component/Validator/Constraints/Currency.php | 36 |
'The option "intlCompatible" can only be used when the PHP intl extension is available.' | /src/Symfony/Component/Validator/Constraints/Timezone.php | 70 |
'The option "countryCode" can only be used when the "zone" option is configured with "\DateTimeZone::PER_COUNTRY".' | /src/Symfony/Component/Validator/Constraints/Timezone.php | 67 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Ip.php | 94 |
sprintf('The option "version" must be one of "%s".', implode('", "', static::VERSIONS)) | /src/Symfony/Component/Validator/Constraints/Ip.php | 90 |
sprintf('Either option "min", "max" or "divisibleBy" must be given for constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Count.php | 81 |
sprintf('The "symfony/expression-language" component is required to use the "%s" constraint. Try running "composer require symfony/expression-language".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/When.php | 29 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Length.php | 107 |
sprintf('Either option "min" or "max" must be given for constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Length.php | 103 |
sprintf('Either option "min", "minPropertyPath", "max" or "maxPropertyPath" must be given for constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Range.php | 75 |
sprintf('The "countUnit" option must be one of the "%s"::COUNT_* constants ("%s" given).', __CLASS__, $this->countUnit) | /src/Symfony/Component/Validator/Constraints/Length.php | 111 |
sprintf('The min value "%s" could not be converted to a "%s" instance in the "%s" constraint.', $min, get_debug_type($value), get_debug_type($constraint)) | /src/Symfony/Component/Validator/Constraints/RangeValidator.php | 73 |
'The Intl component is required to use the Language constraint. Try running "composer require symfony/intl".' | /src/Symfony/Component/Validator/Constraints/Language.php | 41 |
sprintf('Invalid property path "%s" provided to "%s" constraint: ', $propertyPath, get_debug_type($constraint)) . $e->getMessage( ) | /src/Symfony/Component/Validator/Constraints/RangeValidator.php | 162 |
sprintf('The max value "%s" could not be converted to a "%s" instance in the "%s" constraint.', $max, get_debug_type($value), get_debug_type($constraint)) | /src/Symfony/Component/Validator/Constraints/RangeValidator.php | 81 |
sprintf('The "symfony/property-access" component is required to use the "%s" constraint with the "ibanPropertyPath" option. Try running "composer require symfony/property-access".', self::class) | /src/Symfony/Component/Validator/Constraints/Bic.php | 64 |
json_encode($method) . ' targeted by Callback constraint is not a valid callable.' | /src/Symfony/Component/Validator/Constraints/CallbackValidator.php | 40 |
sprintf('Method "%s" targeted by Callback constraint does not exist in class "%s".', $method, get_debug_type($object)) | /src/Symfony/Component/Validator/Constraints/CallbackValidator.php | 46 |
sprintf('"%s" is not a valid maximum size.', $maxSize) | /src/Symfony/Component/Validator/Constraints/File.php | 172 |
'You cannot validate the mime-type of files as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/Validator/Constraints/FileValidator.php | 231 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Unique.php | 53 |
'The Intl component is required to use the Bic constraint. Try running "composer require symfony/intl".' | /src/Symfony/Component/Validator/Constraints/Bic.php | 49 |
'The "iban" and "ibanPropertyPath" options of the Iban constraint cannot be used at the same time.' | /src/Symfony/Component/Validator/Constraints/Bic.php | 60 |
sprintf('The group(s) "%s" passed to the constraint "%s" should also be passed to its containing constraint "%s".', implode('", "', $excessGroups), get_debug_type($constraint), static::class) | /src/Symfony/Component/Validator/Constraints/Composite.php | 101 |
'You can only use one of RESTRICTION_LEVEL_NONE, RESTRICTION_LEVEL_MINIMAL or RESTRICTION_LEVEL_SINGLE_SCRIPT with intl compiled against ICU < 58.' | /src/Symfony/Component/Validator/Constraints/NoSuspiciousCharactersValidator.php | 88 |
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Cascade.php | 34 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Url.php | 52 |
sprintf('The "%s" class requires the "HttpClient" component. Try running "composer require symfony/http-client".', self::class) | /src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php | 43 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Uuid.php | 112 |
sprintf('The value "%s" is not an instance of Constraint in constraint "%s".', $constraint, static::class) | /src/Symfony/Component/Validator/Constraints/Composite.php | 72 |
sprintf('The constraint Valid cannot be nested inside constraint "%s". You can only declare the Valid constraint directly on a field or method.', static::class) | /src/Symfony/Component/Validator/Constraints/Composite.php | 76 |
sprintf('"%s" is not a valid minimum height.', $constraint->minHeight) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 100 |
sprintf('"%s" is not a valid maximum width.', $constraint->maxWidth) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 84 |
sprintf('"%s" is not a valid minimum width.', $constraint->minWidth) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 68 |
sprintf('The netmask range must be between 0 and %d.', self::NET_MAXES[$this->version]) | /src/Symfony/Component/Validator/Constraints/Cidr.php | 68 |
sprintf('The option "version" must be one of "%s".', implode('", "', array_keys(self::NET_MAXES))) | /src/Symfony/Component/Validator/Constraints/Cidr.php | 58 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Regex.php | 60 |
sprintf('The parameter "minScore" of the "%s" constraint must be an integer between 1 and 4.', self::class) | /src/Symfony/Component/Validator/Constraints/PasswordStrength.php | 49 |
sprintf('The "value" option of the "%s" constraint cannot be set.', static::class) | /src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php | 33 |
'You cannot validate the mime-type of files as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/Validator/Constraints/FileValidator.php | 203 |
'The Intl component is required to use the Country constraint. Try running "composer require symfony/intl".' | /src/Symfony/Component/Validator/Constraints/Country.php | 41 |
'Corrupted images detection requires installed and enabled GD extension.' | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 218 |
sprintf('"%s" is not a valid maximum ratio.', $constraint->maxRatio) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 180 |
sprintf('"%s" is not a valid minimum ratio.', $constraint->minRatio) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 166 |
sprintf('"%s" is not a valid maximum amount of pixels.', $constraint->maxPixels) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 148 |
sprintf('"%s" is not a valid minimum amount of pixels.', $constraint->minPixels) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 132 |
sprintf('"%s" is not a valid maximum height.', $constraint->maxHeight) | /src/Symfony/Component/Validator/Constraints/ImageValidator.php | 116 |
sprintf('The "egulias/email-validator" component is required to make the "%s" constraint default to strict mode. Try running "composer require egulias/email-validator".', Email::class) | /src/Symfony/Component/Validator/Constraints/EmailValidator.php | 73 |
sprintf('The "%s::$mode" parameter value is not valid.', get_debug_type($constraint)) | /src/Symfony/Component/Validator/Constraints/EmailValidator.php | 80 |
sprintf('The option "groups" is not supported by the constraint "%s".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/DisableAutoMapping.php | 31 |
'The "defaultMode" parameter value is not valid.' | /src/Symfony/Component/Validator/Constraints/EmailValidator.php | 42 |
sprintf('Validation for property path "%s" was not expected.', $path) | /src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php | 492 |
sprintf('The "symfony/expression-language" component is required to use the "%s" constraint. Try running "composer require symfony/expression-language".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Expression.php | 47 |
'Some expected validation calls for paths were not done.' | /src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php | 471 |
'Some expected validation calls for values were not done.' | /src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php | 475 |
'The "strict" option of the Choice constraint should not be used.' | /src/Symfony/Component/Validator/Constraints/ChoiceValidator.php | 61 |
sprintf('The "propertyPath" option of the "%s" constraint cannot be set.', static::class) | /src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php | 29 |
'Either "choices" or "callback" must be specified on constraint Choice.' | /src/Symfony/Component/Validator/Constraints/ChoiceValidator.php | 37 |
'The Choice constraint expects a valid callback.' | /src/Symfony/Component/Validator/Constraints/ChoiceValidator.php | 53 |
sprintf('The "egulias/email-validator" component is required to use the "%s" constraint in strict mode. Try running "composer require egulias/email-validator".', __CLASS__) | /src/Symfony/Component/Validator/Constraints/Email.php | 69 |
sprintf('The "normalizer" option must be a valid callable ("%s" given).', get_debug_type($this->normalizer)) | /src/Symfony/Component/Validator/Constraints/Email.php | 73 |
'The "mode" parameter value is not valid.' | /src/Symfony/Component/Validator/Constraints/Email.php | 55 |
'The "mode" parameter value is not valid.' | /src/Symfony/Component/Validator/Constraints/Email.php | 59 |
sprintf('The file "%s" must contain a YAML array.', $this->file) | /src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php | 129 |
sprintf('The file "%s" does not contain valid YAML: ', $path) . $e->getMessage( ) | /src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php | 119 |
sprintf('The method "%s::%s()" should be static.', $reflClass->name, $this->methodName) | /src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php | 49 |
sprintf('Class "%s" is expected to implement LoaderInterface.', get_debug_type($loader)) | /src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php | 39 |
'This class does not support metadata.' | /src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php | 30 |
sprintf('Undefined namespace prefix "%s".', $prefix) | /src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php | 79 |
sprintf('The class or interface "%s" does not exist.', $class) | /src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php | 84 |
sprintf('Cannot create metadata for non-objects. Got: "%s".', get_debug_type($value)) | /src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php | 74 |
sprintf('The metadata factory should return instances of "\Symfony\Component\Validator\Mapping\ClassMetadataInterface", got: "%s".', get_debug_type($classMetadata)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 169 |
sprintf('Cannot validate values of type "%s" automatically. Please provide a constraint.', get_debug_type($value)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 161 |
sprintf('The metadata factory should return instances of "Symfony\Component\Validator\Mapping\ClassMetadataInterface", got: "%s".', get_debug_type($classMetadata)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 298 |
sprintf('The metadata factory should return instances of "\Symfony\Component\Validator\Mapping\ClassMetadataInterface", got: "%s".', get_debug_type($classMetadata)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 210 |
sprintf('The property metadata instances should implement "Symfony\Component\Validator\Mapping\PropertyMetadataInterface", got: "%s".', get_debug_type($propertyMetadata)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 501 |
'A group provider locator is required when using group provider.' | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 444 |
sprintf('Cannot create metadata for non-objects. Got: "%s".', \gettype($value)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 648 |
sprintf('Traversal was enabled for "%s", but this class does not implement "\Traversable".', get_debug_type($object)) | /src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php | 542 |
sprintf('The constraint "%s" can only be put on classes. Please use "Symfony\Component\Validator\Constraints\Valid" instead.', get_debug_type($constraint)) | /src/Symfony/Component/Validator/Mapping/GenericMetadata.php | 136 |
sprintf('Neither of these methods exist in class "%s": "%s", "%s", "%s".', $class, $getMethod, $isMethod, $hasMethod) | /src/Symfony/Component/Validator/Mapping/GetterMetadata.php | 56 |
sprintf('The "%s()" method does not exist in class "%s".', $method, $class) | /src/Symfony/Component/Validator/Mapping/GetterMetadata.php | 59 |
'Defining a static group sequence is not allowed with a group sequence provider.' | /src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 391 |
sprintf('The group "%s" is not allowed in group sequences.', Constraint::DEFAULT_GROUP) | /src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 399 |
sprintf('The group "%s" is missing in the group sequence.', $this->getDefaultGroup( )) | /src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 403 |
'Defining a group sequence provider is not allowed with a static group sequence.' | /src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 437 |
sprintf('Class "%s" must implement GroupSequenceProviderInterface.', $this->name) | /src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 441 |
sprintf('The constraint "%s" cannot be put on classes.', get_debug_type($constraint)) | /src/Symfony/Component/Validator/Mapping/ClassMetadata.php | 477 |
sprintf('The constraint "%s" cannot be put on properties or getters.', get_debug_type($constraint)) | /src/Symfony/Component/Validator/Mapping/MemberMetadata.php | 151 |
sprintf('Property "%s" does not exist in class "%s".', $name, $class) | /src/Symfony/Component/Validator/Mapping/PropertyMetadata.php | 40 |
sprintf('Property "%s" does not exist in class "%s".', $this->getName( ), $originalClass) | /src/Symfony/Component/Validator/Mapping/PropertyMetadata.php | 78 |
sprintf('The constraint on "%s::%s()" cannot be added. Constraints can only be added on methods beginning with "get", "is" or "has".', $className, $method->name) | /src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php | 72 |
sprintf('The mapping file "%s" does not exist.', $file) | /src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php | 38 |
sprintf('The mapping file "%s" is not readable.', $file) | /src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php | 42 |
sprintf('The mapping file "%s" is not a local file.', $file) | /src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php | 46 |
sprintf('The option "%s" does not exist in constraint "%s".', $option, static::class) | /src/Symfony/Component/Validator/Constraint.php | 194 |
sprintf('The options "%s" must be set for constraint "%s".', implode('", "', array_keys($missingOptions)), static::class) | /src/Symfony/Component/Validator/Constraint.php | 171 |
sprintf('The options "%s" do not exist in constraint "%s".', implode('", "', $invalidOptions), static::class) | /src/Symfony/Component/Validator/Constraint.php | 167 |
sprintf('No default option is configured for constraint "%s".', static::class) | /src/Symfony/Component/Validator/Constraint.php | 155 |
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 89 |
sprintf('The offset "%s" does not exist.', $offset) | /src/Symfony/Component/Validator/ConstraintViolationList.php | 76 |
sprintf('"%s::$groups" is set to null. Did you forget to call "%s::__construct()"?', static::class, self::class) | /src/Symfony/Component/Validator/Constraint.php | 228 |
sprintf('The option "%s" does not exist in constraint "%s".', $option, static::class) | /src/Symfony/Component/Validator/Constraint.php | 214 |
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 159 |
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 143 |
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 125 |
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 107 |
'You cannot set a custom mapping cache after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 237 |
'You cannot set a custom metadata factory after adding custom mappings. You should do either of both.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 221 |
'You cannot enable attribute mapping after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 193 |
'You cannot add custom mappings after setting a custom metadata factory. Configure your metadata factory instead.' | /src/Symfony/Component/Validator/ValidatorBuilder.php | 177 |
'The data must belong to a backed enumeration.' | /src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php | 40 |
'The data must belong to a backed enumeration.' | /src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php | 57 |
sprintf('Invalid callback found for attribute "%s" in the "%s"%s context option.', $attribute, self::CALLBACKS, '' !== $contextType ? " $contextType" : '') | /src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php | 506 |
sprintf('The "%s" format is not valid.', $context[self::NORMALIZATION_FORMAT_KEY] ?? $this->defaultContext[self::NORMALIZATION_FORMAT_KEY]) | /src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php | 60 |
'You must tag at least one service as "serializer.encoder" to use the "serializer" service.' | /src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php | 45 |
sprintf('The "%s()" method cannot be called as nested encoder doesn\'t implements "%s".', __METHOD__, EncoderInterface::class) | /src/Symfony/Component/Serializer/Debug/TraceableEncoder.php | 39 |
'The data must belong to a backed enumeration of type ' . $type | /src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php | 80 |
'You must tag at least one service as "serializer.normalizer" to use the "serializer" service.' | /src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php | 41 |
sprintf('The "%s()" method cannot be called as nested normalizer doesn\'t implements "%s".', __METHOD__, DenormalizerInterface::class) | /src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php | 71 |
'Resolving commands is not supported on Windows.' | /src/Symfony/Component/Dotenv/Dotenv.php | 443 |
sprintf('The "%s()" method cannot be called as nested encoder doesn\'t implements "%s".', __METHOD__, DecoderInterface::class) | /src/Symfony/Component/Serializer/Debug/TraceableEncoder.php | 65 |
sprintf('The "%s()" method cannot be called as nested normalizer doesn\'t implements "%s".', __METHOD__, NormalizerInterface::class) | /src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php | 45 |
sprintf('The error code "%s" does not exist for constraint of type "%s".', $errorCode, static::class) | /src/Symfony/Component/Validator/Constraint.php | 77 |
sprintf('No default option is configured for constraint "%s".', static::class) | /src/Symfony/Component/Validator/Constraint.php | 134 |
'Resolving commands requires the Symfony Process component. Try running "composer require symfony/process".' | /src/Symfony/Component/Dotenv/Dotenv.php | 447 |
sprintf('Constraint validator "%s" does not exist or is not enabled. Check the "validatedBy" method in your constraint class "%s".', $name, get_debug_type($constraint)) | /src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php | 47 |
sprintf('The Doctrine connection "%s" referenced in service "%s" does not exist. Available connections names: "%s".', $con, $id, implode('", "', array_keys($this->connections))) | /src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php | 82 |
'configurationPattern and registerAliasMethodName are required to register namespace alias.' | /src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php | 110 |
sprintf('You cannot enable "auto_mapping" on more than one manager at the same time (found in "%s" and "%s"").', $autoMappedManager, $name) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 417 |
sprintf('Doctrine event listener "%s" must specify the "event" attribute.', $id) | /src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php | 78 |
sprintf('Unrecognized threshold "%s", expected one of "%s".', $group, implode('", "', $groups)) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 79 |
sprintf('Threshold for group "%s" has invalid value "%s".', $group, $threshold) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 82 |
sprintf('Could not find the manager name parameter in the container. Tried the following parameter names: "%s".', implode('", "', $this->managerParameters)) | /src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php | 196 |
sprintf('The configured log file "%s" is not writeable.', $file) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php | 304 |
sprintf('Bundle "%s" does not exist or it is not enabled.', $mappingName) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 86 |
sprintf('Invalid Doctrine mapping path given. Cannot load Doctrine mapping/bundle named "%s".', $mappingName) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 126 |
sprintf('Unable to create the Doctrine Proxy directory "%s".', $proxyCacheDir) | /src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php | 47 |
sprintf('The Doctrine Proxy directory "%s" is not writeable for the current system user.', $proxyCacheDir) | /src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php | 50 |
sprintf('Can only configure "xml", "yml", "php", "staticphp" or "attribute" through the DoctrineBundle. Use your own bundle to configure other metadata drivers. You can register them by adding a new driver to the "%s" service definition.', $this->getObjectManagerElementName($objectManagerName . '_metadata_driver')) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 229 |
sprintf('"%s" is an unrecognized Doctrine cache driver.', $cacheDriver['type']) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 325 |
sprintf('Mapping definitions for Doctrine manager "%s" require at least the "type", "dir" and "prefix" options.', $objectManagerName) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 221 |
sprintf('Specified non-existing directory "%s" as Doctrine mapping source.', $mappingConfig['dir']) | /src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php | 225 |
'This script must be run from the command line.' | /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php | 16 |
sprintf('No vendors found for path "%s".', $path) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php | 316 |
'Check with originatesFromAnObject() before calling this method.' | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php | 200 |
'Check with originatesFromAnObject() before calling this method.' | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php | 189 |
sprintf('The "%s()" method is not supported by Symfony\'s PHPUnit Bridge ExpectDeprecationTrait, pass the message to expectDeprecation() instead.', __FUNCTION__) | /src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php | 55 |
sprintf('The "%s()" method requires the string $message argument.', __FUNCTION__) | /src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php | 25 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php | 102 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php | 97 |
'You cannot use the "generateBaseline" configuration option without providing a "baselineFile" configuration option.' | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 139 |
sprintf('Invalid pattern found in "%s" on line "%d"', $ignoreFile, 1 + $line) . substr($m, 12) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 124 |
sprintf('The ignoreFile "%s" does not exist.', $ignoreFile) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 121 |
sprintf('Unsupported verbosity group "%s", expected one of "%s".', $group, implode('", "', array_keys($this->verboseOutput))) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 114 |
'Check with originatesFromDebugClassLoader() before calling this method.' | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php | 175 |
sprintf('Unknown configuration option "%s".', $key) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 315 |
preg_last_error_msg( ) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 195 |
sprintf('The baselineFile "%s" does not exist.', $this->baselineFile) | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php | 150 |
sprintf('The "$idReader" argument of "%s" must be null when the query cannot be optimized because of composite id fields.', __METHOD__) | /src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php | 44 |
'Not defining the IdReader explicitly as a value callback when the query can be optimized is not supported.' | /src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php | 63 |
'Not defining the IdReader explicitly as a value callback when the query can be optimized is not supported.' | /src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php | 72 |
'Expected a Doctrine\Common\Collections\Collection object.' | /src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php | 44 |
sprintf('Class "%s" seems not to be a managed Doctrine entity. Did you forget to map it?', $options['class']) | /src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php | 175 |
sprintf('Expected an instance of "%s", but got "%s".', QueryBuilder::class, get_debug_type($queryBuilder)) | /src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php | 54 |
sprintf('Expected an instance of "%s", but got "%s".', QueryBuilder::class, get_debug_type($queryBuilder)) | /src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php | 77 |
'At least one field has to be specified.' | /src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php | 58 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php | 120 |
'User with id ' . json_encode($id) . ' not found.' | /src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php | 94 |
'No token found.' | /src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php | 84 |
'No token found.' | /src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php | 56 |
sprintf('You cannot use the "%s" if the ExpressionLanguage component is not available. Try running "composer require symfony/expression-language".', __CLASS__) | /src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php | 198 |
sprintf('"%s" object not found by "%s".', $options->class, self::class) . $message | /src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php | 76 |
'Unsupported Connection' | /src/Symfony/Bridge/Doctrine/Tests/SchemaListener/LockStoreSchemaListenerTest.php | 55 |
sprintf('Expected "%s", got "%s"', 'Symfony\Bridge\Doctrine\Tests\PropertyInfo\Fixtures\Foo', get_debug_type($value)) | /src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php | 41 |
sprintf('Unable to find the object manager associated with an entity of class "%s".', get_debug_type($entity)) | /src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php | 79 |
sprintf('Object manager "%s" does not exist.', $constraint->em) | /src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php | 73 |
sprintf('The "%s" entity repository does not support the "%s" entity. The entity should be an instance of or extend "%s".', $constraint->entityClass, $class->getName( ), $supportedClass) | /src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php | 132 |
sprintf('The field "%s" is not mapped by Doctrine, so it cannot be validated for uniqueness.', $fieldName) | /src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php | 90 |
sprintf('User "%s" not found.', $identifier) | /src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php | 64 |
sprintf('You must either make the "%s" entity Doctrine Repository ("%s") implement "Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface" or set the "property" option in the corresponding entity provider configuration.', $this->classOrAlias, get_debug_type($repository)) | /src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php | 57 |
'You cannot refresh a user from the EntityUserProvider that does not contain an identifier. The user object has to be serialized with its own identifier mapped by Doctrine.' | /src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php | 89 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php | 77 |
sprintf('Argument 2 passed to "%s()" must be a locale passed as a string when the message is a "%s", "%s" given.', __METHOD__, TranslatableInterface::class, get_debug_type($arguments)) | /src/Symfony/Bridge/Twig/Extension/TranslationExtension.php | 103 |
sprintf('Unless the message is a "%s", argument 2 passed to "%s()" must be an array of parameters, "%s" given.', TranslatableInterface::class, __METHOD__, get_debug_type($arguments)) | /src/Symfony/Bridge/Twig/Extension/TranslationExtension.php | 114 |
'The "app.current_route_parameters" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 211 |
sprintf('You cannot use the "%s" if the Translation Contracts are not available. Try running "composer require symfony/translation".', __CLASS__) | /src/Symfony/Bridge/Twig/Extension/TranslationExtension.php | 50 |
'The "app.enabled_locales" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 156 |
'The "app.current_route" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 199 |
'The "app.debug" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 138 |
'The "app.locale" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 147 |
'The "app.session" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 113 |
'The "app.environment" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 126 |
'The "app.user" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 89 |
'The "app.request" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 101 |
sprintf('Server start failed on "%s": ', $host) . $errstr . ' ' . $errno | /src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php | 105 |
'The "app.token" variable is not available.' | /src/Symfony/Bridge/Twig/AppVariable.php | 75 |
'Email creation callback should not have been called in this test' | /src/Symfony/Bridge/Monolog/Tests/Handler/MailerHandlerTest.php | 67 |
'Package "symfony/expression-language" is required to use the "filter" option. Try running "composer require symfony/expression-language".' | /src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php | 84 |
'Boo.' | /src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php | 176 |
'A message inside a trans tag must be a simple text.' | /src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php | 72 |
'Unexpected token. Twig was looking for the "with", "from", or "into" keyword.' | /src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php | 63 |
sprintf('Malformed namespaced template name "%s" (expecting "@namespace/template_name").', $name) | /src/Symfony/Bridge/Twig/Command/DebugCommand.php | 492 |
'Unsupported callback type.' | /src/Symfony/Bridge/Twig/Command/DebugCommand.php | 330 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Bridge/Twig/Command/DebugCommand.php | 107 |
sprintf('Argument "name" not supported, it requires the Twig loader "%s".', FilesystemLoader::class) | /src/Symfony/Bridge/Twig/Command/DebugCommand.php | 101 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Bridge/Twig/Command/LintCommand.php | 178 |
sprintf('File or directory "%s" is not readable.', $filename) | /src/Symfony/Bridge/Twig/Command/LintCommand.php | 151 |
'Please provide a filename or pipe template content to STDIN.' | /src/Symfony/Bridge/Twig/Command/LintCommand.php | 101 |
sprintf('You cannot use "%s" if the Markdown Twig extension is not available. Try running "composer require twig/markdown-extra".', __METHOD__) | /src/Symfony/Bridge/Twig/Mime/NotificationEmail.php | 91 |
sprintf('You cannot use "%s" if the "%s" Twig extension%s not available. Try running "%s".', static::class, implode('" and "', $missingPackages), \count($missingPackages) > 1 ? 's are' : ' is', 'composer require ' . implode(' ', array_keys($missingPackages))) | /src/Symfony/Bridge/Twig/Mime/NotificationEmail.php | 57 |
sprintf('A "%s" context cannot have an "email" entry as this is a reserved variable.', get_debug_type($message)) | /src/Symfony/Bridge/Twig/Mime/BodyRenderer.php | 57 |
'Left scope is not mutable.' | /src/Symfony/Bridge/Twig/NodeVisitor/Scope.php | 56 |
sprintf('An instance of "%s" must be provided to use "%s()".', FragmentUriGeneratorInterface::class, __METHOD__) | /src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php | 60 |
sprintf('You cannot use the "%s" as the Translation Component is not installed. Try running "composer require symfony/translation".', __CLASS__) | /src/Symfony/Bridge/Twig/Extension/TranslationExtension.php | 131 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 76 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 91 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 101 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 111 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 122 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 127 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 56 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 66 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 102 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 107 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 112 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 117 |
sprintf('The "%s()" method is not supported by Symfony\'s PHPUnit Bridge ExpectDeprecationTrait.', __FUNCTION__) | /src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php | 63 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php | 38 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php | 43 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php | 97 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php | 148 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php | 143 |
'An exclusion must have a "urls" key.' | /src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php | 40 |
'An exclusion must have a "code" key.' | /src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php | 37 |
sprintf('Could not resolve message from a callable. Instance of "%s" is expected.', Email::class) | /src/Symfony/Bridge/Monolog/Handler/MailerHandler.php | 94 |
sprintf('You cannot use the "%s" as no PSR-17 factories have been provided. Try running "composer require php-http/discovery psr/http-factory-implementation:*".', self::class) | /src/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php | 53 |
sprintf('The "%s" handler needs an HTTP client. Try running "composer require symfony/http-client".', __CLASS__) | /src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php | 62 |
'Could not resolve message as instance of Email or a callable returning it.' | /src/Symfony/Bridge/Monolog/Handler/MailerHandler.php | 97 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php | 90 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php | 70 |
sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname( ), $target, $e->getMessage( )) | /src/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php | 62 |
'The value of the Set-Cookie header is malformed.' | /src/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php | 202 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 136 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 121 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php | 38 |
'Not implemented.' | /src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php | 141 |
sprintf('Using Doctrine subscriber "%s" is not allowed. Register it as a listener instead, using e.g. the #[AsDoctrineListener] or #[AsDocumentListener] attribute.', \is_object($listener) ? get_debug_type($listener) : $listener) | /src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php | 203 |
'Resetting a lazy-ghost-object manager service is not supported.' | /src/Symfony/Bridge/Doctrine/ManagerRegistry.php | 52 |
sprintf('Entity of type "%s" passed to the choice field must be managed. Maybe you forget to persist it in the entity manager?', get_debug_type($object)) | /src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php | 86 |
sprintf('Failed to transform "%s" into "%s".', $value, $type) | /src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php | 84 |
sprintf('Resetting a non-lazy manager service is not supported. Declare the "%s" service as lazy.', $name) | /src/Symfony/Bridge/Doctrine/ManagerRegistry.php | 49 |
sprintf('Resetting a non-lazy manager service is not supported. Declare the "%s" service as lazy.', $name) | /src/Symfony/Bridge/Doctrine/ManagerRegistry.php | 43 |
'Unsupported normalization form.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 247 |
'Matching failed with error: ' . preg_last_error_msg( ) | /src/Symfony/Component/String/AbstractUnicodeString.php | 235 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 271 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 259 |
'Replace callback must return a valid UTF-8 string.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 304 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 283 |
'Matching failed with ' . $k . '.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 323 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 310 |
'Invalid UTF-8 chars.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 369 |
'Matching failed with unknown error code.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 327 |
'Invalid UTF-8 chars.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 415 |
'Invalid UTF-8 chars.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 382 |
sprintf('Argument 1 passed to "%s()" must be a callable or a [Closure, method] lazy-callable, "%s" given.', __METHOD__, '[' . implode(', ', array_map('get_debug_type', $callback)) . ']') | /src/Symfony/Component/String/LazyString.php | 29 |
'Invalid padding type.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 517 |
'The length of the alphabet must in the [2^1, 2^56] range.' | /src/Symfony/Component/String/ByteString.php | 55 |
sprintf('A strictly positive length is expected, "%d" given.', $length) | /src/Symfony/Component/String/ByteString.php | 48 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/CodePointString.php | 177 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/CodePointString.php | 200 |
'Split limit must be a positive integer.' | /src/Symfony/Component/String/CodePointString.php | 214 |
'Split delimiter is empty.' | /src/Symfony/Component/String/CodePointString.php | 218 |
'Split delimiter is not a valid UTF-8 string.' | /src/Symfony/Component/String/CodePointString.php | 226 |
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class) | /src/Symfony/Component/String/AbstractString.php | 266 |
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class) | /src/Symfony/Component/String/AbstractString.php | 315 |
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class) | /src/Symfony/Component/String/AbstractString.php | 343 |
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class) | /src/Symfony/Component/String/AbstractString.php | 365 |
sprintf('Multiplier must be positive, %d given.', $multiplier) | /src/Symfony/Component/String/AbstractString.php | 417 |
'Split behavior when $flags is null must be implemented by child classes.' | /src/Symfony/Component/String/AbstractString.php | 444 |
'Splitting failed with error: ' . preg_last_error_msg( ) | /src/Symfony/Component/String/AbstractString.php | 455 |
sprintf('Method "%s()" must be overridden by class "%s" to deal with non-iterable values.', __FUNCTION__, static::class) | /src/Symfony/Component/String/AbstractString.php | 484 |
sprintf('Unknown transliteration rule "%s".', $rule) | /src/Symfony/Component/String/AbstractUnicodeString.php | 127 |
sprintf('"%s" requires a translit-able iconv implementation, try installing "gnu-libiconv" if you\'re using Alpine Linux.', static::class) | /src/Symfony/Component/String/AbstractUnicodeString.php | 142 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/AbstractUnicodeString.php | 209 |
'The wide width pattern did not match anything.' | /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php | 50 |
'The Unicode version could not be determined.' | /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php | 44 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/String/UnicodeString.php | 368 |
'Split delimiter is not a valid UTF-8 string.' | /src/Symfony/Component/String/UnicodeString.php | 322 |
'This script must be run from the command line.' | /src/Symfony/Component/String/Resources/bin/update-data.php | 15 |
sprintf('The "%s" file could not be written.', $fileName) | /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php | 76 |
'The zero width pattern did not match anything.' | /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php | 65 |
'The Unicode version could not be determined.' | /src/Symfony/Component/String/Resources/WcswidthDataGenerator.php | 59 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Routing/CompiledRoute.php | 71 |
sprintf('You cannot use the "%s()" method as the "symfony/intl" package is not installed. Try running "composer require symfony/intl".', __METHOD__) | /src/Symfony/Component/String/Slugger/AsciiSlugger.php | 95 |
'You cannot use the "Symfony\Component\String\Slugger\AsciiSlugger" as the "symfony/translation-contracts" package is not installed. Try running "composer require symfony/translation-contracts".' | /src/Symfony/Component/String/Slugger/AsciiSlugger.php | 20 |
'This method must be implemented by subclasses.' | /src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php | 25 |
sprintf('Variable name "%s" cannot start with a digit in route pattern "%s". Please use a different name.', $varName, $pattern) | /src/Symfony/Component/Routing/RouteCompiler.php | 139 |
sprintf('Cannot mix UTF-8 requirements with non-UTF-8 pattern "%s".', $pattern) | /src/Symfony/Component/Routing/RouteCompiler.php | 113 |
sprintf('Cannot use UTF-8 route patterns without setting the "utf8" option for route "%s".', $route->getPath( )) | /src/Symfony/Component/Routing/RouteCompiler.php | 110 |
sprintf('Route pattern "%s" cannot contain "_fragment" as a path parameter.', $route->getPath( )) | /src/Symfony/Component/Routing/RouteCompiler.php | 78 |
'Matching failed with ' . $k . '.' | /src/Symfony/Component/String/ByteString.php | 311 |
'Matching failed with unknown error code.' | /src/Symfony/Component/String/ByteString.php | 315 |
'The chunk length must be greater than zero.' | /src/Symfony/Component/String/ByteString.php | 117 |
'Matching failed with error: ' . preg_last_error_msg( ) | /src/Symfony/Component/String/ByteString.php | 243 |
sprintf('Invalid "%s" string.', $fromEncoding ?? 'Windows-1252') | /src/Symfony/Component/String/ByteString.php | 439 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/UnicodeString.php | 42 |
'Split limit must be a positive integer.' | /src/Symfony/Component/String/ByteString.php | 362 |
'Split delimiter is empty.' | /src/Symfony/Component/String/ByteString.php | 366 |
'Unsupported normalization form.' | /src/Symfony/Component/String/UnicodeString.php | 208 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/UnicodeString.php | 227 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/UnicodeString.php | 58 |
'The chunk length must be greater than zero.' | /src/Symfony/Component/String/UnicodeString.php | 69 |
'Split limit must be a positive integer.' | /src/Symfony/Component/String/UnicodeString.php | 308 |
'Split delimiter is empty.' | /src/Symfony/Component/String/UnicodeString.php | 312 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/UnicodeString.php | 258 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/UnicodeString.php | 297 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 541 |
'Normalizers cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 537 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 584 |
'Allowed values cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 580 |
sprintf('Invalid type for deprecation message argument, expected string or \Closure, but got "%s".', get_debug_type($message)) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 445 |
sprintf('The option "%s" does not exist, defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 441 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 500 |
'Normalizers cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 496 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 698 |
'Allowed types cannot be added from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 694 |
'The Info message cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 736 |
sprintf('The option "%s" is already defined.', $option) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 719 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 624 |
'Allowed values cannot be added from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 620 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 664 |
'Allowed types cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 660 |
sprintf('Unable to open path "%s".', $path) | /src/Symfony/Component/Mime/Part/TextPart.php | 154 |
sprintf('Form field values with integer keys can only have one array element, the key being the field name and the value being the field value, %d provided.', \count($item)) | /src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php | 58 |
sprintf('The value of the form field "%s" can only be a string, an array, or an instance of TextPart, "%s" given.', $fieldName, get_debug_type($item)) | /src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php | 74 |
sprintf('Impossible to set header "%s" as it\'s already defined and must be unique.', $header->getName( )) | /src/Symfony/Component/Mime/Header/Headers.php | 173 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Mime/Part/DataPart.php | 158 |
sprintf('The body of "%s" must be a string, a resource, or an instance of "%s" (got "%s").', self::class, File::class, get_debug_type($body)) | /src/Symfony/Component/Mime/Part/TextPart.php | 48 |
sprintf('Path "%s" is not readable.', $path) | /src/Symfony/Component/Mime/Part/TextPart.php | 54 |
sprintf('The encoding must be one of "quoted-printable", "base64", or "8bit" ("%s" given).', $encoding) | /src/Symfony/Component/Mime/Part/TextPart.php | 67 |
'Default values cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 205 |
'Options cannot be made required from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 302 |
'Options cannot be defined from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 373 |
'Options cannot be deprecated from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 437 |
sprintf('The "%s" header must be an instance of "%s" (got "%s").', $header->getName( ), implode('" or "', $headerClasses), get_debug_type($header)) | /src/Symfony/Component/Mime/Header/Headers.php | 244 |
sprintf('Unable to get parameter "%s" on header "%s" as the header is not of class "%s".', $parameter, $name, ParameterizedHeader::class) | /src/Symfony/Component/Mime/Header/Headers.php | 294 |
sprintf('Unable to set parameter "%s" on header "%s" as the header is not defined.', $parameter, $name) | /src/Symfony/Component/Mime/Header/Headers.php | 306 |
sprintf('Unable to set parameter "%s" on header "%s" as the header is not of class "%s".', $parameter, $name, ParameterizedHeader::class) | /src/Symfony/Component/Mime/Header/Headers.php | 311 |
'Removing options via array access is not supported. Use remove() instead.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1201 |
'Setting options via array access is not supported. Use setDefault() instead.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1191 |
'Array access is only supported within closures of lazy options and normalizers.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1178 |
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1118 |
sprintf('Invalid type for deprecation message, expected string but got "%s", return an empty string to ignore.', get_debug_type($message)) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1101 |
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1095 |
sprintf('The option "%s" with value %s is expected to be of type "%s", but is of type "%s".', $this->formatOptions([$option]), $fmtActualValue, $fmtAllowedTypes, $fmtProvidedTypes) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1036 |
sprintf('The option "%s" with value %s is expected to be of type "%s", but one of the elements is of type "%s".', $this->formatOptions([$option]), $fmtActualValue, $fmtAllowedTypes, $fmtProvidedTypes) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1033 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/CodePointString.php | 162 |
'The chunk length must be greater than zero.' | /src/Symfony/Component/String/CodePointString.php | 51 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/CodePointString.php | 42 |
'Invalid UTF-8 string.' | /src/Symfony/Component/String/CodePointString.php | 30 |
sprintf('The option "%s" does not exist.', $option) | /src/Symfony/Component/OptionsResolver/Debug/OptionsResolverIntrospector.php | 32 |
'throwing' | /src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php | 1453 |
'throwing' | /src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php | 1429 |
'Counting is only supported within closures of lazy options and normalizers.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 1216 |
'Options cannot be resolved from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 863 |
sprintf((\count($diff) > 1 ? 'The options "%s" do not exist.' : 'The option "%s" does not exist.') . ' Defined options are: "%s".', $this->formatOptions(array_keys($diff)), implode('", "', array_keys($clone->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 876 |
'Options cannot be removed from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 801 |
'Options cannot be cleared from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 822 |
'The prototype property cannot be set from a lazy option or normalizer.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 770 |
'The prototype property cannot be set from a root definition.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 774 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 740 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 754 |
sprintf('The value of the option "%s" is expected to be of type array of array, but is of type array of "%s".', $this->formatOptions([$option]), get_debug_type($prototypeValue)) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 976 |
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 997 |
sprintf('The options "%s" have a cyclic dependency.', $this->formatOptions(array_keys($this->calling))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 954 |
sprintf('The nested option "%s" with value %s is expected to be of type array, but is of type "%s".', $this->formatOptions([$option]), $this->formatValue($value), get_debug_type($value)) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 958 |
sprintf('The option "%s" does not exist. Defined options are: "%s".', $this->formatOptions([$option]), implode('", "', array_keys($this->defined))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 942 |
sprintf('The optional option "%s" has no value set. You should make sure it is set with "isset" before reading it.', $this->formatOptions([$option])) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 945 |
sprintf(\count($diff) > 1 ? 'The required options "%s" are missing.' : 'The required option "%s" is missing.', $this->formatOptions(array_keys($diff))) | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 896 |
'Array access is only supported within closures of lazy options and normalizers.' | /src/Symfony/Component/OptionsResolver/OptionsResolver.php | 927 |
'Unable to guess the MIME type as no guessers are available (have you enabled the php_fileinfo extension?).' | /src/Symfony/Component/Mime/MimeTypes.php | 129 |
sprintf('The "%s" file does not exist or is not readable.', $path) | /src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php | 61 |
sprintf('The "%s" guesser is not supported.', __CLASS__) | /src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php | 65 |
sprintf('The "%s" class cannot be used as it needs "%s". Try running "composer require egulias/email-validator".', __CLASS__, EmailValidator::class) | /src/Symfony/Component/Mime/Address.php | 45 |
sprintf('Email "%s" does not comply with addr-spec of RFC 2822.', $address) | /src/Symfony/Component/Mime/Address.php | 54 |
sprintf('Could not parse "%s" to a "%s" instance.', $address, self::class) | /src/Symfony/Component/Mime/Address.php | 100 |
'Unable to send the email as its generator is already closed.' | /src/Symfony/Component/Mime/RawMessage.php | 58 |
sprintf('The "%s" file does not exist or is not readable.', $path) | /src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php | 44 |
'Cannot send messages marked as "draft".' | /src/Symfony/Component/Mime/Email.php | 396 |
'A message must have a text or an HTML part or attachments.' | /src/Symfony/Component/Mime/Email.php | 405 |
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message)) | /src/Symfony/Component/Mime/MessageConverter.php | 58 |
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message)) | /src/Symfony/Component/Mime/MessageConverter.php | 64 |
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message)) | /src/Symfony/Component/Mime/MessageConverter.php | 76 |
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message)) | /src/Symfony/Component/Mime/MessageConverter.php | 93 |
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($message)) | /src/Symfony/Component/Mime/MessageConverter.php | 104 |
sprintf('Unable to create an Email from an instance of "%s" as the body is too complex.', get_debug_type($email)) | /src/Symfony/Component/Mime/MessageConverter.php | 114 |
sprintf('The base64 encoded data (%s) contains invalid characters.', $parsedBinaryData) | /src/Symfony/Component/Yaml/Inline.php | 787 |
sprintf('The normalized base64 encoded data (data without whitespace characters) length must be a multiple of four (%d bytes given).', \strlen($parsedBinaryData)) | /src/Symfony/Component/Yaml/Inline.php | 783 |
sprintf('File or directory "%s" is not readable.', $filename) | /src/Symfony/Component/Yaml/Command/LintCommand.php | 114 |
'Please provide a filename or pipe file content to STDIN.' | /src/Symfony/Component/Yaml/Command/LintCommand.php | 108 |
'"from()" must be called with at least one address.' | /src/Symfony/Component/Mime/Email.php | 124 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Component/Yaml/Command/LintCommand.php | 154 |
sprintf('The body must be a string, a resource or null (got "%s").', get_debug_type($body)) | /src/Symfony/Component/Mime/Email.php | 304 |
sprintf('The body must be a string, a resource or null (got "%s").', get_debug_type($body)) | /src/Symfony/Component/Mime/Email.php | 273 |
sprintf('The enum "%s" defines no value next to its name.', $enum) | /src/Symfony/Component/Yaml/Inline.php | 663 |
sprintf('The string "%s" is not the name of a valid enum.', $enum) | /src/Symfony/Component/Yaml/Inline.php | 657 |
sprintf('The string "%s" could not be parsed as it uses an unsupported built-in tag.', $scalar) | /src/Symfony/Component/Yaml/Inline.php | 679 |
sprintf('The string "%s" could not be parsed as an enum. Did you forget to pass the "Yaml::PARSE_CONSTANT" flag to the parser?', $scalar) | /src/Symfony/Component/Yaml/Inline.php | 669 |
sprintf('The built-in tag "!%s" is not implemented.', $tag) | /src/Symfony/Component/Yaml/Inline.php | 764 |
'Using the unquoted scalar value "!" is not supported. You must quote it.' | /src/Symfony/Component/Yaml/Inline.php | 751 |
sprintf('Tags support is not enabled. Enable the "Yaml::PARSE_CUSTOM_TAGS" flag to use "!%s".', $tag) | /src/Symfony/Component/Yaml/Inline.php | 775 |
sprintf('Missing value for tag "%s".', $tag) | /src/Symfony/Component/Yaml/Inline.php | 768 |
'Unable to set the base64 content encoder to the filter.' | /src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php | 32 |
'This script must be run from the command line.' | /src/Symfony/Component/Mime/Resources/bin/update_mime_types.php | 13 |
sprintf('Method "%s" takes a stream as a first argument.', __METHOD__) | /src/Symfony/Component/Mime/Encoder/QpContentEncoder.php | 22 |
sprintf('Method "%s" takes a stream as a first argument.', __METHOD__) | /src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php | 24 |
sprintf('Invalid cid "%s".', $cid) | /src/Symfony/Component/Mime/Part/DataPart.php | 69 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Mime/Part/DataPart.php | 154 |
'Should never be called.' | /src/Symfony/Component/Mime/Tests/MimeTypesTest.php | 39 |
sprintf('File does not exist: "%s"', $path) | /src/Symfony/Component/Mime/Tests/Crypto/SMimeTestCase.php | 36 |
'Can only test a message subject on an Email instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php | 32 |
'Unable to test a message header on a RawMessage instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailHasHeader.php | 37 |
'Unable to test a message text body on a RawMessage or Message instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailTextBodyContains.php | 38 |
'Unable to test a message header on a RawMessage instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailHeaderSame.php | 40 |
'Unable to test a message HTML body on a RawMessage or Message instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailHtmlBodyContains.php | 38 |
'Unable to test a message attachment on a RawMessage or Message instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailAttachmentCount.php | 40 |
'Unable to test a message address on a RawMessage instance.' | /src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php | 41 |
'Unable to test a message address on a non-address header.' | /src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php | 57 |
'Unable to load DKIM private key: ' . openssl_error_string( ) | /src/Symfony/Component/Mime/Crypto/DkimSigner.php | 47 |
'PHP extension "openssl" is required to use DKIM.' | /src/Symfony/Component/Mime/Crypto/DkimSigner.php | 45 |
sprintf('Failed to encrypt S/Mime message. Error: "%s".', openssl_error_string( )) | /src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php | 52 |
'PHP extension "openssl" is required to use SMime.' | /src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php | 32 |
sprintf('File does not exist: "%s".', $path) | /src/Symfony/Component/Mime/Crypto/SMime.php | 27 |
sprintf('The "%s" DKIM signing algorithm is not supported yet.', self::ALGO_ED25519) | /src/Symfony/Component/Mime/Crypto/DkimSigner.php | 122 |
'Unable to sign DKIM hash: ' . openssl_error_string( ) | /src/Symfony/Component/Mime/Crypto/DkimSigner.php | 119 |
sprintf('Invalid DKIM signing algorithm "%s".', $options['algorithm']) | /src/Symfony/Component/Mime/Crypto/DkimSigner.php | 65 |
'An email must have a "From" or a "Sender" header.' | /src/Symfony/Component/Mime/Message.php | 132 |
'An email must have a "To", "Cc", or "Bcc" header.' | /src/Symfony/Component/Mime/Message.php | 128 |
'An email must have a "From" or a "Sender" header.' | /src/Symfony/Component/Mime/Message.php | 78 |
sprintf('The "%s" guesser is not supported.', __CLASS__) | /src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php | 48 |
sprintf('Failed to sign S/Mime message. Error: "%s".', openssl_error_string( )) | /src/Symfony/Component/Mime/Crypto/SMimeSigner.php | 60 |
'PHP extension "openssl" is required to use SMime.' | /src/Symfony/Component/Mime/Crypto/SMimeSigner.php | 37 |
'An email must have a "From" or a "Sender" header.' | /src/Symfony/Component/Mime/Message.php | 148 |
'A "From" header must have at least one email address.' | /src/Symfony/Component/Mime/Message.php | 144 |
sprintf('Reference "%s" does not exist.', $value) | /src/Symfony/Component/Yaml/Parser.php | 712 |
sprintf('Unexpected characters near "%s".', substr($this->currentLine, $cursor)) | /src/Symfony/Component/Yaml/Parser.php | 752 |
'A colon cannot be used in an unquoted mapping value.' | /src/Symfony/Component/Yaml/Parser.php | 788 |
preg_last_error_msg( ) | /src/Symfony/Component/Yaml/Parser.php | 1044 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 479 |
'Indentation problem.' | /src/Symfony/Component/Yaml/Parser.php | 593 |
'Indentation problem.' | /src/Symfony/Component/Yaml/Parser.php | 649 |
sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$value])), $value) | /src/Symfony/Component/Yaml/Parser.php | 709 |
'Multiple documents are not supported.' | /src/Symfony/Component/Yaml/Parser.php | 407 |
'Complex mappings are not supported.' | /src/Symfony/Component/Yaml/Parser.php | 411 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 441 |
'Mapping values are not allowed in multi-line blocks.' | /src/Symfony/Component/Yaml/Parser.php | 445 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 364 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 372 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 385 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 393 |
sprintf('Duplicate key "%s" detected.', $key) | /src/Symfony/Component/Yaml/Parser.php | 332 |
sprintf('Duplicate key "%s" detected.', $key) | /src/Symfony/Component/Yaml/Parser.php | 309 |
'Unable to parse.' | /src/Symfony/Component/Yaml/Parser.php | 351 |
sprintf('Duplicate key "%s" detected.', $key) | /src/Symfony/Component/Yaml/Parser.php | 342 |
'YAML merge keys used with a scalar value instead of an array.' | /src/Symfony/Component/Yaml/Parser.php | 246 |
sprintf('Reference "%s" does not exist.', $refName) | /src/Symfony/Component/Yaml/Parser.php | 236 |
'Merge items must be arrays.' | /src/Symfony/Component/Yaml/Parser.php | 276 |
'YAML merge keys used with a scalar value instead of an array.' | /src/Symfony/Component/Yaml/Parser.php | 263 |
'You cannot define a mapping item when in a sequence.' | /src/Symfony/Component/Yaml/Parser.php | 204 |
'Complex mappings are not supported.' | /src/Symfony/Component/Yaml/Parser.php | 157 |
sprintf('Circular reference [%s] detected for reference "%s".', implode(', ', array_merge(\array_slice($this->refsBeingParsed, $pos), [$refName])), $refName) | /src/Symfony/Component/Yaml/Parser.php | 233 |
(is_numeric($key) ? 'Numeric' : 'Non-string') . ' keys are not supported. Quote your evaluable mapping keys instead.' | /src/Symfony/Component/Yaml/Parser.php | 218 |
'The YAML value does not appear to be valid UTF-8.' | /src/Symfony/Component/Yaml/Parser.php | 80 |
sprintf('File "%s" cannot be read.', $filename) | /src/Symfony/Component/Yaml/Parser.php | 57 |
'You cannot define a sequence item when in a mapping.' | /src/Symfony/Component/Yaml/Parser.php | 146 |
'A YAML file cannot contain tabs as indentation.' | /src/Symfony/Component/Yaml/Parser.php | 138 |
'Missing value for tag "!php/enum".' | /src/Symfony/Component/Yaml/Inline.php | 642 |
sprintf('The enum "%s" is not defined.', $enum) | /src/Symfony/Component/Yaml/Inline.php | 651 |
sprintf('The constant "%s" is not defined.', $const) | /src/Symfony/Component/Yaml/Inline.php | 632 |
sprintf('The string "%s" could not be parsed as a constant. Did you forget to pass the "Yaml::PARSE_CONSTANT" flag to the parser?', $scalar) | /src/Symfony/Component/Yaml/Inline.php | 635 |
'Object support when parsing a YAML file has been disabled.' | /src/Symfony/Component/Yaml/Inline.php | 617 |
'Missing value for tag "!php/const".' | /src/Symfony/Component/Yaml/Inline.php | 624 |
sprintf('Reference "%s" does not exist.', $value) | /src/Symfony/Component/Yaml/Inline.php | 577 |
'Missing value for tag "!php/object".' | /src/Symfony/Component/Yaml/Inline.php | 610 |
sprintf('Malformed inline YAML string: "%s".', $mapping) | /src/Symfony/Component/Yaml/Inline.php | 551 |
'A reference must contain at least one character.' | /src/Symfony/Component/Yaml/Inline.php | 573 |
sprintf('Duplicate key "%s" detected.', $key) | /src/Symfony/Component/Yaml/Inline.php | 518 |
sprintf('Duplicate key "%s" detected.', $key) | /src/Symfony/Component/Yaml/Inline.php | 541 |
'Colons must be followed by a space or an indication character (i.e. " ", ",", "[", "]", "{", "}").' | /src/Symfony/Component/Yaml/Inline.php | 465 |
sprintf('Duplicate key "%s" detected.', $key) | /src/Symfony/Component/Yaml/Inline.php | 499 |
'Missing mapping key.' | /src/Symfony/Component/Yaml/Inline.php | 444 |
'Implicit casting of incompatible mapping keys to strings is not supported. Quote your evaluable mapping keys instead.' | /src/Symfony/Component/Yaml/Inline.php | 460 |
sprintf('Malformed inline YAML string: "%s".', $sequence) | /src/Symfony/Component/Yaml/Inline.php | 407 |
sprintf('Malformed inline YAML string: "%s".', substr($scalar, $i)) | /src/Symfony/Component/Yaml/Inline.php | 327 |
sprintf('The reserved indicator "%s" cannot start a plain scalar; you need to quote the scalar.', $output[0]) | /src/Symfony/Component/Yaml/Inline.php | 308 |
sprintf('Malformed inline YAML string: "%s".', $scalar) | /src/Symfony/Component/Yaml/Inline.php | 303 |
sprintf('Unexpected characters (%s).', substr($scalar, $i)) | /src/Symfony/Component/Yaml/Inline.php | 283 |
sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)) | /src/Symfony/Component/Yaml/Inline.php | 280 |
'Object support when dumping a YAML file has been disabled.' | /src/Symfony/Component/Yaml/Inline.php | 134 |
sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)) | /src/Symfony/Component/Yaml/Inline.php | 108 |
sprintf('Unexpected characters near "%s".', substr($value, $i)) | /src/Symfony/Component/Yaml/Inline.php | 85 |
'The indentation must be greater than zero.' | /src/Symfony/Component/Yaml/Dumper.php | 33 |
sprintf('Found unknown escape character "%s".', $value) | /src/Symfony/Component/Yaml/Unescaper.php | 87 |
'Malformed inline YAML string.' | /src/Symfony/Component/Yaml/Parser.php | 1221 |
'Malformed unquoted YAML string.' | /src/Symfony/Component/Yaml/Parser.php | 1159 |
'Malformed inline YAML string.' | /src/Symfony/Component/Yaml/Parser.php | 1150 |
sprintf('Tags support is not enabled. You must use the flag "Yaml::PARSE_CUSTOM_TAGS" to use "%s".', $matches['tag']) | /src/Symfony/Component/Yaml/Parser.php | 1086 |
sprintf('The built-in tag "!%s" is not implemented.', $tag) | /src/Symfony/Component/Yaml/Parser.php | 1079 |
sprintf('Direction "%s" is not valid, valid directions are: "%s".', $direction, implode(', ', self::VALID_DIRECTIONS)) | /src/Symfony/Component/Workflow/Dumper/MermaidDumper.php | 188 |
sprintf('Transition type "%s" is not valid, valid types are: "%s".', $transitionType, implode(', ', self::VALID_TRANSITION_TYPES)) | /src/Symfony/Component/Workflow/Dumper/MermaidDumper.php | 195 |
sprintf('The "%s" service is needed to be able to use the workflow guard listener.', $service) | /src/Symfony/Component/Workflow/DependencyInjection/WorkflowGuardListenerPass.php | 41 |
"Transition type '$transitionType' does not exist." | /src/Symfony/Component/Workflow/Dumper/PlantUmlDumper.php | 59 |
'There is no started section to stop.' | /src/Symfony/Component/Stopwatch/Stopwatch.php | 89 |
sprintf('Event "%s" is not started.', $name) | /src/Symfony/Component/Stopwatch/Section.php | 118 |
'"is_valid" cannot be used as the Validator component is not installed. Try running "composer require symfony/validator".' | /src/Symfony/Component/Workflow/EventListener/ExpressionLanguage.php | 33 |
sprintf('The section "%s" has been started at an other level and cannot be opened.', $id) | /src/Symfony/Component/Stopwatch/Stopwatch.php | 67 |
sprintf('Unable to find a consumer for message of type "%s".', $message->getType( )) | /src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php | 31 |
sprintf('The consumer "%s" for message of type "%s" must implement "%s".', get_debug_type($consumer), $message->getType( ), ConsumerInterface::class) | /src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php | 36 |
sprintf('Event "%s" is not known.', $name) | /src/Symfony/Component/Stopwatch/Section.php | 142 |
'stop() called but start() has not been called before.' | /src/Symfony/Component/Stopwatch/StopwatchEvent.php | 91 |
sprintf('Expecting a DOMNodeList or DOMNode instance, an array, a string, or null, but got "%s".', get_debug_type($node)) | /src/Symfony/Component/DomCrawler/Crawler.php | 120 |
'Attaching DOM nodes from multiple documents in the same crawler is forbidden.' | /src/Symfony/Component/DomCrawler/Crawler.php | 278 |
sprintf('The URL of the element is relative, so you must define its base URI passing an absolute URL to the constructor of the "%s" class ("%s" was passed).', __CLASS__, $this->currentUri) | /src/Symfony/Component/DomCrawler/AbstractUriElement.php | 41 |
sprintf('Unable to navigate from a "%s" tag.', $node->nodeName) | /src/Symfony/Component/DomCrawler/Link.php | 29 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 447 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 433 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 408 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 380 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 530 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 514 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 485 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 461 |
'Cannot evaluate the expression on an uninitialized crawler.' | /src/Symfony/Component/DomCrawler/Crawler.php | 644 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 622 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 601 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 553 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 807 |
sprintf('The current node list should contain only DOMElement instances, "%s" found.', get_debug_type($node)) | /src/Symfony/Component/DomCrawler/Crawler.php | 790 |
sprintf('The selected node should be instance of DOMElement, got "%s".', get_debug_type($node)) | /src/Symfony/Component/DomCrawler/Crawler.php | 772 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 766 |
sprintf('The selected node should be instance of DOMElement, got "%s".', get_debug_type($node)) | /src/Symfony/Component/DomCrawler/Crawler.php | 813 |
sprintf('The current node list should contain only DOMElement instances, "%s" found.', get_debug_type($node)) | /src/Symfony/Component/DomCrawler/Crawler.php | 829 |
'The current node list is empty.' | /src/Symfony/Component/DomCrawler/Crawler.php | 846 |
sprintf('The selected node should be instance of DOMElement, got "%s".', get_debug_type($node)) | /src/Symfony/Component/DomCrawler/Crawler.php | 852 |
'To filter with a CSS selector, install the CssSelector component ("composer require symfony/css-selector"). Or use filterXpath instead.' | /src/Symfony/Component/DomCrawler/Crawler.php | 1193 |
sprintf('Unreachable field "%s".', $path) | /src/Symfony/Component/DomCrawler/FormFieldRegistry.php | 79 |
sprintf('Cannot set value on a compound field "%s".', $name) | /src/Symfony/Component/DomCrawler/FormFieldRegistry.php | 119 |
sprintf('The selected node has an invalid form attribute (%s).', $formId) | /src/Symfony/Component/DomCrawler/Form.php | 363 |
'The selected node does not have a form ancestor.' | /src/Symfony/Component/DomCrawler/Form.php | 372 |
sprintf('Unable to submit on a "%s" tag.', $node->nodeName) | /src/Symfony/Component/DomCrawler/Form.php | 376 |
'The URI is relative, so you must define its base URI passing an absolute URL.' | /src/Symfony/Component/DomCrawler/UriResolver.php | 41 |
sprintf('Unable to visualize a "%s" tag.', $node->nodeName) | /src/Symfony/Component/DomCrawler/Image.php | 32 |
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other)) | /src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php | 36 |
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other)) | /src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php | 52 |
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other)) | /src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php | 41 |
sprintf('"%s" constraint expected an argument of type "%s", got "%s".', self::class, Crawler::class, get_debug_type($other)) | /src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php | 64 |
sprintf('A FileFormField can only be created from an input tag (%s given).', $this->node->nodeName) | /src/Symfony/Component/DomCrawler/Field/FileFormField.php | 93 |
sprintf('The error code "%s" is not valid.', $error) | /src/Symfony/Component/DomCrawler/Field/FileFormField.php | 32 |
sprintf('A TextareaFormField can only be created from a textarea tag (%s given).', $this->node->nodeName) | /src/Symfony/Component/DomCrawler/Field/TextareaFormField.php | 29 |
sprintf('A FileFormField can only be created from an input tag with a type of file (given type is "%s").', $this->node->getAttribute('type')) | /src/Symfony/Component/DomCrawler/Field/FileFormField.php | 97 |
sprintf('You cannot untick "%s" as it is not a checkbox (%s).', $this->name, $this->type) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 91 |
sprintf('You cannot tick "%s" as it is not a checkbox (%s).', $this->name, $this->type) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 77 |
sprintf('Input "%s" cannot take "%s" as a value (possible values: "%s").', $this->name, $v, implode('", "', $this->availableOptionValues( ))) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 118 |
sprintf('The value for "%s" cannot be an array.', $this->name) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 113 |
sprintf('Unable to add a choice for "%s" as it is not multiple or is not a radio button.', $this->name) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 147 |
sprintf('Input "%s" cannot take "%s" as a value (possible values: "%s").', $this->name, $value, implode('", "', $this->availableOptionValues( ))) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 122 |
sprintf('A ChoiceFormField can only be created from an input tag with a type of checkbox or radio (given type is "%s").', $this->node->getAttribute('type')) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 186 |
sprintf('A ChoiceFormField can only be created from an input or select tag (%s given).', $this->node->nodeName) | /src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php | 182 |
'Checkboxes should be instances of ChoiceFormField.' | /src/Symfony/Component/DomCrawler/Field/InputFormField.php | 37 |
sprintf('An InputFormField can only be created from an input or button tag (%s given).', $this->node->nodeName) | /src/Symfony/Component/DomCrawler/Field/InputFormField.php | 32 |
sprintf('File "%s" does not exist.', $filename) | /src/Symfony/Component/Yaml/Parser.php | 53 |
'File inputs should be instances of FileFormField.' | /src/Symfony/Component/DomCrawler/Field/InputFormField.php | 41 |
sprintf('Invalid handler service "%s": type-hint of argument "$%s" in method "%s::%s()" must be a class , "%s" given.', $serviceId, $parameters[0]->getName( ), $handlerClass->getName( ), $methodName, $type instanceof \ReflectionNamedType ? $type->getName( ) : (string) $type) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 235 |
sprintf('Invalid receiver "%s": class "%s" must implement interface "%s".', $id, $receiverClass, ReceiverInterface::class) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 260 |
sprintf('Invalid handler service "%s": argument "$%s" of method "%s::%s()" must have a type-hint corresponding to the message class it handles.', $serviceId, $parameters[0]->getName( ), $handlerClass->getName( ), $methodName) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 213 |
sprintf('Invalid handler service "%s": type-hint of argument "$%s" in method "%s::__invoke()" must be a class , "%s" given.', $serviceId, $parameters[0]->getName( ), $handlerClass->getName( ), implode('|', $invalidTypes)) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 231 |
sprintf('Invalid handler service "%s": class "%s" must have an "%s()" method.', $serviceId, $handlerClass->getName( ), $methodName) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 200 |
sprintf('Invalid handler service "%s": method "%s::%s()" requires at least one argument, first one being the message it handles.', $serviceId, $handlerClass->getName( ), $methodName) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 204 |
sprintf('Invalid handler service "%s": method "%s::%s()" does not exist.', $serviceId, $r->getName( ), $method) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 122 |
sprintf('Invalid handler service "%s": the list of messages to handle is empty.', $serviceId, $r->getName( )) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 141 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Semaphore/Semaphore.php | 48 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Semaphore/Semaphore.php | 53 |
'Failure limit must be greater than zero.' | /src/Symfony/Component/Messenger/EventListener/StopWorkerOnFailureLimitListener.php | 35 |
sprintf('Could not find sender "%s" based on the same receiver to send the failed message to for retry.', $alias) | /src/Symfony/Component/Messenger/EventListener/SendFailedMessageForRetryListener.php | 165 |
'Message limit must be greater than zero.' | /src/Symfony/Component/Messenger/EventListener/StopWorkerOnMessageLimitListener.php | 35 |
'Time limit must be greater than zero.' | /src/Symfony/Component/Messenger/EventListener/StopWorkerOnTimeLimitListener.php | 36 |
sprintf('Invalid middleware: service "%s" not found.', $id) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 353 |
sprintf('Invalid middleware factory "%s": a middleware factory must be an abstract definition.', $id) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 364 |
sprintf('Unsupported Connection: "%s".', $connection::class) | /src/Symfony/Component/Semaphore/Store/StoreFactory.php | 37 |
"The weight ($weight) should be lower or equals to the limit ($limit)." | /src/Symfony/Component/Semaphore/Key.php | 39 |
"The weight ($weight) should be greater than 0." | /src/Symfony/Component/Semaphore/Key.php | 36 |
"The limit ($limit) should be greater than 0." | /src/Symfony/Component/Semaphore/Key.php | 33 |
sprintf('Failed to release the "%s" semaphore.', $this->key) | /src/Symfony/Component/Semaphore/Semaphore.php | 131 |
sprintf('Failed to define an expiration for the "%s" semaphore.', $this->key) | /src/Symfony/Component/Semaphore/Semaphore.php | 112 |
'You have to define an expiration duration.' | /src/Symfony/Component/Semaphore/Semaphore.php | 93 |
sprintf('Failed to acquire the "%s" semaphore.', $this->key) | /src/Symfony/Component/Semaphore/Semaphore.php | 86 |
'Finder::append() method wrong argument type.' | /src/Symfony/Component/Finder/Finder.php | 719 |
'You must call one of in() or append() methods before iterating over a Finder.' | /src/Symfony/Component/Finder/Finder.php | 667 |
sprintf('The "%s" directory does not exist.', $dir) | /src/Symfony/Component/Finder/Finder.php | 646 |
sprintf('"%s()" expects being initialized with a Redis, RedisArray, RedisCluster or Predis\ClientInterface, "%s" given.', __METHOD__, get_debug_type($this->redis)) | /src/Symfony/Component/Semaphore/Store/RedisStore.php | 173 |
"The TTL should be greater than 0, '$ttlInSecond' given." | /src/Symfony/Component/Semaphore/Store/RedisStore.php | 100 |
"The TTL should be greater than 0, '$ttlInSecond' given." | /src/Symfony/Component/Semaphore/Store/RedisStore.php | 37 |
sprintf('Unsupported Connection: "%s".', $connection) | /src/Symfony/Component/Semaphore/Store/StoreFactory.php | 48 |
'Unsupported Redis DSN. Try running "composer require symfony/cache".' | /src/Symfony/Component/Semaphore/Store/StoreFactory.php | 41 |
sprintf('"%s" is not a valid date.', $matches[2]) | /src/Symfony/Component/Finder/Comparator/DateComparator.php | 36 |
sprintf('Incorrect parameter "%s"', $param) | /src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php | 47 |
'Unexpected operation type' | /src/Symfony/Component/Finder/Tests/Iterator/VfsIteratorTestTrait.php | 150 |
'Not implemented' | /src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php | 58 |
sprintf('Don\'t understand "%s" as a number test.', $test ?? 'null') | /src/Symfony/Component/Finder/Comparator/NumberComparator.php | 45 |
sprintf('Invalid number "%s".', $target) | /src/Symfony/Component/Finder/Comparator/NumberComparator.php | 50 |
sprintf('Invalid operator "%s".', $operator) | /src/Symfony/Component/Finder/Comparator/Comparator.php | 25 |
sprintf('Don\'t understand "%s" as a date test.', $test) | /src/Symfony/Component/Finder/Comparator/DateComparator.php | 29 |
'Invalid PHP callback.' | /src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php | 48 |
'The SortableIterator takes a PHP callable or a valid built-in sort algorithm as an argument.' | /src/Symfony/Component/Finder/Iterator/SortableIterator.php | 83 |
sprintf('Unable to find a workflow for class "%s".', get_debug_type($subject)) | /src/Symfony/Component/Workflow/Registry.php | 52 |
sprintf('Too many workflows (%s) match this subject (%s); set a different name on each and use the second (name) argument of this method.', implode(', ', $names), get_debug_type($subject)) | /src/Symfony/Component/Workflow/Registry.php | 58 |
'Not implemented' | /src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php | 68 |
"The \"ignoreVCSIgnored\" option cannot be used by the Finder as the \"{$path}\" file is not readable." | /src/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php | 154 |
'Invalid PHP callback.' | /src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php | 38 |
'This iterator only support returning current as fileinfo.' | /src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php | 40 |
'Unknown callable type.' | /src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php | 197 |
'Missing event name or transition.' | /src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php | 190 |
sprintf('The marking store of workflow "%s" cannot store many places. But the transition "%s" has too many output (%d). Only one is accepted.', $name, $transition->getName( ), \count($transition->getTos( ))) | /src/Symfony/Component/Workflow/Validator/WorkflowValidator.php | 49 |
sprintf('All transitions for a place must have an unique name. Multiple transitions named "%s" where found for place "%s" in workflow "%s".', $transition->getName( ), $from, $name) | /src/Symfony/Component/Workflow/Validator/WorkflowValidator.php | 37 |
sprintf('Place "%s" referenced in transition "%s" does not exist.', $from, $name) | /src/Symfony/Component/Workflow/Definition.php | 111 |
sprintf('Place "%s" cannot be the initial place as it does not exist.', $place) | /src/Symfony/Component/Workflow/Definition.php | 89 |
sprintf('The Marking is empty and there is no initial place for workflow "%s".', $this->name) | /src/Symfony/Component/Workflow/Workflow.php | 86 |
sprintf('Place "%s" referenced in transition "%s" does not exist.', $to, $name) | /src/Symfony/Component/Workflow/Definition.php | 117 |
sprintf('The "%s" argument of "%s" cannot be used without a "workflow" argument.', $argument, self::class) | /src/Symfony/Component/Workflow/Attribute/BuildEventNameTrait.php | 27 |
sprintf('The state machine "%s" cannot store many places. But the definition has %d initial places. Only one is supported.', $name, \count($initialPlaces)) | /src/Symfony/Component/Workflow/Validator/StateMachineValidator.php | 48 |
sprintf('Cannot store marking: class "%s" should have either a public method named "%s()" or a public property named "$%s"; none found.', get_debug_type($subject), $method, $property) | /src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php | 121 |
sprintf('The marking stored in "%s::$%s" is not an array and the Workflow\'s Marking store is instantiated with $singleState=false.', get_debug_type($subject), $this->property) | /src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php | 69 |
sprintf('A transition in StateMachine can only have one output. But the transition "%s" in StateMachine "%s" has %d outputs.', $transition->getName( ), $name, \count($transition->getTos( ))) | /src/Symfony/Component/Workflow/Validator/StateMachineValidator.php | 28 |
sprintf('The marking store of workflow "%s" cannot store many places. But the definition has %d initial places. Only one is supported.', $name, \count($initialPlaces)) | /src/Symfony/Component/Workflow/Validator/WorkflowValidator.php | 55 |
sprintf('A transition from a place/state must have an unique name. Multiple transitions named "%s" from place/state "%s" were found on StateMachine "%s".', $transition->getName( ), $from, $name) | /src/Symfony/Component/Workflow/Validator/StateMachineValidator.php | 40 |
sprintf('A transition in StateMachine can only have one input. But the transition "%s" in StateMachine "%s" has %d inputs.', $transition->getName( ), $name, \count($froms)) | /src/Symfony/Component/Workflow/Validator/StateMachineValidator.php | 34 |
'Expected output never arrived. Got "' . $process->getOutput( ) . '" instead.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php | 259 |
'No "AmqpReceivedStamp" stamp found on the Envelope.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceiver.php | 126 |
'Message publication failed due to a negative acknowledgment (nack) from the broker.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 499 |
'Could not connect to the AMQP server. Please verify the provided DSN.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 491 |
sprintf('The table name must be an instance of "%s" or a string ("%s" given).', AbstractAsset::class, get_debug_type($tableName)) | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php | 299 |
sprintf('Unknown option found in DSN: [%s]. Allowed options are [%s].', implode(', ', $queryExtraKeys), implode(', ', array_keys(static::DEFAULT_OPTIONS))) | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php | 109 |
sprintf('Unknown option found: [%s]. Allowed options are [%s].', implode(', ', $optionsExtraKeys), implode(', ', array_keys(static::DEFAULT_OPTIONS))) | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php | 103 |
'The given Doctrine Messenger DSN is invalid.' | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php | 87 |
'No CA certificate has been provided. Set "amqp.cacert" in your php.ini or pass the "cacert" parameter in the DSN to use SSL. Alternatively, you can use amqp:// to use without SSL.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 227 |
'The given AMQP DSN is invalid.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 169 |
sprintf('You cannot use the "%s" as the "amqp" extension is not installed.', __CLASS__) | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 103 |
'No RedisReceivedStamp found on the Envelope.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php | 103 |
sprintf('Integer expected for queue argument "%s", "%s" given.', $key, get_debug_type($arguments[$key])) | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 265 |
sprintf('Invalid exchange option(s) "%s" passed to the AMQP Messenger transport.', implode('", "', $invalidExchangeOptions)) | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 253 |
sprintf('Invalid queue option(s) "%s" passed to the AMQP Messenger transport.', implode('", "', $invalidQueueOptions)) | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 246 |
sprintf('Invalid option(s) "%s" passed to the AMQP Messenger transport.', implode('", "', $invalidOptions)) | /src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php | 236 |
'No BeanstalkdReceivedStamp found on the Envelope.' | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceiver.php | 79 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 70 |
sprintf('Unknown option found in DSN: [%s]. Allowed options are [%s].', implode(', ', $queryExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS))) | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php | 87 |
json_last_error_msg( ) | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php | 119 |
sprintf('Unknown option found: [%s]. Allowed options are [%s].', implode(', ', $optionsExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS))) | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 117 |
sprintf('Unknown option found in DSN: [%s]. Allowed options are [%s].', implode(', ', $queryExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS))) | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 123 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 75 |
'The given Amazon SQS DSN is invalid.' | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 106 |
'Could not find Doctrine connection from Messenger DSN.' | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransportFactory.php | 48 |
'No DoctrineReceivedStamp found on the Envelope.' | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceiver.php | 125 |
'no id was returned by PostgreSQL from RETURNING clause.' | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php | 455 |
'lastInsertId() returned false, no id was returned.' | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php | 461 |
'The given Beanstalkd DSN is invalid.' | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php | 62 |
sprintf('Unknown option found : [%s]. Allowed options are [%s].', implode(', ', $optionsExtraKeys), implode(', ', array_keys(self::DEFAULT_OPTIONS))) | /src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php | 81 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php | 38 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php | 43 |
sprintf('AsMessageHandler attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name) | /src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php | 803 |
'Unexpected call to handle' | /src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php | 209 |
sprintf('Option "limit" must be a positive integer, "%s" passed.', $limit) | /src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php | 181 |
'Please pass at least one receiver.' | /src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php | 150 |
sprintf('No default failure transport is defined. Available transports are: "%s".', implode('", "', array_keys($this->failureTransports->getProvidedServices( )))) | /src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php | 165 |
sprintf('Option "time-limit" must be a positive integer, "%s" passed.', $timeLimit) | /src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php | 200 |
'Message id must be passed when in non-interactive mode.' | /src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php | 118 |
sprintf('The "%s" failure transport was not found. Available transports are: "%s".', $name, implode('", "', array_keys($this->failureTransports->getProvidedServices( )))) | /src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php | 169 |
sprintf('Failed to create the Amazon SQS queue "%s".', $this->configuration['queue_name']) | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 293 |
sprintf('The Amazon SQS queue "%s" does not exist (or you don\'t have permissions on it), and can\'t be created when an account is provided.', $this->configuration['queue_name']) | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php | 277 |
'Failure from call ' . $this->timesCalled | /src/Symfony/Component/Messenger/Tests/FailureIntegrationTest.php | 585 |
'No AmazonSqsReceivedStamp found on the Envelope.' | /src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceiver.php | 96 |
'handler failed.' | /src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php | 122 |
'failed' | /src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php | 57 |
'Some exception while handling Event level 2a' | /src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php | 202 |
'Some exception while handling first event' | /src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php | 117 |
'Please specify at least one message id. If you want to remove all failed messages, use the "--all" option.' | /src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php | 73 |
'You cannot specify message ids when using the "--all" option.' | /src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php | 75 |
sprintf('The "%s" receiver does not support removing specific messages.', $failureTransportName) | /src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php | 81 |
sprintf('Invalid handler service "%s": bus "%s" specified on the tag "messenger.message_handler" does not exist (known ones are: "%s").', $serviceId, $tag['bus'], implode('", "', $busIds)) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 64 |
sprintf('Invalid service "%s": class "%s" does not exist.', $serviceId, $className) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 71 |
sprintf('The handler configuration needs to return an array of messages or an associated array of message and configuration. Found value of type "%s" at position "%d" for service "%s".', get_debug_type($options), $message, $serviceId) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 91 |
sprintf('Invalid configuration ' . $messageLocation . ' for message "%s": bus "%s" does not exist.', $message, $options['bus']) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 109 |
sprintf('Invalid handler service "%s": class or interface "%s" ' . $messageLocation . ' not found.', $serviceId, $message) | /src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php | 118 |
sprintf('The message with id "%s" could not decoded, it can only be shown or removed.', $this->getMessageId($envelope) ?? '?') | /src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php | 204 |
sprintf('The "%s" receiver does not support retrying messages by id.', $failureTransportName) | /src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php | 245 |
sprintf('The message "%s" was not found.', $id) | /src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php | 256 |
sprintf('The "%s" transport does not exist.', $transport) | /src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php | 67 |
sprintf('An error occurred while setting up the "%s" transport: ', $transportName) . $e->getMessage( ) | /src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php | 83 |
sprintf('The "%s" receiver does not support listing or showing specific messages.', $failureTransportName) | /src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php | 73 |
sprintf('The message "%s" was not found.', $id) | /src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php | 186 |
sprintf('Bus "%s" does not exist. Known buses are "%s".', $bus, implode('", "', array_keys($this->mapping))) | /src/Symfony/Component/Messenger/Command/DebugCommand.php | 68 |
sprintf('Receiver for "%s" does not implement "%s".', $transportName, QueueReceiverInterface::class) | /src/Symfony/Component/Messenger/Worker.php | 89 |
'boo' | /src/Symfony/Component/ErrorHandler/Tests/Fixtures/Throwing.php | 3 |
'This script must be run from the command line.' | /src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php | 14 |
'Invalid logger provided.' | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 258 |
'No logger provided.' | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 251 |
'Unknown error type: ' . $type | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 246 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/ErrorHandler/BufferingLogger.php | 45 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/ErrorHandler/BufferingLogger.php | 40 |
sprintf('Case mismatch between class and real file names: "%s" vs "%s" in "%s".', $message[0], $message[1], $message[2]) | /src/Symfony/Component/ErrorHandler/DebugClassLoader.php | 358 |
sprintf('The autoloader expected class "%s" to be defined in file "%s". The file was found but the class was not in it, the class name or namespace probably has a typo.', $class, $file) | /src/Symfony/Component/ErrorHandler/DebugClassLoader.php | 354 |
sprintf('Trying to autoload a class with an invalid name "%s". Be careful that the namespace separator is "\" in PHP, not "/".', $class) | /src/Symfony/Component/ErrorHandler/DebugClassLoader.php | 351 |
sprintf('Case mismatch between loaded and declared class names: "%s" vs "%s".', $class, $name) | /src/Symfony/Component/ErrorHandler/DebugClassLoader.php | 335 |
sprintf('The maximum number (%d) of redirections was reached.', $this->maxRedirects) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 541 |
'The request was not redirected.' | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 535 |
'To insulate requests, you need to override the getScript() method.' | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 455 |
sprintf('OUTPUT: %s ERROR OUTPUT: %s.', $process->getOutput( ), $process->getErrorOutput( )) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 431 |
'Encoded envelope should have at least a "body" and some "headers", or maybe you should implement your own serializer.' | /src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php | 65 |
'Encoded envelope does not have a "type" header.' | /src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php | 69 |
'No transport supports the given Messenger DSN.' . $packageSuggestion | /src/Symfony/Component/Messenger/Transport/TransportFactory.php | 56 |
sprintf('The "%s" class requires Symfony\'s Serializer component. Try running "composer require symfony/serializer" or use "%s" instead.', __CLASS__, PhpSerializer::class) | /src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php | 52 |
sprintf('No sender for message "%s".', $context['class']) | /src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php | 66 |
'Redelivered message from AMQP detected that will be rejected and trigger the retry logic.' | /src/Symfony/Component/Messenger/Middleware/RejectRedeliveredMessageMiddleware.php | 38 |
sprintf('A handler implementing BatchHandlerInterface must return the size of the current batch as a positive integer, "%s" returned from "%s".', \is_int($result) ? $result : get_debug_type($result), get_debug_type($batchHandler)) | /src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php | 80 |
sprintf('No handler for message "%s".', $context['class']) | /src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php | 117 |
sprintf('The acknowledger was not called by the "%s" batch handler.', $this->handlerClass) | /src/Symfony/Component/Messenger/Handler/Acknowledger.php | 66 |
sprintf('The acknowledger cannot be called twice by the "%s" batch handler.', $this->handlerClass) | /src/Symfony/Component/Messenger/Handler/Acknowledger.php | 73 |
'Envelope is missing a BusNameStamp and no fallback message bus is configured on RoutableMessageBus.' | /src/Symfony/Component/Messenger/RoutableMessageBus.php | 48 |
sprintf('Bus named "%s" does not exist.', $busName) | /src/Symfony/Component/Messenger/RoutableMessageBus.php | 63 |
sprintf('Message of type "%s" was handled multiple times. Only one handler is expected when using "%s::%s()", got %d: %s.', get_debug_type($envelope->getMessage( )), static::class, __FUNCTION__, \count($handledStamps), $handlers) | /src/Symfony/Component/Messenger/HandleTrait.php | 51 |
'Messages passed to RoutableMessageBus::dispatch() must be inside an Envelope.' | /src/Symfony/Component/Messenger/RoutableMessageBus.php | 40 |
sprintf('You must provide a "%s" instance in the "%s::$messageBus" property, but that property has not been initialized yet.', MessageBusInterface::class, static::class) | /src/Symfony/Component/Messenger/HandleTrait.php | 37 |
sprintf('Message of type "%s" was handled zero times. Exactly one handler is expected when using "%s::%s()".', get_debug_type($envelope->getMessage( )), static::class, __FUNCTION__) | /src/Symfony/Component/Messenger/HandleTrait.php | 45 |
sprintf('Delay must be greater than or equal to zero: "%s" given.', $delayMilliseconds) | /src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php | 51 |
'You cannot call reject() on the Messenger SyncTransport.' | /src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php | 47 |
sprintf('Max delay must be greater than or equal to zero: "%s" given.', $maxDelayMilliseconds) | /src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php | 61 |
sprintf('Multiplier must be greater than zero: "%s" given.', $multiplier) | /src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php | 56 |
'No TransportMessageIdStamp found on the Envelope.' | /src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php | 88 |
'No TransportMessageIdStamp found on the Envelope.' | /src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php | 77 |
'You cannot call ack() on the Messenger SyncTransport.' | /src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php | 42 |
'You cannot receive messages from the Messenger SyncTransport.' | /src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php | 37 |
'Could not decode message into an Envelope.' | /src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php | 106 |
'Could not decode Envelope: ' . $e->getMessage( ) | /src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php | 99 |
sprintf('Invalid senders configuration: sender "%s" is not in the senders locator.', $senderAlias) | /src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php | 72 |
sprintf('Message class "%s" not found during decoding.', $class) | /src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php | 121 |
'Could not decode stamp: ' . $e->getMessage( ) | /src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php | 125 |
'Could not decode message: ' . $e->getMessage( ) | /src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php | 85 |
'Could not decode an empty message using PHP serialization.' | /src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php | 75 |
'Encoded envelope should have at least a "body", or maybe you should implement your own serializer.' | /src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php | 45 |
json_last_error_msg( ) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 527 |
"Message delay is too big: {$delayInMs}ms." | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 537 |
json_last_error_msg( ) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 549 |
sprintf('More than one group exists for stream "%s", delete_after_ack and delete_after_reject cannot be enabled as it risks deleting messages before all groups could consume them.', $this->stream) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 600 |
sprintf('Invalid option(s) "%s" passed to the Redis Messenger transport.', implode('", "', $invalidOptions)) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 248 |
sprintf('Invalid Redis DSN: "%s".', $dsn) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 271 |
'The given Redis DSN is invalid.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 327 |
'Could not add a message to the redis stream.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 409 |
sprintf('"%s" should be configured, got an empty string.', $key) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 164 |
'Redis connection failed: ' . $redis->getLastError( ) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 195 |
'Redis connection failed: ' . $redis->getLastError( ) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 199 |
'Missing host in DSN, it must be defined when using Redis Cluster.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 237 |
'The redis transport requires php-redis 4.3.0 or higher.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 74 |
'Redis Sentinel support requires ext-redis>=5.2, or ext-relay.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 84 |
'Cannot configure Redis Sentinel and Redis Cluster instance at the same time.' | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 88 |
sprintf('Failed to retrieve master information from sentinel "%s".', $sentinelMaster) | /src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php | 150 |
sprintf('Invalid service "%s": ', $this->currentId) . lcfirst($e->getMessage( )) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 177 |
sprintf('Invalid service "%s": class "%s" does not exist.', $this->currentId, $class) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 174 |
sprintf('Invalid service "%s": the class is not set.', $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 171 |
sprintf('Invalid service "%s": "__construct()" cannot be used as a factory method.', $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 147 |
sprintf('Invalid service "%s": function "%s" does not exist.', $this->currentId, $factory) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 133 |
'Expressions cannot be used in service factories without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 101 |
implode(sprintf('return string|int (got "%s")', get_debug_type($default)), $message) | /src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php | 170 |
implode(sprintf('return int (got "%s")', get_debug_type($default)), $message) | /src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php | 159 |
sprintf('"%s::processValue()" must return a Reference when processing an expression, "%s" returned for service("%s").', static::class, get_debug_type($arg), $id) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 242 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 231 |
sprintf('Invalid service "%s": method "%s()" must be public.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 221 |
sprintf('Invalid service "%s": method "%s()" does not exist.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 216 |
sprintf('Invalid service "%s": class "%s" does not exist.', $this->currentId, $class) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 208 |
sprintf('Invalid service "%s": the class is not set.', $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 204 |
sprintf('Invalid service "%s": ', $this->currentId) . sprintf($class !== $this->currentId ? 'constructor of class "%s"' : 'its constructor', $class) . ' must be public.' | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 184 |
sprintf('Invalid service "%s": class%s has no constructor.', $this->currentId, sprintf($class !== $this->currentId ? ' "%s"' : '', $class)) | /src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php | 181 |
sprintf('The definition for "%s" has no class attribute, and appears to reference a class or interface in the global namespace. Leaving out the "class" attribute is only allowed for namespaced classes. Please specify the class attribute explicitly to get rid of this error.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 56 |
sprintf('The definition for "%s" has no class. If you intend to inject this service dynamically at runtime, please mark it as synthetic=true. If this is an abstract definition solely used by child definitions, please add abstract=true, otherwise specify a class to get rid of this error.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 59 |
sprintf('Please add the class to service "%s" even if it is constructed by a factory since we might need to add method calls based on compile-time checks.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 49 |
sprintf('The definition for "%s" has no class attribute, and appears to reference a class or interface. Please specify the class attribute explicitly or remove the leading backslash by renaming the service to "%s" to get rid of this error.', $id, substr($id, 1)) | /src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 53 |
sprintf('Invalid type "%s" returned by "%s::getProvidedTypes()", expected one of "%s".', $type, $class, implode('", "', self::ALLOWED_TYPES)) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php | 69 |
sprintf('A synthetic service ("%s") must be public.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 43 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php | 37 |
sprintf('Service "%s" must implement interface "%s".', $id, EnvVarProcessorInterface::class) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php | 39 |
implode('be static', $message) | /src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php | 148 |
implode('be public', $message) | /src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php | 152 |
sprintf('The "%s" service is defined to be created by a factory, but is missing the factory class. Did you forget to define the factory or service class?', $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php | 28 |
sprintf('Invalid value for binding key "%s" for service "%s": expected "%s", "%s", "%s", "%s" or null, "%s" given.', $key, $this->currentId, Reference::class, Definition::class, TaggedIteratorArgument::class, ServiceLocatorArgument::class, get_debug_type($bindingValue)) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php | 140 |
sprintf('There is no node with id "%s".', $id) | /src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php | 47 |
sprintf('Invalid definition for service "%s": "%s::%s()" requires %d arguments, %d passed.', $this->currentId, $reflectionFunction->class, $reflectionFunction->name, $numberOfRequiredParameters, \count($values)) | /src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php | 132 |
sprintf('A "tags" attribute must be of a scalar-type for service "%s", tag "%s", attribute "%s".', $id, $tag, $name) | /src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php | 94 |
sprintf('Invalid type "%s".', $type) | /src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php | 130 |
sprintf('The configuration key "%s" is unsupported when using "fromCallable()".', $key) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php | 38 |
'The configuration key "parent" is unsupported when using "fromCallable()".' | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php | 25 |
sprintf('Invalid definition for service "%s": setting the "proxy" tag on a service requires it to be "lazy".', $id ?? $definition->getClass( )) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 35 |
sprintf('Invalid callable "%s": the "service:method" notation is not available when using PHP-based DI configuration. Use "[service(\'%s\'), \'%s\']" instead.', $callable, $parts[0], $parts[1]) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php | 47 |
sprintf('Invalid factory "%s": the "service:method" notation is not available when using PHP-based DI configuration. Use "[service(\'%s\'), \'%s\']" instead.', $factory, $factoryParts[0], $factoryParts[1]) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FactoryTrait.php | 30 |
sprintf('A parent cannot be defined when either "_instanceof" or "_defaults" are also defined for service prototype "%s".', $this->id) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ParentTrait.php | 29 |
sprintf('A tag attribute must be of a scalar-type or an array of scalar-types for service "%s", tag "%s", attribute "%s".', $this->id, $tag, $name) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php | 43 |
sprintf('The tag name for service "%s" must be a non-empty string.', $this->id) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php | 26 |
sprintf('Cannot generate lazy proxy for service "%s".', $id ?? $definition->getClass( )) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 138 |
sprintf('Invalid "proxy" tag for service "%s": class "%s" doesn\'t implement "%s".', $id ?? $definition->getClass( ), $definition->getClass( ), $tag['interface']) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 124 |
sprintf('A synthetic service cannot be decorated: service "%s" cannot decorate "%s".', $id, $inner) | /src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php | 92 |
sprintf('Cannot instantiate lazy proxy for service "%s".', $id) | /src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.php | 29 |
sprintf('Cannot generate lazy ghost for service "%s".', $id ?? $definition->getClass( )) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 110 |
sprintf('Cannot instantiate lazy proxy for service "%s".', $id ?? $definition->getClass( )) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 102 |
sprintf('Invalid definition for service "%s": several "proxy" tags found but "%s" is not an interface.', $id ?? $definition->getClass( ), $tag['interface']) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 121 |
sprintf('Invalid definition for service "%s": the "interface" attribute is missing on a "proxy" tag.', $id ?? $definition->getClass( )) | /src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php | 118 |
sprintf('The "%s" file is not valid.', $resource) | /src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php | 33 |
'Anonymous services must have a class name.' | /src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php | 80 |
sprintf('"%s()" expects a list of definitions as returned by "%s()" or "%s()", "%s" given at index "%s" for service "%s".', __METHOD__, InlineServiceConfigurator::FACTORY, ReferenceConfigurator::FACTORY, $service instanceof AbstractConfigurator ? $service::FACTORY . '()' : get_debug_type($service), $i, $id) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php | 166 |
'The tag name in "_defaults" must be a non-empty string.' | /src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php | 48 |
sprintf('Extension "%s" references a non-existent XSD file "%s".', get_debug_type($extension), $path) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 696 |
sprintf('Invalid attribute "%s" defined for alias "%s" in "%s".', $name, $alias->getAttribute('id'), $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 784 |
sprintf('Invalid child element "%s" defined for alias "%s" in "%s".', $child->localName, $alias->getAttribute('id'), $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 793 |
sprintf('There is no extension able to load the configuration for "%s" (in "%s"). Looked for namespace "%s", found "%s".', $node->tagName, $file, $node->namespaceURI, $extensionNamespaces ? implode('", "', $extensionNamespaces) : 'none') | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 813 |
sprintf('"%s()" can be used only at the root of service configuration files.', $value::FACTORY) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php | 95 |
sprintf('Cannot use values of type "%s" in service configuration files.', get_debug_type($value)) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php | 115 |
sprintf('There is no extension able to load the configuration for "%s" (in "%s"). Looked for namespace "%s", found "%s".', $namespace, $this->file, $namespace, $extensions ? implode('", "', $extensions) : 'none') | /src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php | 55 |
sprintf('Using an expression in parameter "%s" is not allowed.', $name) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/ParametersConfigurator.php | 38 |
sprintf('Tag "%s", attribute "%s" in "_defaults" must be of a scalar-type or an array of scalar-type.', $tag, $name) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php | 73 |
sprintf('Call to undefined method "%s::%s()".', static::class, $method) | /src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php | 43 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php | 48 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php | 53 |
sprintf('The "%s" service cannot declare a factory as well as a constructor.', $service->getAttribute('id')) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 320 |
'The "expression" attribute cannot be used on factories without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 304 |
sprintf('Missing attribute "version" at node "deprecated" in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 289 |
sprintf('Missing attribute "package" at node "deprecated" in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 285 |
$key . sprintf(' is unsupported when using "<from-callable>" on service "%s".', (string) $service->getAttribute('id')) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 417 |
sprintf('Attribute "parent" is unsupported when using "<from-callable>" on service "%s".', (string) $service->getAttribute('id')) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 404 |
sprintf('Invalid value "%s" for attribute "decoration-on-invalid" on service "%s". Did you mean "exception", "ignore" or "null" in "%s"?', $decorationOnInvalid, $service->getAttribute('id'), $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 393 |
sprintf('The tag name for service "%s" in "%s" must be a non-empty string.', (string) $service->getAttribute('id'), $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 350 |
sprintf('Tag "<%s>" with type="service" has no or empty "id" attribute in "%s".', $name, $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 551 |
sprintf('Top-level services must have "id" attribute, none found in "%s" at line %d.', $file, $node->getLineNo( )) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 503 |
sprintf('Unable to parse file "%s": ', $file) . $e->getMessage( ) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 461 |
'The "expression" attribute cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 434 |
sprintf('Tag "<%s>" with type="binary" is not a valid base64 encoded string.', $name) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 613 |
'You cannot use both the attribute "exclude" and <exclude> tags at the same time.' | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 600 |
sprintf('Tag "<%s>" with type="%s" has no or empty "tag" attribute in "%s".', $name, $type, $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 594 |
'The type="expression" attribute cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 558 |
'The "@=" expression syntax cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 911 |
sprintf('The configuration key "%s" is unsupported for definition "%s" in "%s". Allowed configuration keys are "%s".', $key, $id, $file, implode('", "', $keywords)) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 965 |
sprintf('Unsupported tag "!%s".', $value->getTag( )) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 898 |
sprintf('Using expressions in parameters is not allowed in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 907 |
sprintf('Could not resolve argument "%s" for "%s".', $type . ' $' . $parameter->getName( ), $path) | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 136 |
'You cannot use the config builder as the Config component is not installed. Try running "composer require symfony/config".' | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 160 |
sprintf($message, $name) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 977 |
sprintf('Could not resolve argument "$%s" for "%s". You must typehint it (for example with "%s" or "%s").', $parameter->getName( ), $path, ContainerConfigurator::class, ContainerBuilder::class) | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 111 |
'You can only use "root" ConfigBuilders from "Symfony\\Config\\" namespace. Nested classes like "Symfony\\Config\\Framework\\CacheConfig" cannot be used.' | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 181 |
sprintf('There is no extension able to load the configuration for "%s". Looked for namespace "%s", found "%s".', $namespace, $alias, $extensions ? implode('", "', $extensions) : 'none') | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 186 |
'You cannot use the ConfigBuilders without providing a class implementing ConfigBuilderGeneratorInterface.' | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 164 |
sprintf('Could not find or generate class "%s".', $namespace) | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 174 |
sprintf('Missing attribute "package" at node "deprecated" in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 225 |
sprintf('Missing attribute "version" at node "deprecated" in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 229 |
sprintf('You cannot use the config builder for "%s" because the extension does not implement "%s".', $namespace, ConfigurationExtensionInterface::class) | /src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php | 191 |
'You cannot use both the attribute "exclude" and <exclude> tags at the same time.' | /src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php | 178 |
sprintf('The value of the "%s" option for the "%s" service must be the id of the service without the "@" prefix (replace "%s" with "%s" in "%s").', $parameter, $id, $callable, substr($callable, 1), $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 735 |
'The "@=" expression syntax cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 724 |
sprintf('Parameter "%s" must be a string or an array for service "%s" in "%s". Check your YAML syntax.', $parameter, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 753 |
sprintf('Parameter "%s" must contain an array with two elements for service "%s" in "%s". Check your YAML syntax.', $parameter, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 750 |
sprintf('This is not a local file "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 768 |
'Unable to load YAML config files as the Symfony Yaml Component is not installed. Try running "composer require symfony/yaml".' | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 764 |
sprintf('The file "%s" does not contain valid YAML: ', $file) . $e->getMessage( ) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 780 |
sprintf('The file "%s" does not exist.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 772 |
sprintf('There is no extension able to load the configuration for "%s" (in "%s"). Looked for namespace "%s", found "%s".', $namespace, $file, $namespace, $extensionNamespaces ? sprintf('"%s"', implode('", "', $extensionNamespaces)) : 'none') | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 808 |
sprintf('The service file "%s" is not valid. It should contain an array. Check your YAML syntax.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 798 |
sprintf('"!service_locator" tag only accepts maps in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 842 |
sprintf('"!iterator" tag only accepts sequences in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 829 |
sprintf('"!%s" tags only accept a non empty string or an array with a key "tag" in "%s".', $value->getTag( ), $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 861 |
sprintf('"!%s" tag contains unsupported key "%s"; supported ones are "%s".', $value->getTag( ), implode('", "', $diff), implode('", "', $supportedKeys)) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 854 |
sprintf('Creating an alias using the tag "!service" is not allowed in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 884 |
sprintf('Using an anonymous service in a parameter is not allowed in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 872 |
sprintf('Invalid method call for service "%s": expected map or array, "%s" given in "%s".', $id, $call instanceof TaggedValue ? '!' . $call->getTag( ) : get_debug_type($call), $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 555 |
sprintf('Invalid method call for service "%s", did you forgot a leading dash before "%s: ..." in "%s"?', $id, $k, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 559 |
sprintf('Unsupported tag "!%s", did you mean "!returns_clone" for service "%s" in "%s"?', $args->getTag( ), $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 573 |
sprintf('Invalid call for service "%s": the method must be defined as the first index of an array or as the only key of a map in "%s".', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 582 |
sprintf('The second parameter for function call "%s" must be an array of its arguments for service "%s" in "%s". Check your YAML syntax.', $method, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 591 |
sprintf('Parameter "tags" must be an array for service "%s" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 601 |
sprintf('A "tags" entry is missing a "name" key for service "%s" in "%s".', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 618 |
sprintf('The tag name for service "%s" in "%s" must be a non-empty string.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 625 |
sprintf('The value of the "decorates" option for the "%s" service must be the id of the service without the "@" prefix (replace "%s" with "%s").', $id, $service['decorates'], substr($decorates, 1)) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 635 |
sprintf('Invalid value "%s" for attribute "decoration_on_invalid" on service "%s". Did you mean null (without quotes) in "%s"?', $decorationOnInvalid, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 646 |
sprintf('Invalid value "%s" for attribute "decoration_on_invalid" on service "%s". Did you mean "exception", "ignore" or null in "%s"?', $decorationOnInvalid, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 648 |
sprintf('Parameter "bind" must be an array for service "%s" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 668 |
sprintf('A "resource" attribute must be set when the "namespace" attribute is set for service "%s" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 688 |
sprintf('Invalid "resource" attribute found for service "%s" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 693 |
sprintf('A "resource" attribute must be of type string for service "%s" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 701 |
sprintf('Using expressions in "%s" for the "%s" service is not supported in "%s".', $parameter, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 721 |
sprintf('The "%s" service cannot declare a factory as well as a constructor.', $id) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 526 |
sprintf('Parameter "calls" must be an array for service "%s" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 550 |
sprintf('Missing attribute "package" of the "deprecated" option in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 510 |
sprintf('Missing attribute "version" of the "deprecated" option in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 514 |
sprintf('Missing attribute "version" of the "deprecated" option in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 443 |
sprintf('The value of the "parent" option for the "%s" service must be the id of the service without the "@" prefix (replace "%s" with "%s").', $id, $service['parent'], substr($service['parent'], 1)) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 459 |
sprintf('The configuration key "%s" is unsupported for the service "%s" which is defined as an alias in "%s". Allowed configuration keys for service aliases are "alias", "public" and "deprecated".', $key, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 432 |
sprintf('Missing attribute "package" of the "deprecated" option in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 439 |
sprintf('Invalid attribute "%s"; supported ones are "public" and "deprecated" for service "%s" in "%s". Check your YAML syntax.', implode('", "', $diff), $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 388 |
sprintf('The configuration key "%s" is unsupported for the service "%s" when using "from_callable" in "%s".', $key, $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 406 |
sprintf('A stack must be an array of definitions, "%s" given for service "%s" in "%s". Check your YAML syntax.', get_debug_type($service), $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 361 |
sprintf('Service stack "%s" cannot contain another stack in "%s".', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 375 |
sprintf('Service names that start with an underscore are reserved. Rename the "%s" service or define it in XML instead.', $id) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 338 |
sprintf('A service definition must be an array or a string starting with "@" but "%s" found for service "%s" in "%s". Check your YAML syntax.', get_debug_type($service), $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 356 |
sprintf('The tag name in "_defaults" must be a non-empty string in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 301 |
sprintf('Parameter "bind" in "_defaults" must be an array in "%s". Check your YAML syntax.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 310 |
sprintf('A "tags" entry in "_defaults" is missing a "name" key in "%s".', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 294 |
sprintf('Parameter "tags" in "_defaults" must be an array in "%s". Check your YAML syntax.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 281 |
sprintf('The configuration key "%s" cannot be used to define a default value in "%s". Allowed keys are "%s".', $key, $file, implode('", "', self::DEFAULTS_KEYWORDS)) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 275 |
sprintf('Service "_defaults" key must be an array, "%s" given in "%s".', get_debug_type($defaults), $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 270 |
sprintf('Type definition "%s" cannot be an alias within "_instanceof" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 245 |
sprintf('Type definition "%s" must be a non-empty array within "_instanceof" in "%s". Check your YAML syntax.', $id, $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 242 |
sprintf('Service "_instanceof" key must be an array, "%s" given in "%s".', get_debug_type($instanceof), $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 236 |
sprintf('The "services" key should contain an array in "%s". Check your YAML syntax.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 228 |
sprintf('An import should provide a resource in "%s". Check your YAML syntax.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 213 |
sprintf('The "imports" key should contain an array in "%s". Check your YAML syntax.', $file) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 204 |
sprintf('The "parameters" key should contain an array in "%s". Check your YAML syntax.', $path) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 161 |
sprintf('The "when@%s" key should contain an array in "%s". Check your YAML syntax.', $this->env, $path) | /src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php | 138 |
sprintf('Expected to find class "%s" in file "%s" while importing services from resource "%s", but it was not found! Check the namespace prefix used with the resource.', $class, $path, $pattern) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 292 |
sprintf('Invalid "exclude" pattern when importing classes for "%s": make sure your "exclude" pattern (%s) is a subset of the "resource" pattern (%s).', $namespace, $excludePattern, $pattern) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 267 |
sprintf('Invalid type definition "%s": ChildDefinition expected, "%s" given.', $id, get_debug_type($definition)) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 235 |
sprintf('The "%s" alias has already been defined with the #[AsAlias] attribute in "%s".', $alias, $this->aliases[$alias]) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 193 |
sprintf('Namespace is not a valid PSR-4 prefix: "%s".', $namespace) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 105 |
'The exclude list must not contain a "null" value.' | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 109 |
'The exclude list must not contain an empty value.' | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 113 |
sprintf('Alias cannot be automatically determined for class "%s". If you have used the #[AsAlias] attribute with a class implementing multiple interfaces, add the interface you want to alias to the first parameter of #[AsAlias].', $class) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 190 |
'Impossible to call deprecate() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php | 54 |
'Impossible to call remove() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php | 59 |
sprintf('Invalid argument $ignoreErrors provided to "%s::import()": boolean or "not_found" expected, "%s" given.', static::class, get_debug_type($ignoreErrors)) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 66 |
sprintf('Namespace prefix must end with a "\\": "%s".', $namespace) | /src/Symfony/Component/DependencyInjection/Loader/FileLoader.php | 102 |
sprintf('A string value must be composed of strings and/or numbers, but found parameter "%s" of type "%s" inside string value "%s".', $key, get_debug_type($resolved), $value) | /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php | 230 |
'Impossible to call clear() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php | 39 |
'Impossible to call add() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php | 44 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php | 49 |
sprintf('The parameter name "%s" cannot be numeric.', $name) | /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php | 101 |
sprintf('Array keys must be a scalar-value, but found key "%s" to resolve to type "%s".', $key, get_debug_type($resolvedKey)) | /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php | 174 |
array_keys($resolving) | /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php | 208 |
array_keys($resolving) | /src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php | 224 |
sprintf('Invalid %s name: only "word" characters are allowed.', $name) | /src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php | 45 |
'We should not search pseudo-type iterable as class' | /src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php | 217 |
sprintf('The default value of env parameter "%s" must be a string or null, "%s" given.', $env, get_debug_type($default)) | /src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php | 144 |
sprintf('The default value of an env() parameter must be a string or null, but "%s" given to "%s".', get_debug_type($defaultValue), $name) | /src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php | 48 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_ghost.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_adawson.php | 32 |
'boo' | /src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php | 37 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php | 52 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php | 30 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_staticreturntype.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_closure.php | 32 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php | 57 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php | 35 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_duplicates.php | 33 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither.php | 31 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php | 92 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_frozen.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php | 30 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php | 30 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php | 57 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php | 30 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php | 57 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php | 57 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services33.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php | 34 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php | 34 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php | 85 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php | 81 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/autowire_closure.php | 34 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php | 89 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php | 34 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php | 33 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy_non_shared.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure_proxy.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_uninitialized_ref.php | 33 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_public.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute_with_intersection.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_closure_argument_compiled.php | 33 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php | 57 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php | 30 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_in_expression.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/static_constructor.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php | 40 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php | 36 |
'BOOM' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php | 121 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_without_constructor.php | 30 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_current_factory_inlining.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php | 64 |
'Service "errored_definition" is broken.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php | 401 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php | 460 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php | 64 |
'Service "errored_definition" is broken.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php | 401 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php | 460 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_mandatory_constructor_arguments.php | 30 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php | 33 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php | 74 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_constructor_without_arguments.php | 33 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_dedup_lazy.php | 34 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/callable_adapter_consumer.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php | 28 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_self_ref.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php | 32 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_annotation.php | 31 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php | 57 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php | 30 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php | 70 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php | 33 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php | 35 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php | 31 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_public.php | 73 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php | 93 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php | 57 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php | 30 |
"The config array has no 'enabled' key." | /src/Symfony/Component/DependencyInjection/Extension/Extension.php | 130 |
sprintf('Cannot parse the name of a #[Target] attribute that has not been resolved. Did you forget to call "%s::parseName()"?', __CLASS__) | /src/Symfony/Component/DependencyInjection/Attribute/Target.php | 33 |
sprintf('Invalid #[Target] name "%s" on parameter "$%s" of "%s()": the first character must be a letter.', $name, $parameter->name, $function) | /src/Symfony/Component/DependencyInjection/Attribute/Target.php | 59 |
sprintf('When "%s" is used, a type must be set.', SubscribedService::class) | /src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php | 61 |
'The deprecation template must contain the "%alias_id%" placeholder.' | /src/Symfony/Component/DependencyInjection/Alias.php | 78 |
'Unable to create the ContainerConfigurator.' | /src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php | 40 |
'This extension does not follow the naming convention; you must overwrite the getAlias() method.' | /src/Symfony/Component/DependencyInjection/Extension/Extension.php | 69 |
sprintf('The extension configuration class "%s" must implement "%s".', $class->getName( ), ConfigurationInterface::class) | /src/Symfony/Component/DependencyInjection/Extension/Extension.php | 95 |
'#[Autowire] attribute cannot declare $value and $service at the same time.' | /src/Symfony/Component/DependencyInjection/Attribute/Autowire.php | 53 |
'#[Autowire] attribute must declare exactly one of $service, $expression, $env, $param or $value.' | /src/Symfony/Component/DependencyInjection/Attribute/Autowire.php | 56 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Attribute/Autowire.php | 69 |
sprintf('Cannot read property "%s" from a lazy closure.', $name) | /src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php | 39 |
sprintf('"%s" is not a PHP type for key "%s".', \is_string($type) ? $type : get_debug_type($type), $key) | /src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php | 65 |
'#[AutowireCallable] attribute must declare exactly one of $callable or $service.' | /src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php | 34 |
'#[AutowireCallable] attribute cannot have a $method without a $service.' | /src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php | 37 |
'#[Autowire] attribute cannot be $lazy and use $expression, $env, or $param.' | /src/Symfony/Component/DependencyInjection/Attribute/Autowire.php | 50 |
'Something was terribly wrong while trying to configure the service!' | /src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php | 506 |
'Something went terribly wrong!' | /src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php | 499 |
'This code should not be run.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/nested_bundle_config.php | 6 |
sprintf('The node created by "nested()" has already been initialized. You cannot pass values the second time you call nested().') | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig.php | 23 |
sprintf("Cannot create adapter{$id} because interface \"%s\" doesn't have exactly one method.", $class) | /src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php | 74 |
sprintf("Cannot create adapter{$id} because \"%s\" is not an interface.", $class) | /src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php | 71 |
'A ServiceClosureArgument must hold one and only one value.' | /src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php | 38 |
"Cannot create lazy closure{$id} because its corresponding callable is invalid." | /src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php | 78 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php | 37 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php | 70 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php | 35 |
'Impossible to call set() on a frozen ParameterBag.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php | 78 |
'The injected config must contain a "flag" property.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php | 138 |
'This code should not be run.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/when_env.php | 6 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php | 33 |
'You cannot compile a dumped container that was already compiled.' | /src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_locator.php | 38 |
sprintf('"%s" has already been autoconfigured and merge() does not support merging autoconfiguration for the same attribute.', $attribute) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 667 |
sprintf('The parameter bag must be an instance of "%s" to call "%s".', ParameterBag::class, __METHOD__) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 710 |
'Cannot merge on a compiled container.' | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 606 |
sprintf('"%s" has already been autoconfigured and merge() does not support merging autoconfiguration for the same class/interface.', $interface) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 659 |
sprintf('Setting service "%s" for an unknown or non-synthetic service definition on a compiled container is not allowed.', $id) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 482 |
reset($e) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 567 |
sprintf('Container extension "%s" is not registered.', $name) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 222 |
'Cannot load from an extension on a compiled container.' | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 430 |
sprintf('You have requested a synthetic service ("%s"). The DIC does not know how to construct this service.', $id) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1015 |
sprintf('Cannot create service "%s" because of invalid factory.', $id) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1075 |
sprintf('Invalid service id: "%s".', $id) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 940 |
sprintf('Constructing service "%s" from a parent definition is not supported at build time.', $id) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1011 |
sprintf('The service alias "%s" does not exist.', $id) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 867 |
'Adding definition to a compiled container is not allowed.' | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 936 |
sprintf('Invalid alias id: "%s".', $alias) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 824 |
sprintf('An alias cannot reference itself, got a circular reference on "%s".', $alias) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 832 |
sprintf('The decorated service inner name for "%s" must be different than the service name itself.', $id) | /src/Symfony/Component/DependencyInjection/Definition.php | 139 |
'The argument must be an existing index or the name of a constructor\'s parameter.' | /src/Symfony/Component/DependencyInjection/ChildDefinition.php | 90 |
'Expressions cannot be used without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1665 |
sprintf('Calling "%s" when dependencies have been installed with Composer 1 is not supported. Consider upgrading to Composer 2.', __METHOD__) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1495 |
sprintf('A string value must be composed of strings and/or numbers, but found parameter "env(%s)" of type "%s" inside string value "%s".', $env, get_debug_type($resolved), $this->resolveEnvPlaceholders($value)) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1440 |
sprintf('Invalid argument name "%s"' . $id . ': the first character must be a letter.', $name) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1361 |
sprintf('The service "%s" tagged "%s" must not be abstract.', $id, $name) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1267 |
sprintf('The configure callable for class "%s" is not a callable.', get_debug_type($service)) | /src/Symfony/Component/DependencyInjection/ContainerBuilder.php | 1158 |
'Invalid characters found in deprecation template.' | /src/Symfony/Component/DependencyInjection/Alias.php | 74 |
'The deprecation template must contain the "%service_id%" placeholder.' | /src/Symfony/Component/DependencyInjection/Definition.php | 660 |
'Invalid characters found in deprecation template.' | /src/Symfony/Component/DependencyInjection/Definition.php | 656 |
'Method name cannot be empty.' | /src/Symfony/Component/DependencyInjection/Definition.php | 336 |
sprintf('The argument "%s" doesn\'t exist in class "%s".', $index, $this->class) | /src/Symfony/Component/DependencyInjection/Definition.php | 301 |
sprintf('The argument "%s" doesn\'t exist in class "%s".', $index, $this->class) | /src/Symfony/Component/DependencyInjection/Definition.php | 265 |
sprintf('The index "%d" is not in the range [0, %d] of the arguments of class "%s".', $index, \count($this->arguments) - 1, $this->class) | /src/Symfony/Component/DependencyInjection/Definition.php | 261 |
sprintf('Cannot replace arguments for class "%s" if none have been configured yet.', $this->class) | /src/Symfony/Component/DependencyInjection/Definition.php | 257 |
sprintf('Error %d downloading packages from jsDelivr for "%s". Check your package names. Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 224 |
sprintf('Error %d downloading extra imported files from jsDelivr for "%s". Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 265 |
sprintf('Invalid env "key:%s": a key specifier should be provided.', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 69 |
sprintf('Resolved value of "%s" did not result in an array value.', $next) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 77 |
sprintf('Key "%s" not found in %s (resolved from "%s").', $key, json_encode($array), $next) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 81 |
sprintf('Invalid env "enum:%s": a "%s" class-string should be provided.', $name, \BackedEnum::class) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 89 |
sprintf('Resolved value of "%s" did not result in a string or int value.', $next) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 97 |
sprintf('"%s" is not a "%s".', $backedEnumClassName, \BackedEnum::class) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 101 |
sprintf('Enum value "%s" is not backed by "%s".', $backedEnumValue, $backedEnumClassName) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 104 |
sprintf('Invalid env "default:%s": a fallback parameter should be provided.', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 117 |
sprintf('Invalid env fallback in "default:%s": parameter "%s" not found.', $name, $default) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 124 |
sprintf('Invalid file name: env var "%s" is non-scalar.', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 142 |
sprintf('File "%s" not found (resolved from "%s").', $file, $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 145 |
sprintf('Environment variable not found: "%s".', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 217 |
sprintf('Unsupported env var prefix "%s".', $prefix) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 230 |
sprintf('Env var "%s" cannot be shuffled, expected array, got "%s".', $name, get_debug_type($env)) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 239 |
sprintf('Non-numeric env var "%s" cannot be cast to int.', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 260 |
sprintf('Non-scalar env var "%s" cannot be cast to "%s".', $name, $prefix) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 245 |
sprintf('Env var "%s" maps to undefined constant "%s".', $name, $env) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 276 |
sprintf('Non-numeric env var "%s" cannot be cast to float.', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 268 |
sprintf('Invalid JSON env var "%s": array or null expected, "%s" given.', $name, get_debug_type($env)) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 294 |
sprintf('Invalid JSON in env var "%s": ', $name) . json_last_error_msg( ) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 290 |
sprintf('Invalid URL env var "%s": schema and host expected, "%s" given.', $name, $env) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 307 |
sprintf('Invalid URL in env var "%s".', $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 304 |
sprintf('Unsupported env var prefix "%s" for env name "%s".', $prefix, $name) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 362 |
sprintf('Parameter "%s" found when resolving env var "%s" must be scalar, "%s" given.', $match[1], $name, get_debug_type($value)) | /src/Symfony/Component/DependencyInjection/EnvVarProcessor.php | 347 |
'You cannot set service "service_container".' | /src/Symfony/Component/DependencyInjection/Container.php | 147 |
'You need to pass a getEnv closure to the expression langage provider to use the "env" function.' | /src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php | 48 |
sprintf('The "%s" service is private, you cannot replace it.', $id) | /src/Symfony/Component/DependencyInjection/Container.php | 156 |
sprintf('The "%s" service is private, you cannot unset it.', $id) | /src/Symfony/Component/DependencyInjection/Container.php | 154 |
array_keys($this->resolving) | /src/Symfony/Component/DependencyInjection/Container.php | 342 |
sprintf('The "%s" service is already initialized, you cannot replace it.', $id) | /src/Symfony/Component/DependencyInjection/Container.php | 159 |
sprintf('The entry "%s" is not a remote package.', $entry->importName) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php | 42 |
sprintf('The entry "%s" is not a remote package.', $entry->importName) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php | 51 |
sprintf('The importmap entry "%s" must have either a "path" or "version" option.', $importName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php | 68 |
sprintf('The entry "%s" is not a remote package.', $entry->importName) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php | 33 |
sprintf('The importmap entry "%s" does not exist.', $importName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntries.php | 48 |
sprintf('Unable to get latest version for package "%s".', $entry->getPackageName( )) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php | 53 |
sprintf('The entry "%s" is not a remote package.', $entry->importName) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php | 65 |
sprintf('Error %d finding metadata for package "%s". Response: ', $response->getStatusCode( ), $packageNames) . $response->getContent(false) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php | 109 |
sprintf('The JavaScript module polyfill was not found in your import map. Either disable the polyfill or run "php bin/console importmap:require "%s"" to install it.', $this->polyfillImportName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php | 109 |
sprintf('The "src" and "type" attributes are not allowed on the <script> tag rendered by "%s".', self::class) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php | 156 |
sprintf('Unable to get latest version for package "%s".', $entry->getPackageName( )) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php | 60 |
sprintf('Unable to determine update type for "%s" and "%s".', $currentVersion, $latestVersion) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php | 91 |
sprintf('The entrypoint "%s" is a remote package and cannot be used as an entrypoint.', $entryName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 138 |
sprintf('The path "%s" of the entrypoint "%s" mentioned in "importmap.php" cannot be found in any asset map paths.', $rootImportEntries->get($entryName)->path, $entryName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 143 |
sprintf('The entrypoint "%s" does not exist in "importmap.php".', $entryName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 130 |
sprintf('The entrypoint "%s" is not an entry point in "importmap.php". Set "entrypoint" => true to make it available as an entrypoint.', $entryName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 134 |
sprintf('The "%s" vendor file exists locally (%s), but cannot be found in any asset map paths. Be sure the assets vendor directory is an asset mapper path.', $entry->importName, $entry->path) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 259 |
sprintf('The "%s" vendor asset is missing. Try running the "importmap:install" command.', $entry->importName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 256 |
sprintf('Cannot find JavaScript asset "%s" (imported in "%s") in asset mapper.', $javaScriptImport->assetLogicalPath, $asset->logicalPath) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 243 |
sprintf('Cannot find imported JavaScript asset "%s" in asset mapper.', $javaScriptImport->assetLogicalPath) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 184 |
sprintf('The following packages were unexpectedly downloaded: "%s".', implode('", "', array_keys($contents))) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php | 91 |
sprintf('The package "%s" was not downloaded.', $package) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php | 72 |
sprintf('Error %d auditing packages. Response: ' . $response->getContent(false), $response->getStatusCode( )) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php | 69 |
sprintf('The asset "%s" cannot be found in any asset map paths.', $entry->path) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php | 262 |
sprintf('Unable to find the latest version for package "%s" - try specifying the version manually.', $packageName) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 80 |
sprintf('The package "%s" is missing its dependencies.', $package) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php | 135 |
sprintf('The package "%s" is missing its version.', $package) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php | 131 |
sprintf('The "%s" vendor asset is missing. Run "php bin/console importmap:install".', $importName) | /src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php | 106 |
sprintf('The entry "%s" is not a remote package.', $entry->importName) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 171 |
sprintf('Error %d checking for a CSS entrypoint for "%s". Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 151 |
sprintf('Error %d requiring packages from jsDelivr for "%s". Check your package names. Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 123 |
sprintf('Error %d finding version from jsDelivr for the following packages: "%s". Check your package names. Response: ', $response->getStatusCode( ), $packages) . $response->getContent(false) | /src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php | 98 |
sprintf('Asset with public path "%s" not found.', $pathInfo) | /src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php | 130 |
sprintf('Theme "%s" does not exist in class "%s".', $themeName, static::class) | /src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php | 94 |
sprintf('The asset mapper directory "%s" does not exist.', $path) | /src/Symfony/Component/AssetMapper/AssetMapperRepository.php | 166 |
sprintf('The asset mapper directory "%s" does not exist.', $path) | /src/Symfony/Component/AssetMapper/AssetMapperRepository.php | 152 |
sprintf('Server start failed on "%s": ', $this->host) . $errstr . ' ' . $errno | /src/Symfony/Component/VarDumper/Server/DumpServer.php | 48 |
'Foobar' | /src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php | 34 |
'Unable to convert a non-UTF-8 string to UTF-8: required function iconv() does not exist. You should install ext-iconv or symfony/polyfill-iconv.' | /src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php | 188 |
sprintf('Unsupported format "%s".', $format) | /src/Symfony/Component/VarDumper/Command/ServerDumpCommand.php | 83 |
self::class . ' objects are immutable.' | /src/Symfony/Component/VarDumper/Cloner/Data.php | 152 |
sprintf('"%s" object holds non-iterable type "%s".', self::class, get_debug_type($value)) | /src/Symfony/Component/VarDumper/Cloner/Data.php | 118 |
sprintf('Unexpected Stub type: "%s".', $item->type) | /src/Symfony/Component/VarDumper/Cloner/Data.php | 373 |
self::class . ' objects are immutable.' | /src/Symfony/Component/VarDumper/Cloner/Data.php | 157 |
'Expected a single string or identifier for :lang(), got ' . implode(', ', $arguments) | /src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php | 141 |
'"*:last-of-type" is not implemented.' | /src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php | 90 |
sprintf('Should have found at least an empty match at %d.', $reader->getPosition( )) | /src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php | 55 |
'Unexpected token stream end.' | /src/Symfony/Component/CssSelector/Parser/TokenStream.php | 80 |
sprintf('The path "%s" of the package "%s" cannot be found: either pass the logical name of the asset or a relative path starting with "./".', $requireOptions->path, $requireOptions->importName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php | 152 |
sprintf('The following keys are not valid for the importmap entry "%s": "%s". Valid keys are: "%s".', $importName, implode('", "', $invalidKeys), implode('", "', $validKeys)) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php | 46 |
sprintf('The importmap entry "%s" cannot have both a "path" and "version" option.', $importName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php | 54 |
sprintf('The importmap entry "%s" cannot have both a "path" and "package_specifier" option.', $importName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php | 57 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Component/AssetMapper/Command/ImportMapAuditCommand.php | 66 |
sprintf('Failed to compile JavaScript import paths in "%s". Error: "%s".', $asset->sourcePath, preg_last_error_msg( )) | /src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php | 118 |
sprintf('Asset source path "%s" could not be found.', $asset->sourcePath) | /src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php | 100 |
sprintf('Package "%s" listed for removal was not found in "importmap.php".', $packageName) | /src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php | 97 |
sprintf('Could not find asset "%s".', $sourcePath) | /src/Symfony/Component/AssetMapper/Tests/Factory/MappedAssetFactoryTest.php | 180 |
sprintf('Unexpected path "%s"', $path) | /src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php | 80 |
sprintf('Unexpected path "%s"', $path) | /src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php | 87 |
sprintf('Missing dependencies in test for "%s"', $importName) | /src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapVersionCheckerTest.php | 51 |
sprintf('Asset "%s" could not be found.', $logicalPath) | /src/Symfony/Component/AssetMapper/AssetMapper.php | 49 |
sprintf('Unexpected path "%s"', $path) | /src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php | 52 |
sprintf('Unexpected source path "%s"', $path) | /src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php | 401 |
sprintf('Unexpected source path "%s"', $path) | /src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php | 434 |
sprintf('Route "%s" with locale "%s" is missing a corresponding prefix in its parent collection.', $name, $locale) | /src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php | 43 |
sprintf('Route "%s" with locale "%s" is missing a corresponding host in its parent collection.', $name, $locale) | /src/Symfony/Component/Routing/Loader/Configurator/Traits/HostTrait.php | 41 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php | 40 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php | 35 |
sprintf('Collection "%s" with locale "%s" is missing a corresponding prefix in its parent collection.', $this->name, $locale) | /src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php | 88 |
sprintf('Collection "%s" is missing prefixes for locale(s) "%s".', $this->name, implode('", "', array_keys($missing))) | /src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php | 84 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php | 48 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php | 43 |
sprintf('A placeholder name must be a string (%d given). Did you forget to specify the placeholder key for the requirement "%s" in "%s"?', $placeholder, $requirement, $class->getName( )) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 303 |
sprintf('The "%s()" method must not be called.', __METHOD__) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 230 |
sprintf('Route to "%s" with locale "%s" is missing a corresponding prefix in class "%s".', $method->name, $locale, $class->name) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 175 |
sprintf('Route to "%s" is missing paths for locale(s) "%s".', $class->name . '::' . $method->name, implode('", "', array_keys($missing))) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 171 |
sprintf('A placeholder name must be a string (%d given). Did you forget to specify the placeholder key for the requirement "%s" of route "%s" in "%s::%s()"?', $placeholder, $requirement, $name, $class->getName( ), $method->getName( )) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 147 |
sprintf('Attributes from class "%s" cannot be read as it is abstract.', $class->getName( )) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 83 |
sprintf('Class "%s" does not exist.', $class) | /src/Symfony/Component/Routing/Loader/AttributeClassLoader.php | 78 |
sprintf('The "%s::%s()" method must return a RouteCollection: "%s" returned.', get_debug_type($loaderObject), $method, $type) | /src/Symfony/Component/Routing/Loader/ObjectLoader.php | 60 |
'Expected a single string or identifier for :lang(), got ' . implode(', ', $arguments) | /src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php | 151 |
'"*:first-of-type" is not implemented.' | /src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php | 76 |
'"*:nth-of-type()" is not implemented.' | /src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php | 119 |
'Expected a single string or identifier for :contains(), got ' . implode(', ', $arguments) | /src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php | 133 |
sprintf('Attribute matcher operator "%s" not supported.', $operator) | /src/Symfony/Component/CssSelector/XPath/Translator.php | 203 |
sprintf('Invalid series: "%s".', implode('", "', $function->getArguments( ))) | /src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php | 53 |
sprintf('Function "%s" not supported.', $function->getName( )) | /src/Symfony/Component/CssSelector/XPath/Translator.php | 179 |
sprintf('Pseudo-class "%s" not supported.', $pseudoClass) | /src/Symfony/Component/CssSelector/XPath/Translator.php | 191 |
sprintf('Node "%s" not supported.', $node->getNodeName( )) | /src/Symfony/Component/CssSelector/XPath/Translator.php | 155 |
sprintf('Combiner "%s" not supported.', $combiner) | /src/Symfony/Component/CssSelector/XPath/Translator.php | 167 |
'Pseudo-elements are not supported.' | /src/Symfony/Component/CssSelector/XPath/Translator.php | 97 |
sprintf('Extension "%s" not registered.', $name) | /src/Symfony/Component/CssSelector/XPath/Translator.php | 133 |
sprintf('The maximum input length must be greater than -1, "%d" given.', $maxInputLength) | /src/Symfony/Component/HtmlSanitizer/HtmlSanitizerConfig.php | 415 |
'Text nodes cannot have children.' | /src/Symfony/Component/HtmlSanitizer/Visitor/Node/TextNode.php | 27 |
sprintf('Route "%s" is missing routes for locale(s) "%s".', $name, implode('", "', array_keys($missing))) | /src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php | 40 |
sprintf('Route "%s" with locale "%s" is missing a corresponding prefix in its parent collection.', $name, $locale) | /src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php | 44 |
sprintf('You must define a "path" for the route "%s" in file "%s".', $name, $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 264 |
sprintf('The "type" key for the route definition "%s" in "%s" is unsupported. It is only available for imports in combination with the "resource" key.', $name, $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 261 |
sprintf('The routing file "%s" must not specify both the "stateless" key and the defaults key "_stateless" for "%s".', $path, $name) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 270 |
sprintf('The routing file "%s" must not specify both the "controller" key and the defaults key "_controller" for "%s".', $path, $name) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 267 |
sprintf('The routing file "%s" must specify the attribute "package" of the "deprecated" option for "%s".', $path, $name) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 287 |
sprintf('The routing file "%s" must not specify other keys than "alias" and "deprecated" for "%s".', $path, $name) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 282 |
sprintf('Unknown tag "%s" used in file "%s". Expected "route" or "import".', $node->localName, $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 91 |
sprintf('The routing file "%s" must specify the attribute "version" of the "deprecated" option for "%s".', $path, $name) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 291 |
sprintf('File "%s" not found.', $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 53 |
sprintf('This is not a local file "%s".', $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 49 |
sprintf('The file "%s" must contain a YAML array.', $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 74 |
sprintf('The file "%s" does not contain valid YAML: ', $path) . $e->getMessage( ) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 61 |
sprintf('The definition of "%s" in "%s" must be a YAML array.', $name, $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 247 |
sprintf('A placeholder name must be a string (%d given). Did you forget to specify the placeholder key for the requirement "%s" of route "%s" in "%s"?', $placeholder, $requirement, $name, $path) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 138 |
sprintf('The routing file "%s" must not specify both the "resource" key and the "path" key for "%s". Choose between an import and a route definition.', $path, $name) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 258 |
sprintf('The routing file "%s" contains unsupported keys for "%s": "%s". Expected one of: "%s".', $path, $name, implode('", "', $extraKeys), implode('", "', self::AVAILABLE_KEYS)) | /src/Symfony/Component/Routing/Loader/YamlFileLoader.php | 255 |
sprintf('The routing file "%s" must not specify both the "stateless" attribute and the defaults key "_stateless" for ', $path) . $name | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 317 |
sprintf('Unknown tag "%s" used in file "%s". Expected "bool", "int", "float", "string", "list", or "map".', $node->localName, $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 413 |
sprintf('Invalid child element "%s" defined for alias "%s" in "%s".', $child->localName, $node->getAttribute('id'), $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 441 |
sprintf('The <deprecated> element in file "%s" must have a "package" attribute.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 452 |
sprintf('The <deprecated> element in file "%s" must have a "version" attribute.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 455 |
sprintf('Invalid resource "%s" passed to the %s route loader: use the format "object_id::method" or "object_id" if your object class has an "__invoke" method.', $resource, \is_string($type) ? '"' . $type . '"' : 'object') | /src/Symfony/Component/Routing/Loader/ObjectLoader.php | 39 |
sprintf('"%s:getObject()" must return an object: "%s" returned.', static::class, get_debug_type($loaderObject)) | /src/Symfony/Component/Routing/Loader/ObjectLoader.php | 48 |
sprintf('Method "%s" not found on "%s" when importing routing resource "%s".', $method, get_debug_type($loaderObject), $resource) | /src/Symfony/Component/Routing/Loader/ObjectLoader.php | 52 |
sprintf('The <route> element in file "%s" must have an "id" attribute.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 108 |
sprintf('The <route> element in file "%s" must have a "path" attribute or <path> child nodes.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 127 |
sprintf('The <route> element in file "%s" must not have both a "path" attribute and <path> child nodes.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 131 |
sprintf('The <import> element in file "%s" must have a "resource" attribute or element.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 164 |
sprintf('The <route> element in file "%s" must not have both a "prefix" attribute and <prefix> child nodes.', $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 177 |
'You cannot use both the attribute "exclude" and <exclude> tags at the same time.' | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 189 |
sprintf('Unknown tag "%s" used in file "%s". Expected "default", "requirement", "option" or "condition".', $n->localName, $path) | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 291 |
sprintf('The routing file "%s" must not specify both the "controller" attribute and the defaults key "_controller" for ', $path) . $name | /src/Symfony/Component/Routing/Loader/XmlFileLoader.php | 299 |
'The deprecation template must contain the "%alias_id%" placeholder.' | /src/Symfony/Component/Routing/Alias.php | 64 |
'Invalid characters found in deprecation template.' | /src/Symfony/Component/Routing/Alias.php | 60 |
sprintf('The Router does not support the "%s" option.', $key) | /src/Symfony/Component/Routing/Router.php | 136 |
sprintf('The Router does not support the "%s" option.', $key) | /src/Symfony/Component/Routing/Router.php | 122 |
array_unique($this->allow) | /src/Symfony/Component/Routing/Matcher/UrlMatcher.php | 86 |
sprintf('No routes found for "%s".', $pathinfo) | /src/Symfony/Component/Routing/Matcher/UrlMatcher.php | 86 |
sprintf('Expected string, got "%s"', get_debug_type($class)) | /src/Symfony/Component/Routing/Tests/Fixtures/TraceableAttributeClassLoader.php | 26 |
sprintf('Expected env "%s", "%s" given.', $this->env, $env) | /src/Symfony/Component/Routing/Tests/Loader/ObjectLoaderTest.php | 130 |
sprintf('Cannot mix UTF-8 requirement with non-UTF-8 charset for variable "%s" in pattern "%s".', $varName, $pattern) | /src/Symfony/Component/Routing/RouteCompiler.php | 186 |
sprintf('Cannot use UTF-8 route requirements without setting the "utf8" option for variable "%s" in pattern "%s".', $varName, $pattern) | /src/Symfony/Component/Routing/RouteCompiler.php | 183 |
sprintf('Variable name "%s" cannot be longer than %d characters in route pattern "%s". Please use a shorter name.', $varName, self::VARIABLE_MAXIMUM_LENGTH, $pattern) | /src/Symfony/Component/Routing/RouteCompiler.php | 146 |
sprintf('Route pattern "%s" cannot reference variable name "%s" more than once.', $pattern, $varName) | /src/Symfony/Component/Routing/RouteCompiler.php | 142 |
sprintf('The Router does not support the following options: "%s".', implode('", "', $invalid)) | /src/Symfony/Component/Routing/Router.php | 110 |
sprintf('Routing requirement for "%s" cannot be empty.', $key) | /src/Symfony/Component/Routing/Route.php | 448 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Routing/Route.php | 81 |
sprintf('Route alias "%s" can not reference itself.', $name) | /src/Symfony/Component/Routing/RouteCollection.php | 363 |
sprintf('Target route "%s" for alias "%s" does not exist.', $currentId, $name) | /src/Symfony/Component/Routing/Generator/Dumper/CompiledUrlGeneratorDumper.php | 72 |
sprintf('"%s" is not a "BackedEnum" class.', $cases) | /src/Symfony/Component/Routing/Requirement/EnumRequirement.php | 29 |
strtr($message, ['{parameter}' => $varName, '{route}' => $name, '{expected}' => $token[2], '{given}' => $mergedParams[$varName]]) | /src/Symfony/Component/Routing/Generator/UrlGenerator.php | 171 |
strtr($message, ['{parameter}' => $token[3], '{route}' => $name, '{expected}' => $token[2], '{given}' => $mergedParams[$token[3]]]) | /src/Symfony/Component/Routing/Generator/UrlGenerator.php | 224 |
'The Tokenizer extension is required for the routing attribute loader.' | /src/Symfony/Component/Routing/Loader/AttributeFileLoader.php | 33 |
sprintf('The file "%s" does not contain PHP code. Did you forgot to add the "<?php" start tag at the beginning of the file?', $file) | /src/Symfony/Component/Routing/Loader/AttributeFileLoader.php | 81 |
sprintf('Case must be a "BackedEnum" instance, "%s" given.', get_debug_type($case)) | /src/Symfony/Component/Routing/Requirement/EnumRequirement.php | 38 |
sprintf('"%s::%s" is not a case of "%s".', get_debug_type($case), $case->name, $class) | /src/Symfony/Component/Routing/Requirement/EnumRequirement.php | 44 |
'Symfony\Component\Routing\Route cannot contain objects.' | /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php | 470 |
array_keys($allow) | /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php | 42 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/Routing/Matcher/UrlMatcher.php | 244 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php | 447 |
sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name) | /src/Symfony/Component/Routing/Generator/CompiledUrlGenerator.php | 50 |
sprintf('Unable to generate a URL for the named route "%s" as such route does not exist.', $name) | /src/Symfony/Component/Routing/Generator/UrlGenerator.php | 123 |
sprintf('No routes found for "%s".', $pathinfo) | /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php | 45 |
sprintf('No routes found for "%s".', $pathinfo) | /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php | 70 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/SomeCleverNameConfig.php | 78 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php | 63 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php | 38 |
'The node created by "transports()" has already been initialized. You cannot pass values the second time you call transports().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php | 23 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType/Symfony/Config/VariableTypeConfig.php | 44 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes/Symfony/Config/PrimitiveTypesConfig.php | 143 |
'The node created by "messenger()" has already been initialized. You cannot pass values the second time you call messenger().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php | 37 |
'The node created by "someCleverName()" has already been initialized. You cannot pass values the second time you call someCleverName().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php | 25 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ObjectConfig.php | 78 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ListObjectConfig.php | 58 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedListObjectConfig.php | 38 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedObjectConfig.php | 38 |
'The node created by "nestedObject()" has already been initialized. You cannot pass values the second time you call nestedObject().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php | 39 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php | 175 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/KeyedListObjectConfig.php | 58 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php | 78 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders/Symfony/Config/PlaceholdersConfig.php | 83 |
'The node created by "object()" has already been initialized. You cannot pass values the second time you call object().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php | 70 |
'The node created by "keyedListObject()" has already been initialized. You cannot pass values the second time you call keyedListObject().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php | 113 |
'The node created by "nested()" has already been initialized. You cannot pass values the second time you call nested().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php | 125 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/BooksConfig.php | 37 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/Books/PageConfig.php | 58 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/RoutingConfig.php | 38 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/ReceivingConfig.php | 58 |
'The node created by "routing()" has already been initialized. You cannot pass values the second time you call routing().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php | 25 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php | 53 |
'The node created by "books()" has already been initialized. You cannot pass values the second time you call books().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php | 54 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php | 81 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php | 78 |
'The node created by "translator()" has already been initialized. You cannot pass values the second time you call translator().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php | 25 |
'The node created by "messenger()" has already been initialized. You cannot pass values the second time you call messenger().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php | 37 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php | 63 |
sprintf('The path "%s" cannot contain an empty value, but got %s.', $this->getPath( ), json_encode($value)) | /src/Symfony/Component/Config/Definition/VariableNode.php | 82 |
sprintf('The path "%s" cannot contain an environment variable when empty values are not allowed by definition and are validated.', $this->getPath( )) | /src/Symfony/Component/Config/Definition/VariableNode.php | 72 |
sprintf('Invalid type for path "%s". Expected "scalar", but got "%s".', $this->getPath( ), get_debug_type($value)) | /src/Symfony/Component/Config/Definition/ScalarNode.php | 33 |
'merge() expects a normalized config array.' | /src/Symfony/Component/Config/Definition/ArrayNode.php | 362 |
sprintf('You are not allowed to define new elements for path "%s". Please define all elements for this path in one config file. If you are trying to overwrite an element, make sure you redefine it with the same name.', $this->getPath( )) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 350 |
sprintf('Invalid type for path "%s". Expected "array", but got "%s"', $this->getPath( ), get_debug_type($value)) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 244 |
sprintf('Unsetting key for path "%s", value: %s.', $this->getPath( ), json_encode($value)) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 201 |
sprintf('A child node named "%s" already exists.', $name) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 188 |
'Child nodes must be named.' | /src/Symfony/Component/Config/Definition/ArrayNode.php | 185 |
sprintf('The node at path "%s" has no default value.', $this->getPath( )) | /src/Symfony/Component/Config/Definition/ArrayNode.php | 162 |
sprintf('Invalid type for path "%s". Expected "bool", but got "%s".', $this->getPath( ), get_debug_type($value)) | /src/Symfony/Component/Config/Definition/BooleanNode.php | 26 |
sprintf('The value %s is not allowed for path "%s". Permissible values: %s', json_encode($value), $this->getPath( ), $this->getPermissibleValues(', ')) | /src/Symfony/Component/Config/Definition/EnumNode.php | 82 |
sprintf('"%s" only supports one type of enum, "%s" and "%s" passed.', __CLASS__, $enumClass, $value::class) | /src/Symfony/Component/Config/Definition/EnumNode.php | 41 |
sprintf('"%s" only supports scalar, enum, or null values, "%s" given.', __CLASS__, get_debug_type($value)) | /src/Symfony/Component/Config/Definition/EnumNode.php | 37 |
'$values must contain at least one element.' | /src/Symfony/Component/Config/Definition/EnumNode.php | 28 |
sprintf('You are not allowed to define new elements for path "%s". Please define all elements for this path in one config file.', $this->getPath( )) | /src/Symfony/Component/Config/Definition/PrototypedArrayNode.php | 271 |
sprintf('The attribute "%s" must be set for path "%s".', $this->keyAttribute, $this->getPath( )) | /src/Symfony/Component/Config/Definition/PrototypedArrayNode.php | 197 |
sprintf('Duplicate key "%s" for path "%s".', $k, $this->getPath( )) | /src/Symfony/Component/Config/Definition/PrototypedArrayNode.php | 230 |
sprintf('Unsetting key for path "%s", value: %s.', $this->getPath( ), json_encode($value)) | /src/Symfony/Component/Config/Definition/PrototypedArrayNode.php | 159 |
sprintf('The path "%s" should have at least %d element(s) defined.', $this->getPath( ), $this->minNumberOfElements) | /src/Symfony/Component/Config/Definition/PrototypedArrayNode.php | 172 |
sprintf('Invalid type for path "%s". Expected "int", but got "%s".', $this->getPath( ), get_debug_type($value)) | /src/Symfony/Component/Config/Definition/IntegerNode.php | 26 |
'A prototyped array node cannot have concrete children.' | /src/Symfony/Component/Config/Definition/PrototypedArrayNode.php | 153 |
sprintf('Invalid type for path "%s". Expected %s, but got %s.', $this->getPath( ), 1 === \count($validTypes) ? '"' . reset($validTypes) . '"' : 'one of "' . implode('", "', $validTypes) . '"', 1 === \count($knownTypes) ? '"' . reset($knownTypes) . '"' : 'one of "' . implode('", "', $knownTypes) . '"') | /src/Symfony/Component/Config/Definition/BaseNode.php | 497 |
sprintf('A dynamic value is not compatible with a "%s" node type at path "%s".', static::class, $this->getPath( )) | /src/Symfony/Component/Config/Definition/BaseNode.php | 481 |
sprintf('Configuration path "%s" cannot be overwritten. You have to define all options for this path, and any of its sub-paths in one configuration section.', $this->getPath( )) | /src/Symfony/Component/Config/Definition/BaseNode.php | 289 |
sprintf('Invalid configuration for path "%s": ', $this->getPath( )) . $e->getMessage( ) | /src/Symfony/Component/Config/Definition/BaseNode.php | 408 |
'The name must not contain ".' . $pathSeparator . '".' | /src/Symfony/Component/Config/Definition/BaseNode.php | 52 |
'At least one value must be provided.' | /src/Symfony/Component/Config/Definition/BaseNode.php | 71 |
array_keys(self::$loading) | /src/Symfony/Component/Config/Loader/FileLoader.php | 153 |
sprintf('Invalid type for path "%s". Expected "float", but got "%s".', $this->getPath( ), get_debug_type($value)) | /src/Symfony/Component/Config/Definition/FloatNode.php | 31 |
sprintf('The following keys are not supported by "%s": ', __CLASS__) . implode(', ', array_keys($value)) | /src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php | 78 |
'Cannot get a resolver if none was set.' | /src/Symfony/Component/Config/Loader/Loader.php | 35 |
sprintf('Unable to find node at path "%s.%s".', $rootNode->getName( ), $path) | /src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php | 57 |
sprintf('Unable to find node at path "%s.%s".', $rootNode->getName( ), $path) | /src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php | 43 |
sprintf('The directory "%s" does not exist.', $resource) | /src/Symfony/Component/Config/Resource/DirectoryResource.php | 38 |
sprintf('The file "%s" does not exist.', $resource) | /src/Symfony/Component/Config/Resource/FileResource.php | 37 |
'Extended glob patterns cannot be used as the Finder component is not installed. Try running "composer require symfony/finder".' | /src/Symfony/Component/Config/Resource/GlobResource.php | 186 |
sprintf('The path "%s" does not exist.', $prefix) | /src/Symfony/Component/Config/Resource/GlobResource.php | 56 |
sprintf('Unknown node "%s".', $child::class) | /src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php | 118 |
'The node was expected to be an ArrayNode. This Configuration includes an edge case not supported yet.' | /src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php | 109 |
sprintf('->addDefaultChildrenIfNoneSet() is not applicable to concrete nodes at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 448 |
sprintf('->defaultValue() is not applicable to concrete nodes at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 444 |
sprintf('A default value and default children might not be used together at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 467 |
sprintf('->addDefaultsIfNotSet() is not applicable to prototype nodes at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 462 |
sprintf('->addDefaultChildrenIfNoneSet() might not set default children names as ->useAttributeAsKey() is not used at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 475 |
sprintf('->addDefaultChildrenIfNoneSet() should set default children names as ->useAttributeAsKey() is used at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 471 |
'->cannotBeEmpty() is not applicable to BooleanNodeDefinition.' | /src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php | 44 |
sprintf('Node with name "%s" does not exist in the current node "%s".', $firstPathSegment, $this->name) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 500 |
sprintf('You cannot define a min(%s) as you already have a max(%s).', $min, $this->max) | /src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php | 53 |
'->cannotBeEmpty() is not applicable to NumericNodeDefinition.' | /src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php | 65 |
sprintf('The node type "%s" is not registered.', $type) | /src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php | 188 |
sprintf('The node class "%s" does not exist.', $class) | /src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php | 194 |
sprintf('%s: the default value of an array node has to be an array.', $node->getPath( )) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 374 |
sprintf('->useAttributeAsKey() is not applicable to concrete nodes at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 432 |
sprintf('->cannotBeEmpty() is not applicable to concrete nodes at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 436 |
sprintf('->requiresAtLeastOneElement() is not applicable to concrete nodes at path "%s".', $path) | /src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php | 440 |
sprintf('Could not resolve argument "$%s" for "%s". You must typehint it (for example with "%s").', $parameter->getName( ), $path, DefinitionConfigurator::class) | /src/Symfony/Component/Config/Definition/Loader/DefinitionFileLoader.php | 84 |
sprintf($message, json_encode($v)) | /src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php | 199 |
'Unsetting key.' | /src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php | 213 |
'You must specify an if part.' | /src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php | 226 |
'You must specify a then part.' | /src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php | 229 |
'->values() must be called with at least one value.' | /src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php | 31 |
'You must call ->values() on enum nodes.' | /src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php | 47 |
sprintf('You cannot define a max(%s) as you already have a min(%s).', $max, $this->min) | /src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php | 36 |
'Cannot add attribute to NullToken.' | /src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php | 72 |
'Cannot set attributes of NullToken.' | /src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php | 57 |
'Cannot set user on a NullToken.' | /src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php | 38 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php | 157 |
'$firewallName must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php | 30 |
'$firewallName must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php | 33 |
'$firewallName must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php | 41 |
'A non-empty secret is required.' | /src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php | 37 |
sprintf('There is no user provider for user "%s". Shouldn\'t the "supportsClass()" method of your user provider return true for this classname?', get_debug_type($user)) | /src/Symfony/Component/Security/Core/User/ChainUserProvider.php | 91 |
sprintf('There is no user with name "%s".', $username) | /src/Symfony/Component/Security/Core/User/ChainUserProvider.php | 87 |
sprintf('There is no user with identifier "%s".', $identifier) | /src/Symfony/Component/Security/Core/User/ChainUserProvider.php | 61 |
sprintf('Username "%s" does not exist.', $username) | /src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php | 101 |
sprintf('This token has no "%s" attribute.', $name) | /src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php | 128 |
sprintf('The "%s" class requires the "ExpressionLanguage" component. Try running "composer require symfony/expression-language".', ExpressionLanguage::class) | /src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php | 18 |
sprintf('"%s::vote()" must return one of "%s" constants ("ACCESS_GRANTED", "ACCESS_DENIED" or "ACCESS_ABSTAIN"), "%s" returned.', get_debug_type($voter), VoterInterface::class, var_export($result, true)) | /src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php | 72 |
sprintf('Passing more than one Security attribute to "%s()" is not supported.', __METHOD__) | /src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php | 56 |
'User account is disabled.' | /src/Symfony/Component/Security/Core/User/InMemoryUserChecker.php | 30 |
sprintf('"%s" firewall requires a user provider but none was defined.', $firewall) | /src/Symfony/Component/Security/Core/User/MissingUserProvider.php | 31 |
'Should error' | /src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php | 110 |
'The "sub" claim cannot be empty.' | /src/Symfony/Component/Security/Core/User/OidcUser.php | 51 |
'Another user with the same username already exists.' | /src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php | 63 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php | 79 |
'The username cannot be empty.' | /src/Symfony/Component/Security/Core/User/InMemoryUser.php | 32 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php | 58 |
'Signature has expired.' | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 66 |
'Invalid or expired signature.' | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 72 |
sprintf('The "%s" class must implement the "%s" interface.', PasswordAuthenticatedUserInterface::class, get_debug_type($user)) | /src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php | 55 |
'A non-empty secret is required.' | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 42 |
sprintf('Signature can only be used "%d" times.', $this->maxUses) | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 97 |
sprintf('The property path "%s" on the user object "%s" must return a value that can be cast to a string, but "%s" was returned.', $property, $user::class, get_debug_type($value)) | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 121 |
'Signature has expired.' | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 88 |
'Invalid or expired signature.' | /src/Symfony/Component/Security/Core/Signature/SignatureHasher.php | 92 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php | 55 |
'Could not reach the remote GatewayApi server.' | /src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php | 73 |
sprintf('Unable to send the SMS: error %d.', $statusCode) | /src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php | 77 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php | 57 |
'Maximum number of fields should not exceed 10.' | /src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackSectionBlock.php | 43 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php | 58 |
'Could not reach the remote Mattermost server.' | /src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php | 75 |
sprintf('Unable to post the Mattermost message: %s (%s).', $result['message'], $result['id']) | /src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php | 81 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php | 59 |
'Could not reach the remote Clickatell server.' | /src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php | 82 |
sprintf('Unable to send SMS with Clickatell: Error code %d with message "%s" (%s).', $errorCode, $errorInfo, $errorDocumentation) | /src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php | 98 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php | 41 |
sprintf('The "%s" transport required the "to" or "identifiers" option to be set when not sending to everyone.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php | 70 |
'Invalid status code received from Engagespot server: ' . $statusCode | /src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php | 96 |
'Could not reach the remote Engagespot server.' | /src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php | 99 |
'Unable to post the Engagespot message: ' . $errorMessage | /src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php | 106 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php | 67 |
'A valid Slack token needs to start with "xoxb-", "xoxp-" or "xoxa-2". See https://api.slack.com/authentication/token-types for further information.' | /src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php | 37 |
sprintf('Unable to post the Slack message: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php | 98 |
'Could not reach the remote Slack server.' | /src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php | 94 |
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class) | /src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php | 58 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php | 54 |
sprintf('Unable to send SMS: "Code: "%s". Message: "%s"".', $data['code'], $data['msg'] ?? 'Unknown reason') | /src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php | 77 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php | 73 |
sprintf('Maximum number of elements should not exceed %d.', self::ELEMENT_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php | 29 |
sprintf('Maximum length for the block id is %d characters.', self::ID_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php | 45 |
'Maximum number of buttons should not exceed 25.' | /src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackActionsBlock.php | 30 |
sprintf('Maximum number of elements should not exceed %d.', self::ELEMENT_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php | 52 |
sprintf('Maximum number of "blocks" has been reached (%d).', self::MAX_BLOCKS) | /src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php | 35 |
sprintf('Unable to post the Slack message: "%s"%s.', $result['error'], $errors) | /src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php | 105 |
sprintf('Maximum length for the text is %d characters.', self::TEXT_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php | 27 |
sprintf('Maximum number of "blocks" has been reached (%d).', self::MAX_BLOCKS) | /src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php | 106 |
'Could not reach the remote SMSFactor server.' | /src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php | 85 |
'Unable to send the SMS: Invalid phone number' | /src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php | 94 |
'Unable to send the SMS: ' . ($error['message'] ?? $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php | 78 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php | 62 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php | 53 |
'Could not reach the remote Brevo server.' | /src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php | 72 |
'Could not reach the remote Contact Everyone server.' | /src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php | 91 |
sprintf('Unable to send the Contact Everyone message with following error: "%s". For further details, please check this logId: "%s".', $error['message'], $error['logId']) | /src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php | 96 |
'Could not reach the remote RocketChat server.' | /src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php | 74 |
sprintf('Unable to post the RocketChat message: %s.', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php | 78 |
sprintf('Unable to send the SMS - "%s".', $error['message'] ?? $error['error_description'] ?? $error['description'] ?? 'unknown failure') | /src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php | 80 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php | 59 |
sprintf('The "From" number "%s" is not a valid phone number. Phone number must be in E.164 format.', $options['from']['phoneNumber'] ?? '') | /src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php | 63 |
'Could not reach the remote Ring Central server.' | /src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php | 75 |
'Unable to send the SMS: Unknown error' | /src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php | 97 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php | 54 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php | 58 |
sprintf('Unable to send the SMS: code = %d, message = "%s".', $result['error_code'], $result['error']) | /src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php | 87 |
'Unexpected response from remote smsc.ru server.' | /src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php | 83 |
'Could not decode the response from remote smsc.ru server.' | /src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php | 81 |
'Could not reach the remote smsc.ru server.' | /src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php | 79 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php | 59 |
sprintf('Unable to post the Line message: "%s" (%d: "%s").', $originalContent, $errorCode, $errorMessage) | /src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php | 64 |
'Could not reach the remote Line server.' | /src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php | 55 |
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class) | /src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php | 72 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php | 68 |
sprintf('Unable to send the SMS: "%s".', $success['success']) | /src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php | 88 |
sprintf('Unable to send the SMS: "%s" (%s).', $error['description'], $error['code']) | /src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php | 82 |
'Could not reach the remote Sms77 server.' | /src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php | 76 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php | 55 |
sprintf('Unable to post the Gitter message: "%s".', $result['error']) | /src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php | 77 |
'Could not reach the remote Gitter server.' | /src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php | 73 |
sprintf('"%s" is not a valid value, available value for visibility "%s" is "%s".', $value, $visibility, self::DARK) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php | 51 |
sprintf('"%s" is not valid option, available options are "%s".', $landingPageTitle, implode(', ', self::ALL)) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareMediaShare.php | 58 |
sprintf('"%s" is not valid option, available options are "%s".', $shareMediaCategory, implode(', ', self::ALL)) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareContentShare.php | 76 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php | 58 |
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID.', $from) | /src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php | 64 |
'Could not reach the remote Twilio server.' | /src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php | 85 |
'Unable to send the SMS: ' . $error['message'] . sprintf(' (see %s).', $error['more_info']) | /src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php | 91 |
406 | /src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php | 38 |
406 | /src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php | 53 |
'Path is not set.' | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransportFactory.php | 36 |
sprintf('"%s" require recipient id format to be "/webhookb2/{uuid}@{uuid}/IncomingWebhook/{id}/{uuid}", "%s" given.', __CLASS__, $path) | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php | 85 |
sprintf('MessageCard maximum number of "potentialAction" has been reached (%d).', self::MAX_ACTIONS) | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php | 172 |
'MessageCard themeColor must have a valid hex color format.' | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php | 179 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php | 57 |
'Could not reach the remote MicrosoftTeams server.' | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php | 72 |
sprintf('Unable to post the Microsoft Teams message: "%s" (request-id not found).', $originalContent) | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php | 79 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php | 56 |
sprintf('Unable to post the RocketChat message: %s.', $result['error']) | /src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php | 83 |
'Could not reach the remote Termii server.' | /src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php | 79 |
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID.', $options['from']) | /src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php | 68 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php | 62 |
sprintf('Unable to send the SMS - status code: "%s": "%s".', $statusCode, $error['message'] ?? 'unknown error') | /src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php | 88 |
sprintf('Unable to send the SMS: "%s".', $errorMessage) | /src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php | 102 |
'Could not reach the remote MessageMedia server.' | /src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php | 83 |
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, LinkedInOptions::class) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php | 66 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php | 62 |
sprintf('Unable to post the Linkedin message: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php | 89 |
'Could not reach the remote LinkedIn server.' | /src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php | 85 |
sprintf('"%s" is not a valid value, available lifecycle are "%s".', $lifecycleState, implode(', ', self::AVAILABLE_LIFECYCLE)) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/LifecycleStateShare.php | 44 |
sprintf('Unable to post the Linkedin message: "%s".', $result['error']) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php | 95 |
sprintf('"%s" is not a valid value, available value for visibility "%s" are "%s".', $value, $visibility, implode(', ', self::MEMBER_NETWORK)) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php | 47 |
sprintf('"%s" is not a valid visibility, available visibility are "%s".', $visibility, implode(', ', self::AVAILABLE_VISIBILITY)) | /src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php | 43 |
sprintf('The file "%s" does not exist (in: "%s").', $name, implode('", "', $paths)) | /src/Symfony/Component/Config/FileLocator.php | 73 |
'Extension DOM is required.' | /src/Symfony/Component/Config/Util/XmlUtils.php | 48 |
'An empty file name is not valid to be located.' | /src/Symfony/Component/Config/FileLocator.php | 41 |
sprintf('The file "%s" does not exist.', $name) | /src/Symfony/Component/Config/FileLocator.php | 46 |
sprintf('Invalid XSD file: "%s".', $schemaOrCallable) | /src/Symfony/Component/Config/Util/XmlUtils.php | 87 |
'The XML is not valid.' | /src/Symfony/Component/Config/Util/XmlUtils.php | 93 |
implode("\n", static::getXmlErrors($internalErrors)) | /src/Symfony/Component/Config/Util/XmlUtils.php | 57 |
'Document types are not allowed.' | /src/Symfony/Component/Config/Util/XmlUtils.php | 66 |
sprintf('File "%s" is not readable.', $file) | /src/Symfony/Component/Config/Util/XmlUtils.php | 122 |
sprintf('File "%s" does not contain valid XML, it is empty.', $file) | /src/Symfony/Component/Config/Util/XmlUtils.php | 128 |
implode("\n", $messages) | /src/Symfony/Component/Config/Util/XmlUtils.php | 95 |
sprintf('Resource "%s" is not a file.', $file) | /src/Symfony/Component/Config/Util/XmlUtils.php | 118 |
'The node created by "foo()" has already been initialized. You cannot pass values the second time you call foo().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php | 27 |
'The node created by "baz()" has already been initialized. You cannot pass values the second time you call baz().' | /src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php | 46 |
sprintf('The XML file "%s" is not valid.', $file) | /src/Symfony/Component/Config/Util/XmlUtils.php | 134 |
'Mismatch between file name and class name.' | /src/Symfony/Component/Config/Tests/Fixtures/BadFileName.php | 9 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php | 63 |
sprintf('Supported styles for "%s" method are: "%s".', __METHOD__, implode('", "', self::STYLES)) | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/MultiChoiceInput.php | 57 |
sprintf('Supported operating systems for "%s" method are: "%s".', __METHOD__, implode('", "', self::OPERATING_SYSTEMS)) | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/OpenUriAction.php | 49 |
sprintf('Unable to post the Microsoft Teams message: "%s" (%s : "%s").', $originalContent, $requestId, $errorMessage) | /src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php | 86 |
sprintf('The message type "%s" is not supported; supported message types are: "%s"', $type, implode('", "', $supported)) | /src/Symfony/Component/Notifier/Bridge/Mobyt/MobytOptions.php | 76 |
sprintf('Unable to send the SMS: "%s".', $error['result']) | /src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php | 93 |
sprintf('Unable to send the SMS: "%s". Check your credentials.', $message->getSubject( )) | /src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php | 87 |
'Could not reach the remote Mobyt server.' | /src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php | 83 |
sprintf('"%s" needs a phone number, it cannot be empty.', static::class) | /src/Symfony/Component/Notifier/Message/SmsMessage.php | 56 |
sprintf('"%s" needs a phone number, it cannot be empty.', __CLASS__) | /src/Symfony/Component/Notifier/Message/SmsMessage.php | 33 |
'Cannot set a Transport on a RawMessage instance.' | /src/Symfony/Component/Notifier/Message/EmailMessage.php | 110 |
sprintf('"%s" needs an email, it cannot be empty.', __CLASS__) | /src/Symfony/Component/Notifier/Message/EmailMessage.php | 41 |
sprintf('"%s" needs a Transport or a Bus but both cannot be "null".', static::class) | /src/Symfony/Component/Notifier/Channel/AbstractChannel.php | 29 |
sprintf('Importance "%s" is not defined in the Policy.', $importance) | /src/Symfony/Component/Notifier/Channel/ChannelPolicy.php | 31 |
sprintf('To send the "%s" notification by email, you must configure a "from" header by either setting a sender in the global "envelope" of the mailer configuration or by setting a "from" header in the "asEmailMessage()" method.', get_debug_type($notification)) | /src/Symfony/Component/Notifier/Channel/EmailChannel.php | 64 |
sprintf('"%s" needs a Transport or a Bus but both cannot be "null".', static::class) | /src/Symfony/Component/Notifier/Channel/EmailChannel.php | 40 |
'Host must be in format: "subdomain.pagerduty.com".' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php | 51 |
'Invalid "event_action" option given.' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php | 25 |
sprintf('Unable to post the PagerDuty message: "%s".', $result['error']['message']) | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php | 73 |
'Host is not set.' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php | 47 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php | 49 |
'Could not reach the remote PagerDuty server.' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php | 67 |
'Could not reach the remote Smsmode server.' | /src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php | 82 |
sprintf('Unable to send the SMS - "%s".', $error ?: 'unknown failure') | /src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php | 87 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php | 57 |
sprintf('The "From" value "%s" is not a valid sender ID.', $options['from']) | /src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php | 68 |
'Could not reach the remote Octopush server.' | /src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php | 80 |
'Unable to send the SMS: ' . $error['error_code'] | /src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php | 86 |
sprintf('Unable to upload media as attachment: "%s" (%s).', $result['error_description'], $result['error']) | /src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php | 139 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php | 59 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php | 66 |
sprintf('Unable to post the Mastodon message: "%s" (%s).', $result['error_description'], $result['error']) | /src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php | 91 |
sprintf('Unable to send the Ntfy push notification: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php | 103 |
'Could not reach the remote Ntfy server.' | /src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php | 99 |
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, NtfyOptions::class) | /src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php | 65 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php | 61 |
sprintf('Attempt to send the SMS to invalid receivers: "%s".', implode(',', $success['invalidReceivers'])) | /src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php | 134 |
sprintf('Unable to send the SMS: %s.', $error['message']) | /src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php | 128 |
'Could not reach the remote OvhCloud server.' | /src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php | 122 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php | 81 |
sprintf('Unable to send the SMS: ' . $errorMessage . ' (%s).', $errorInfo) | /src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php | 80 |
'Could not reach the remote Mailjet server.' | /src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php | 72 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php | 55 |
'Could not reach the remote Esendex server.' | /src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php | 81 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php | 57 |
'Option "dedup_key" must be set for event actions: "acknowledge" & "resolve".' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php | 53 |
'Timestamp date must be in "RFC3339_EXTENDED" format.' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php | 35 |
'Invalid "severity" option given.' | /src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php | 29 |
sprintf('Unable to send the OneSignal push notification: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php | 99 |
sprintf('Unable to send the OneSignal push notification: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php | 105 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php | 59 |
sprintf('The "%s" transport requires a topic when posting to streams.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php | 66 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsLoggerTransport.php | 55 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php | 65 |
sprintf('The "%s" transport should have configured `defaultRecipientId` via DSN or provided with message options.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php | 75 |
'Could not reach the remote OneSignal server.' | /src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php | 95 |
sprintf('Unable to send the SMS: "%s" (%s).', $error['description'], $error['code']) | /src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php | 80 |
sprintf('Unable to send the SMS: "%s" (%s).', $success['description'], $success['code']) | /src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php | 86 |
sprintf('Cannot create a transport for scheme "%s" without providing an implementation of "%s". Try running "composer require "%s"".', $scheme, $missingDependency, $suggestedPackage) | /src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php | 75 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsEmailTransport.php | 64 |
sprintf('Unable to send the Ntfy push notification: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php | 109 |
'Delayed date must be defined in the future.' | /src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyOptions.php | 112 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php | 57 |
'Could not reach the remote AllMySms server.' | /src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php | 74 |
'Unable to post the Expo message: ' . $errorMessage | /src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php | 92 |
'Could not reach the remote Expo server.' | /src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php | 83 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php | 54 |
sprintf('Unable to post the Expo message: "%s" (%s)', $result['data']['message'], $result['data']['details']['error']) | /src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php | 98 |
'Failed to get Orange access token.' | /src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php | 110 |
sprintf('Unable to send the SMS: "%s" (%s).', $errorMessage, $errorInfo) | /src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php | 88 |
sprintf('The "%s" transport required the "to" option to be set.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php | 66 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php | 58 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 132 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 124 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php | 59 |
'Unable to send the SMS: ' . $error | /src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 136 |
sprintf('Unable to post the Zulip message: "%s" (%s).', $result['msg'], $result['code']) | /src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php | 93 |
'Could not reach the remote Zulip server.' | /src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php | 87 |
'Could not reach the remote LightSms server.' | /src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 120 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php | 100 |
406 | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 82 |
406 | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 87 |
406 | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 58 |
406 | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 66 |
'Could not reach the remote SimpleTextin server.' | /src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php | 79 |
sprintf('Unable to send the SMS - "%s".', $error ?: 'unknown failure') | /src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php | 84 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php | 57 |
sprintf('The "From" number "%s" is not a valid phone number.', $options['accountPhone']) | /src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php | 68 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php | 58 |
'Could not reach the remote Vonage server.' | /src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php | 74 |
'Could not reach the remote Novu server.' | /src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php | 86 |
sprintf('Unable to post the Novu message: "%s" (%d: "%s").', $originalContent, $statusCode, $error) | /src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php | 93 |
406 | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 42 |
406 | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 54 |
'Unable to send the SMS: ' . $msg['error-text'] . sprintf(' (code %s).', $msg['status']) | /src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php | 79 |
'A non-empty secret is required.' | /src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php | 37 |
'Could not reach the remote Plivo server.' | /src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php | 77 |
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID. Phone number must contain only numbers and optional + character.', $options['src']) | /src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php | 65 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php | 56 |
sprintf('Cannot create a transport for scheme "%s" without providing an implementation of "%s". Try running "composer require "%s"".', $scheme, $missingDependency, $suggestedPackage) | /src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php | 74 |
'Unexpected reply from the remote SpotHit server.' | /src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php | 111 |
'Could not reach the remote SpotHit server.' | /src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php | 109 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php | 90 |
sprintf('Unable to send the SMS - status code: "%s": "%s".', $statusCode, $error['error'] ?? 'unknown error') | /src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php | 86 |
sprintf('Unable to find the message id within the Pushover response: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php | 80 |
sprintf('Unable to send the Pushover push notification: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php | 74 |
'Could not reach the remote Pushover server.' | /src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php | 70 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php | 53 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatEmailTransport.php | 63 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatLoggerTransport.php | 55 |
sprintf('Pushover notification sound must be one of "%s".', implode(', ', self::SOUNDS)) | /src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php | 159 |
sprintf('Pushover notification priority must be one of "%s".', implode(', ', self::PRIORITIES)) | /src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php | 119 |
'Host is not set.' | /src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php | 48 |
'Host must be in format: "subdomain.zendesk.com".' | /src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php | 52 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php | 82 |
'Could not reach the remote Telegram server.' | /src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php | 120 |
'Unable to ' . $this->getAction($options) . ' the Telegram message: ' . $result['description'] . sprintf(' (code %d).', $result['error_code']) | /src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php | 126 |
'Missing token.' | /src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php | 48 |
'Malformed token.' | /src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php | 52 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php | 57 |
sprintf('[HTTP %d] Unable to send the SMS: error(s) "%s".', $response->getStatusCode( ), $errors) | /src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php | 116 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php | 55 |
sprintf('The "%s" transport required the "to" option to be set.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php | 63 |
'Could not reach the remote Firebase server.' | /src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php | 78 |
'Unable to post the Firebase message: ' . $errorMessage | /src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php | 92 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php | 53 |
'Could not reach the remote Zendesk server.' | /src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php | 80 |
sprintf('Unable to post the Zendesk message: "%s".', $errorMessage) | /src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php | 91 |
'Could not reach the remote GoogleChat server.' | /src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php | 117 |
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, GoogleChatOptions::class) | /src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php | 81 |
sprintf('Unable to post the Google Chat message: "%s".', $result['error']['message'] ?? $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php | 127 |
'Unable to post the Google Chat message: Invalid response.' | /src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php | 123 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php | 57 |
sprintf('Unable to post the Google Chat message: "%s".', $response->getContent(false)) | /src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php | 131 |
sprintf('Unable to send the SMS: "%s".', $msg['status']) | /src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php | 83 |
'Could not reach the remote Iqsms server.' | /src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php | 78 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php | 54 |
'Could not reach the remote iSendPro server.' | /src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php | 108 |
'Unable to send the message.' | /src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php | 80 |
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class) | /src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php | 58 |
'Could not reach the remote Sinch server.' | /src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php | 73 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php | 57 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php | 77 |
sprintf('Unable to send the SMS: %s (%s).', $error['text'], $error['code']) | /src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php | 79 |
'Please provide a filename or pipe file content to STDIN.' | /src/Symfony/Component/Translation/Command/XliffLintCommand.php | 92 |
sprintf('Cannot load resource "%s".', $resource) | /src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php | 43 |
sprintf('File "%s" not found.', $resource) | /src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php | 33 |
sprintf('This is not a local file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php | 29 |
sprintf('Error opening file "%s".', $resource) | /src/Symfony/Component/Translation/Loader/CsvFileLoader.php | 34 |
sprintf('Invalid resource provided: "%s"; Errors: ', $resource) . XliffUtils::getErrorsAsString($errors) | /src/Symfony/Component/Translation/Loader/XliffFileLoader.php | 62 |
sprintf('Unable to load "%s": ', $resource) . $e->getMessage( ) | /src/Symfony/Component/Translation/Loader/XliffFileLoader.php | 58 |
sprintf('This is neither a file nor an XLIFF string "%s".', $resource) | /src/Symfony/Component/Translation/Loader/XliffFileLoader.php | 47 |
sprintf('$batch argument must be one of ["%s", "%s", "%s"].', self::ALL_BATCH, self::NEW_BATCH, self::OBSOLETE_BATCH) | /src/Symfony/Component/Translation/Catalogue/AbstractOperation.php | 163 |
sprintf('Invalid domain: "%s".', $domain) | /src/Symfony/Component/Translation/Catalogue/AbstractOperation.php | 126 |
sprintf('Invalid domain: "%s".', $domain) | /src/Symfony/Component/Translation/Catalogue/AbstractOperation.php | 113 |
sprintf('Invalid domain: "%s".', $domain) | /src/Symfony/Component/Translation/Catalogue/AbstractOperation.php | 100 |
'Operated catalogues must belong to the same locale.' | /src/Symfony/Component/Translation/Catalogue/AbstractOperation.php | 68 |
sprintf('You must define "framework.enabled_locales" or "framework.translator.providers.%s.locales" config key in order to work with translation providers.', parse_url($provider, \PHP_URL_SCHEME)) | /src/Symfony/Component/Translation/Command/TranslationPushCommand.php | 118 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Component/Translation/Command/XliffLintCommand.php | 160 |
sprintf('File or directory "%s" is not readable.', $filename) | /src/Symfony/Component/Translation/Command/XliffLintCommand.php | 98 |
sprintf('%s; %s, or configure a "%s".', $errorPrefix, $error, ChannelPolicy::class) | /src/Symfony/Component/Notifier/Notifier.php | 78 |
sprintf('%s; the "%s" returns no channels for importance "%s"; %s.', $errorPrefix, ChannelPolicy::class, $notification->getImportance( ), $error) | /src/Symfony/Component/Notifier/Notifier.php | 81 |
sprintf('Unable to create directory "%s".', $directory) | /src/Symfony/Component/Translation/Dumper/FileDumper.php | 53 |
'Dumping translations in the YAML format requires the Symfony Yaml component.' | /src/Symfony/Component/Translation/Dumper/YamlFileDumper.php | 36 |
sprintf('No support implemented for dumping XLIFF version "%s".', $xliffVersion) | /src/Symfony/Component/Translation/Dumper/XliffFileDumper.php | 49 |
'The file dumper needs a path option.' | /src/Symfony/Component/Translation/Dumper/FileDumper.php | 44 |
sprintf('The alias for the tag "translation.extractor" of service "%s" must be set.', $id) | /src/Symfony/Component/Translation/DependencyInjection/TranslationExtractorPass.php | 34 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $translatorAlias) | /src/Symfony/Component/Translation/DependencyInjection/LoggingTranslatorPass.php | 40 |
'The notifier DSN is invalid.' | /src/Symfony/Component/Notifier/Transport/Dsn.php | 37 |
'The notifier DSN must contain a scheme.' | /src/Symfony/Component/Notifier/Transport/Dsn.php | 41 |
sprintf('None of the configured Transports of "%s" supports the given message.', static::class) | /src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php | 68 |
'All transports failed.' | /src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php | 79 |
sprintf('The "%s" channel is not supported.', $channelName) | /src/Symfony/Component/Notifier/Notifier.php | 101 |
sprintf('"%s" must have at least one transport configured.', static::class) | /src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php | 41 |
sprintf('The "%s" channel does not exist.', $channelName) | /src/Symfony/Component/Notifier/Notifier.php | 93 |
sprintf('The "%s" channel needs a Recipient.', $channelName) | /src/Symfony/Component/Notifier/Notifier.php | 97 |
sprintf('The "%s" transport does not support the given message.', $transport) | /src/Symfony/Component/Notifier/Transport/Transports.php | 71 |
sprintf('The "%s" transport does not exist (available transports: "%s").', $transport, implode('", "', array_keys($this->transports))) | /src/Symfony/Component/Notifier/Transport/Transports.php | 67 |
sprintf('"%s" needs an email or a phone but both cannot be empty.', static::class) | /src/Symfony/Component/Notifier/Recipient/Recipient.php | 28 |
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__) | /src/Symfony/Component/Notifier/Transport/AbstractTransport.php | 42 |
'User is not set.' | /src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php | 45 |
'The notifier DSN must contain a host (use "default" by default).' | /src/Symfony/Component/Notifier/Transport/Dsn.php | 46 |
sprintf('None of the available transports support the given message (available transports: "%s").', implode('", "', array_keys($this->transports))) | /src/Symfony/Component/Notifier/Transport/Transports.php | 63 |
'Password is not set.' | /src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php | 50 |
sprintf("Unable to send the SMS. \n%s\n.", implode("\n", $responseArr['message'])) | /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php | 99 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php | 94 |
'Could not reach the remote 46elks server.' | /src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php | 74 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php | 57 |
'This phone number is invalid.' | /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php | 67 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php | 60 |
'Could not reach the remote Sendberry server.' | /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php | 90 |
'The Sender ID is invalid.' | /src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php | 71 |
'Could not reach the GoIP gateway.' | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 87 |
sprintf('The GoIP gateway has responded with a wrong http_code: "%s" on the address: "%s".', $statusCode, $this->getEndpoint( )) | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 91 |
sprintf('Could not send the message through GoIP. Response: "%s".', $response->getContent( )) | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 95 |
sprintf('Could not extract the message id from the GoIP response: "%s".', $response->getContent( )) | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 99 |
'Unable to post the 46elks message: ' . $response->getContent(false) | /src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php | 78 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 63 |
sprintf('The "%s" transport only supports an instance of the "%s" as an option class.', __CLASS__, GoIpOptions::class) | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 67 |
sprintf('The "%s" transport does not support the "From" option.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php | 71 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php | 54 |
'Could not reach the remote Infobip server.' | /src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php | 81 |
sprintf('Unable to send the SMS: ' . $errorMessage . ' (%s).', $errorInfo) | /src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php | 89 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php | 61 |
sprintf('The provided SIM-Slot: "%s" is not valid.', $simSlot) | /src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransportFactory.php | 36 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php | 115 |
$result['title'] . ': ' . ($result['errors'][0]['message'] ?? $result['detail']) | /src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php | 139 |
$name . ' is missing.' | /src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransportFactory.php | 37 |
sprintf('Unable to send the SMS - "%s" - "%s".', $error['type'], $error['description']) | /src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php | 94 |
'Could not reach the remote Bandwidth server.' | /src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php | 89 |
sprintf('The "To" number "%s" is not a valid phone number. The number must be in E.164 format.', $options['to'][0]) | /src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php | 76 |
sprintf('The "From" number "%s" is not a valid phone number. The number must be in E.164 format.', $options['from']) | /src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php | 72 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php | 73 |
sprintf('Unable to post the Chatwork message: "%s" (%d: %s).', $originalContent, $statusCode, implode(', ', $errors)) | /src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php | 89 |
'Could not reach the remote Chatwork server.' | /src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php | 82 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php | 54 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php | 112 |
'Unable to send the SMS: ' . $this->getErrorMsg($matches[1] ?? 999) | /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php | 101 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php | 96 |
'Could not reach the remote SmsBiuras server.' | /src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php | 92 |
'Unable to post the Mercure message: ' . $e->getMessage( ) | /src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php | 89 |
sprintf('The "%s" transport only supports instances of "%s" for options.', __CLASS__, MercureOptions::class) | /src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php | 69 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php | 65 |
sprintf('Hub "%s" not found. Did you mean one of: "%s"?', $hubId, implode('", "', array_keys($this->registry->all( )))) | /src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php | 49 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php | 58 |
sprintf('The "%s" transport does not support "from" in "%s".', __CLASS__, SmsMessage::class) | /src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php | 63 |
'Cannot connect to mercure' | /src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php | 92 |
'The provided JWT is not valid' | /src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php | 104 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php | 68 |
sprintf('The "From" number "%s" is not a valid phone number, shortcode, or alphanumeric sender ID.', $options['from']) | /src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php | 81 |
'Could not reach the remote FreeMobile server.' | /src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php | 79 |
sprintf('Unable to send the SMS: error %d: ', $statusCode) . ($errors[$statusCode] ?? '') | /src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php | 90 |
sprintf('The "%s" only supports max 10 embeds.', __CLASS__) | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordOptions.php | 80 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php | 62 |
'Could not reach the remote ClickSend server.' | /src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php | 96 |
sprintf('Unable to send the SMS - "%s".', $error ?: 'unknown failure') | /src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php | 101 |
sprintf('Unable to post the Discord message: "%s" (%d: "%s").', $originalContent, $errorCode, $errorMessage) | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php | 90 |
sprintf('Unable to post the Discord message: "%s" (%s).', $originalContent, $errorMessage) | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php | 103 |
sprintf('The subject length of a Discord message must not exceed %d characters.', self::SUBJECT_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php | 69 |
'Could not reach the remote Discord server.' | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php | 80 |
sprintf('Maximum length for the name is %d characters.', self::NAME_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordAuthorEmbedObject.php | 29 |
sprintf('Unable to post the Discord message: "%s" (Status Code: %d).', $message->getSubject( ), $statusCode) | /src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php | 106 |
sprintf('Maximum length for the title is %d characters.', self::TITLE_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php | 31 |
sprintf('Maximum length for the text is %d characters.', self::TEXT_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFooterEmbedObject.php | 29 |
sprintf('Maximum number of fields should not exceed %d.', self::FIELDS_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php | 129 |
sprintf('Maximum length for the description is %d characters.', self::DESCRIPTION_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php | 45 |
sprintf('Maximum length for the value is %d characters.', self::VALUE_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php | 44 |
sprintf('Maximum length for the name is %d characters.', self::NAME_LIMIT) | /src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php | 30 |
sprintf('Unable to send SMS with TurboSMS: Error code %d with message "%s".', (int) $error['response_code'], $error['response_status']) | /src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php | 100 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php | 63 |
sprintf('The subject length for "%s" symbols of a TurboSMS message must not exceed %d characters.', $symbols, $subjectLimit) | /src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php | 122 |
sprintf('The sender length of a TurboSMS message must not exceed %d characters.', self::SENDER_LIMIT) | /src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php | 106 |
'Could not reach the remote MessageBird server.' | /src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php | 72 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php | 55 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php | 62 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php | 77 |
'This phone number is invalid.' | /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php | 69 |
'The sending messaging profile must be specified.' | /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php | 71 |
'The Sender ID is invalid.' | /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php | 75 |
'Could not reach the remote Telnyx server.' | /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php | 93 |
'Unable to send the SMS.' | /src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php | 99 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php | 60 |
'Could not reach the remote KazInfoTeh server.' | /src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php | 79 |
'Unable to send the SMS: "Couldn\'t read response".' | /src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php | 85 |
sprintf('Unable to send the SMS: "%s".', $error) | /src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php | 91 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php | 84 |
'Could not reach the remote Smsapi server.' | /src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php | 110 |
'Could not decode body to an array.' | /src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php | 116 |
sprintf('Unable to send the SMS: "%s".', $content['message'] ?? 'unknown error') | /src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php | 120 |
__CLASS__ | /src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php | 62 |
'Could not reach the remote Redlink server.' | /src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php | 88 |
sprintf('Unable to send the SMS: ' . $errorMessage . '. UniqId: (%s).', $requestUniqueIdentifier) | /src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php | 98 |
sprintf('Expected argument of type "%s", "%s" given at property path "%s".', $expectedType, 'NULL' === $actualType ? 'null' : $actualType, $propertyPath) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 195 |
sprintf('The index "%s" is not within the property path.', $index) | /src/Symfony/Component/PropertyAccess/PropertyPath.php | 201 |
sprintf('The index "%s" is not within the property path.', $index) | /src/Symfony/Component/PropertyAccess/PropertyPath.php | 192 |
sprintf('The index "%s" is not within the property path.', $index) | /src/Symfony/Component/PropertyAccess/PropertyPath.php | 183 |
sprintf('Cannot read index "%s" from object of type "%s" because it doesn\'t implement \ArrayAccess.', $index, get_debug_type($zval[self::VALUE])) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 345 |
sprintf('Cannot read index "%s" while trying to traverse path "%s". Available indices are "%s".', $property, (string) $propertyPath, print_r(array_keys($zval[self::VALUE]), true)) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 293 |
sprintf('Cannot read index "%s" while trying to traverse path "%s".', $property, (string) $propertyPath) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 287 |
sprintf('Expected argument of type "%s", "%s" given at property path "%s".', $expectedType, 'NULL' === $actualType ? 'null' : $actualType, $propertyPath) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 200 |
sprintf('The path "%s" cannot be made relative to "%s", because they have different roots ("%s" and "%s").', $path, $basePath, $root, $baseRoot) | /src/Symfony/Component/Filesystem/Path.php | 539 |
sprintf('The absolute path "%s" cannot be made relative to the relative path "%s". You should provide an absolute base path instead.', $path, $basePath) | /src/Symfony/Component/Filesystem/Path.php | 534 |
sprintf('The base path "%s" is not an absolute path.', $basePath) | /src/Symfony/Component/Filesystem/Path.php | 444 |
sprintf('The base path must be a non-empty string. Got: "%s".', $basePath) | /src/Symfony/Component/Filesystem/Path.php | 440 |
sprintf('The index "%s" is not within the property path.', $index) | /src/Symfony/Component/PropertyAccess/PropertyPath.php | 174 |
sprintf('Could not parse property path "%s". Unexpected token "%s" at position %d.', $propertyPath, $remaining[0], $position) | /src/Symfony/Component/PropertyAccess/PropertyPath.php | 125 |
'The property path should not be empty.' | /src/Symfony/Component/PropertyAccess/PropertyPath.php | 86 |
'Failed to retrieve user profile path.' | /src/Symfony/Component/Filesystem/Tests/FilesystemTest.php | 1838 |
sprintf('Argument 2 passed to "%s()" must be string or resource, array given.', __METHOD__) | /src/Symfony/Component/Filesystem/Filesystem.php | 641 |
sprintf('Failed to write file "%s": ', $filename) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 662 |
'A temporary file could not be created: ' . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 608 |
'A temporary file could not be created: ' . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 628 |
sprintf('Unable to perform filesystem operation because the "%s()" function has been disabled.', $func) | /src/Symfony/Component/Filesystem/Filesystem.php | 718 |
"Cannot find the home directory path: Your environment or operating system isn't supported." | /src/Symfony/Component/Filesystem/Path.php | 201 |
sprintf('Argument 2 passed to "%s()" must be string or resource, array given.', __METHOD__) | /src/Symfony/Component/Filesystem/Filesystem.php | 686 |
sprintf('Failed to write file "%s": ', $filename) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 696 |
sprintf('Unable to create "%s" link due to error code 1314: \'A required privilege is not held by the client\'. Do you have the required Administrator-rights?', $linkType) | /src/Symfony/Component/Filesystem/Filesystem.php | 391 |
sprintf('Failed to create "%s" link from "%s" to "%s": ', $linkType, $origin, $target) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 394 |
sprintf('Could not check if file is readable because path length exceeds %d characters.', $maxPathLength) | /src/Symfony/Component/Filesystem/Filesystem.php | 310 |
sprintf('Origin file "%s" is not a file.', $originFile) | /src/Symfony/Component/Filesystem/Filesystem.php | 367 |
sprintf('The origin directory specified "%s" was not found.', $originDir) | /src/Symfony/Component/Filesystem/Filesystem.php | 521 |
sprintf('Unable to guess "%s" file type.', $file) | /src/Symfony/Component/Filesystem/Filesystem.php | 565 |
sprintf('The start path "%s" is not absolute.', $startPath) | /src/Symfony/Component/Filesystem/Filesystem.php | 431 |
sprintf('The end path "%s" is not absolute.', $endPath) | /src/Symfony/Component/Filesystem/Filesystem.php | 435 |
sprintf('Failed to chmod file "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 215 |
sprintf('Failed to remove file "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 197 |
sprintf('Failed to chown file "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 243 |
sprintf('Failed to chown file "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 239 |
sprintf('Failed to chgrp file "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 269 |
sprintf('Failed to chgrp file "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 265 |
sprintf('Cannot rename "%s" to "%s": ', $origin, $target) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 296 |
sprintf('Cannot rename because the target "%s" already exists.', $target) | /src/Symfony/Component/Filesystem/Filesystem.php | 285 |
sprintf('Failed to copy "%s" to "%s".', $originFile, $targetFile) | /src/Symfony/Component/Filesystem/Filesystem.php | 68 |
sprintf('Failed to copy "%s" to "%s" because target file could not be opened for writing: ', $originFile, $targetFile) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 59 |
sprintf('Failed to create "%s": ', $dir) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 98 |
sprintf('Failed to copy the whole content of "%s" to "%s" (%g of %g bytes copied).', $originFile, $targetFile, $bytesCopied, $bytesOrigin) | /src/Symfony/Component/Filesystem/Filesystem.php | 79 |
sprintf('Failed to touch "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 135 |
sprintf('Could not check if file exist because path length exceeds %d characters.', $maxPathLength) | /src/Symfony/Component/Filesystem/Filesystem.php | 112 |
sprintf('Failed to remove directory "%s": ', $file) . $lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 194 |
sprintf('Failed to remove symlink "%s": ', $file) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 163 |
'Unable to write bytes on the wire.' | /src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php | 52 |
'Connection to "localhost" timed out.' | /src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php | 66 |
sprintf('Cannot call "%s()" on a message that is not meant to be queued.', __METHOD__) | /src/Symfony/Component/Mailer/Event/MessageEvent.php | 88 |
sprintf('Cannot call "%s()" on a message that is not meant to be queued.', __METHOD__) | /src/Symfony/Component/Mailer/Event/MessageEvent.php | 100 |
sprintf('The "%d" rule is not supported.', $rule) | /src/Symfony/Component/Mailer/EventListener/MessageListener.php | 58 |
sprintf('Unable to set header "%s".', $name) | /src/Symfony/Component/Mailer/EventListener/MessageListener.php | 108 |
sprintf('Failed to copy "%s" because file does not exist.', $originFile) | /src/Symfony/Component/Filesystem/Filesystem.php | 41 |
sprintf('Failed to copy "%s" to "%s" because source file could not be opened for reading: ', $originFile, $targetFile) . self::$lastError | /src/Symfony/Component/Filesystem/Filesystem.php | 54 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php | 62 |
'Could not reach the remote Brevo server.' | /src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php | 64 |
'Unable to send an email: ' . ($result['message'] ?? $response->getContent(false)) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php | 68 |
sprintf('Unsupported event "%s".', $payload['event']) | /src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php | 45 |
sprintf('Invalid date "%s".', $payload['ts_event']) | /src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php | 51 |
'Should never be called.' | /src/Symfony/Component/Mailer/Tests/MailerTest.php | 91 |
'This method newer should be called.' | /src/Symfony/Component/Mailer/Tests/TransportTest.php | 114 |
'Should never be called.' | /src/Symfony/Component/Mailer/Tests/Transport/AbstractTransportTest.php | 90 |
sprintf('There is no button with "%s" as its content, id, value or name.', $button) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 307 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 303 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 274 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 249 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 236 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 228 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 215 |
sprintf('The "request()" method must be called before "%s()".', __METHOD__) | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 195 |
'Unable to isolate requests as the Symfony Process Component is not installed. Try running "composer require symfony/process".' | /src/Symfony/Component/BrowserKit/AbstractBrowser.php | 113 |
'The page history is empty.' | /src/Symfony/Component/BrowserKit/History.php | 89 |
'You are already on the last page.' | /src/Symfony/Component/BrowserKit/History.php | 75 |
'You are already on the first page.' | /src/Symfony/Component/BrowserKit/History.php | 61 |
'You cannot pass non-empty bodies as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/BrowserKit/HttpBrowser.php | 70 |
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__) | /src/Symfony/Component/BrowserKit/HttpBrowser.php | 35 |
sprintf('The URL "%s" is not valid.', $url) | /src/Symfony/Component/BrowserKit/Cookie.php | 151 |
sprintf('The cookie string "%s" is not valid.', $parts[0]) | /src/Symfony/Component/BrowserKit/Cookie.php | 132 |
sprintf('JSON content was expected to decode to an array, "%s" returned.', get_debug_type($content)) | /src/Symfony/Component/BrowserKit/Response.php | 107 |
sprintf('The cookie expiration time "%s" is not valid.', $expires) | /src/Symfony/Component/BrowserKit/Cookie.php | 80 |
$class . '::__serialize() must return an array' | /src/Symfony/Component/VarExporter/Internal/Exporter.php | 86 |
sprintf('Cannot export value of type "%s".', get_debug_type($value)) | /src/Symfony/Component/VarExporter/Internal/Exporter.php | 287 |
get_resource_type($value) . ' resource' | /src/Symfony/Component/VarExporter/Internal/Exporter.php | 43 |
sprintf('Call to %s method "%s::__serialize()".', $reflector->getMethod('__serialize')->isProtected( ) ? 'protected' : 'private', $class) | /src/Symfony/Component/VarExporter/Internal/Exporter.php | 82 |
'Bad value for TestClass::$private' | /src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildTestClass.php | 27 |
'Bad value for TestClass::$protected' | /src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildTestClass.php | 36 |
__FUNCTION__ . "({$name})" | /src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php | 28 |
__FUNCTION__ . "({$name})" | /src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php | 33 |
__FUNCTION__ . "({$name})" | /src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php | 18 |
__FUNCTION__ . "({$name})" | /src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php | 23 |
'Serialized data is empty.' | /src/Symfony/Component/VarExporter/Tests/VarExporterTest.php | 370 |
'Should not be called.' | /src/Symfony/Component/VarExporter/Tests/VarExporterTest.php | 381 |
'Calling MyArrayObject::setFlags() is forbidden' | /src/Symfony/Component/VarExporter/Tests/VarExporterTest.php | 325 |
'Should not be called.' | /src/Symfony/Component/VarExporter/Tests/VarExporterTest.php | 355 |
'Lazy proxy has no initializer.' | /src/Symfony/Component/VarExporter/LazyProxyTrait.php | 326 |
'Typed property ' . $matches[1] . ' must not be accessed before initialization' | /src/Symfony/Component/VarExporter/LazyGhostTrait.php | 171 |
'__clone should never be called' | /src/Symfony/Component/VarExporter/Tests/VarExporterTest.php | 279 |
'__clone should never be called' | /src/Symfony/Component/VarExporter/Tests/VarExporterTest.php | 271 |
sprintf('Cannot generate lazy proxy with PHP < 8.3: class "%s" is readonly.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 95 |
sprintf('Cannot generate lazy proxy: class "%s" is final.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 92 |
sprintf('Cannot generate lazy proxy: method "%s::%s()" is final.', $class->name, $method->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 137 |
sprintf('Cannot generate lazy proxy: "%s" is not an interface.', $interface->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 101 |
sprintf('Cannot generate lazy ghost: method "%s::%s()" is final.', $class->name, $method->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 51 |
sprintf('Cannot generate lazy ghost: return type of method "%s::__get()" should be "mixed".', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 43 |
sprintf('Cannot generate lazy proxy: "%s" is not a class.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 89 |
sprintf('Cannot generate lazy ghost: class "%s" extends "%s" which is internal.', $class->name, $parent->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 58 |
sprintf('Cannot generate lazy ghost: class "%s" is final.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 34 |
sprintf('Cannot generate lazy ghost with PHP < 8.3: class "%s" is readonly.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 31 |
sprintf('Cannot generate lazy ghost: class "%s" is internal.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 40 |
sprintf('Cannot generate lazy ghost: "%s" is not a concrete class.', $class->name) | /src/Symfony/Component/VarExporter/ProxyHelper.php | 37 |
'The offset ' . $offset . ' is not within the property path' | /src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php | 104 |
sprintf('The offset "%s" is not within the property path.', $offset) | /src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php | 128 |
sprintf('The offset "%s" is not within the property path.', $offset) | /src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php | 146 |
'This method should never have been called.' | /src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php | 74 |
implode('. ', $mutator->getErrors( )) . '.' | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 529 |
sprintf('Could not determine access type for property "%s" in class "%s".', $property, get_debug_type($object)) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 532 |
sprintf('The Symfony Cache component must be installed to use "%s()".', __METHOD__) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 668 |
sprintf('The offset "%s" is not within the property path.', $offset) | /src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php | 81 |
sprintf('The property "%s::$%s" is not readable because it is typed "%s". You should initialize it or declare a default value instead.', $matches[1], $r->getName( ), $type) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 430 |
sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 443 |
sprintf('Cannot modify index "%s" in object of type "%s" because it doesn\'t implement \ArrayAccess.', $index, get_debug_type($zval[self::VALUE])) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 493 |
sprintf('Cannot write property "%s" to an array. Maybe you should write the property path as "[%1$s]" instead?', $property) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 507 |
sprintf('Cannot read property "%s" from an array. Maybe you intended to write the property path as "[%1$s]" instead.', $property) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 373 |
sprintf('The method "%s::%s()" returned "null", but expected type "%3$s". Did you forget to initialize a property or to make the return type nullable using "?%3$s"?', get_debug_type($object), $name, $matches[1]) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 398 |
sprintf('The property "%s::$%s" is not initialized.', $class, $name) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 409 |
sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class) | /src/Symfony/Component/PropertyAccess/PropertyAccessor.php | 413 |
sprintf('Expected response code "%s" but got ', implode('/', $codes)) . $codeStr . $responseStr . '.' | /src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php | 333 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php | 372 |
sprintf('Failed to find an authenticator supported by the SMTP server, which currently supports: "%s".', implode('", "', $modes)) | /src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php | 218 |
'You must set the expected response code.' | /src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php | 323 |
'Unable to write bytes on the wire.' | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php | 50 |
sprintf('Connection to "%s" timed out.', $this->getReadConnectionDescription( )) | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php | 85 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php | 377 |
'A non-empty secret is required.' | /src/Symfony/Component/Mailer/Transport/Smtp/Auth/CramMd5Authenticator.php | 46 |
sprintf('Connection could not be established with host "%s": ', $this->url) . $msg | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php | 154 |
'Unable to connect with STARTTLS: ' . $msg | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php | 171 |
sprintf('Connection to "%s" has been closed unexpectedly.', $this->getReadConnectionDescription( )) | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php | 88 |
sprintf('Unable to read from connection to "%s": ', $this->getReadConnectionDescription( )) . error_get_last( )['message'] | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php | 91 |
406 | /src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php | 60 |
'Postmark only allows a single tag per email.' | /src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php | 58 |
'Process could not be started: ' . $err | /src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php | 50 |
406 | /src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php | 54 |
sprintf('Unable to send message with the "%s" transport: ', __CLASS__) . $e->getMessage( ) | /src/Symfony/Component/Mailer/Transport/AbstractApiTransport.php | 34 |
'All transports failed.' | /src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php | 57 |
'No transports found.' | /src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php | 63 |
sprintf('"%s" must have at least one transport configured.', static::class) | /src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php | 41 |
'User is not set.' | /src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php | 44 |
'The mailer DSN must contain a host (use "default" by default).' | /src/Symfony/Component/Mailer/Transport/Dsn.php | 49 |
'The mailer DSN must contain a scheme.' | /src/Symfony/Component/Mailer/Transport/Dsn.php | 45 |
'The mailer DSN is invalid.' | /src/Symfony/Component/Mailer/Transport/Dsn.php | 41 |
sprintf('Unsupported sendmail command flags "%s"; must be one of "-bs" or "-t" but can include additional flags.', $command) | /src/Symfony/Component/Mailer/Transport/SendmailTransport.php | 58 |
sprintf('The "%s" transport does not exist (available transports: "%s").', $transport, implode('", "', array_keys($this->transports))) | /src/Symfony/Component/Mailer/Transport/Transports.php | 59 |
sprintf('"%s" must have at least one transport configured.', __CLASS__) | /src/Symfony/Component/Mailer/Transport/Transports.php | 43 |
'Password is not set.' | /src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php | 49 |
'Unable to connect with STARTTLS.' | /src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php | 153 |
'smtp or smtp_port is not configured in php.ini.' | /src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php | 46 |
'sendmail_path is not configured in php.ini.' | /src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php | 37 |
sprintf('You must configure a "%s" when a "%s" instance has a text or HTML template set.', BodyRendererInterface::class, get_debug_type($message)) | /src/Symfony/Component/Mailer/Transport/AbstractTransport.php | 84 |
sprintf('Invalid interval "%s": ', $interval instanceof \DateInterval ? 'instance of \DateInterval' : $interval) . $e->getMessage( ) | /src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php | 70 |
'The Schedule DSN must contains a name, e.g. "schedule://default".' | /src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php | 37 |
sprintf('The given Schedule DSN "%s" is invalid.', $dsn) | /src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php | 40 |
sprintf('The schedule "%s" is not found.', $scheduleName) | /src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php | 43 |
sprintf('"%s" cannot send messages.', __CLASS__) | /src/Symfony/Component/Scheduler/Messenger/SchedulerTransport.php | 55 |
sprintf('Tag "scheduler.task" is missing attribute "trigger" on service "%s".', $serviceId) | /src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php | 69 |
sprintf('Tag "scheduler.task" is missing attribute "frequency" on service "%s".', $serviceId) | /src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php | 71 |
sprintf('Tag "scheduler.task" is missing attribute "expression" on service "%s".', $serviceId) | /src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php | 76 |
'Cannot send a RawMessage instance without an explicit Envelope.' | /src/Symfony/Component/Mailer/Envelope.php | 39 |
sprintf('Invalid sender "%s": non-ASCII characters not supported in local-part of email.', $sender->getAddress( )) | /src/Symfony/Component/Mailer/Envelope.php | 49 |
'An envelope must have at least one recipient.' | /src/Symfony/Component/Mailer/Envelope.php | 69 |
sprintf('A recipient must be an instance of "%s" (got "%s").', Address::class, get_debug_type($recipient)) | /src/Symfony/Component/Mailer/Envelope.php | 75 |
'Unable to determine the sender of the message.' | /src/Symfony/Component/Mailer/DelayedEnvelope.php | 96 |
'The mailer DSN has some garbage at the end.' | /src/Symfony/Component/Mailer/Transport.php | 101 |
sprintf('The "%s" keyword is not valid (valid ones are "%s"), ', $matches[1], implode('", "', array_keys($keywords))) | /src/Symfony/Component/Mailer/Transport.php | 143 |
sprintf('You cannot use "%s" as the HttpClient component is not installed. Try running "composer require symfony/http-client".', __CLASS__) | /src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php | 36 |
sprintf('"%s()" expects a strictly positive TTL. Got %d.', __METHOD__, $initialTtl) | /src/Symfony/Component/Lock/Store/MemcachedStore.php | 48 |
'Memcached extension is required.' | /src/Symfony/Component/Lock/Store/MemcachedStore.php | 44 |
'Semaphore extension (sysvsem) is required.' | /src/Symfony/Component/Lock/Store/SemaphoreStore.php | 39 |
sprintf('"%s()" expects a TTL greater or equals to 1 second. Got %s.', __METHOD__, $ttl) | /src/Symfony/Component/Lock/Store/MemcachedStore.php | 70 |
sprintf('"%s()" expects a TTL greater or equals to 1 second. Got "%s".', __METHOD__, $ttl) | /src/Symfony/Component/Lock/Store/DoctrineDbalStore.php | 135 |
'Failed to parse the DSN. Try running "composer require doctrine/dbal".' | /src/Symfony/Component/Lock/Store/DoctrineDbalStore.php | 72 |
sprintf('The adapter "%s" does not support the "%s" driver.', __CLASS__, $driver) | /src/Symfony/Component/Lock/Store/PostgreSqlStore.php | 280 |
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __METHOD__) | /src/Symfony/Component/Lock/Store/PostgreSqlStore.php | 56 |
'Duplicated schedule message.' | /src/Symfony/Component/Scheduler/Schedule.php | 54 |
'A message must be stringable to use "hashed" cron expressions.' | /src/Symfony/Component/Scheduler/RecurringMessage.php | 63 |
sprintf('To register a listener with "%s()", you need to set an event dispatcher on the Schedule.', __METHOD__) | /src/Symfony/Component/Scheduler/Schedule.php | 156 |
sprintf('To register a listener with "%s()", you need to set an event dispatcher on the Schedule.', __METHOD__) | /src/Symfony/Component/Scheduler/Schedule.php | 145 |
sprintf('You cannot use "%s" as the "cron expression" package is not installed. Try running "composer require dragonmantank/cron-expression".', __CLASS__) | /src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php | 64 |
sprintf('To register a listener with "%s()", you need to set an event dispatcher on the Schedule.', __METHOD__) | /src/Symfony/Component/Scheduler/Schedule.php | 167 |
'The "$interval" argument must be greater than zero.' | /src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php | 35 |
'A context must be provided to use "hashed" cron expressions.' | /src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php | 72 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php | 74 |
'Could not reach the remote Mailgun server.' | /src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php | 76 |
406 | /src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php | 62 |
406 | /src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php | 70 |
'A non-empty secret is required.' | /src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php | 44 |
406 | /src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php | 54 |
'Could not reach the remote Scaleway server.' | /src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php | 69 |
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php | 73 |
406 | /src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php | 53 |
406 | /src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php | 59 |
sprintf('Unsupported event "%s".', $payload['event']) | /src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php | 49 |
sprintf('Invalid date "%s".', sprintf('%.6F', $payload['timestamp'])) | /src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php | 54 |
'Could not reach the remote Mailgun server.' | /src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php | 78 |
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php | 82 |
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php | 80 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php | 76 |
sprintf('Unable to send an email (code %d).', $result['code']) | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php | 74 |
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $result['code']) | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php | 71 |
'Could not reach the remote Mandrill server.' | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php | 66 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php | 64 |
sprintf('Invalid date "%s".', $payload['time']) | /src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php | 45 |
sprintf('Unsupported event "%s".', $payload['event']) | /src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php | 39 |
sprintf('Mailjet\'s API only supports one Reply-To email, %d given.', $length) | /src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php | 133 |
sprintf('Unable to send an email: "%s" malformed api response.', $response->getContent(false)) | /src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php | 99 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php | 67 |
'Unable to send an email: ' . ($result['message'] ?? '') . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php | 70 |
sprintf('Unable to send an email: "%s" (code %d).', $content, $statusCode) | /src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php | 66 |
'Could not reach the remote MailerSend server.' | /src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php | 60 |
sprintf('Unable to send an email (code %d).', $result['code']) | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php | 69 |
'Unable to send an email: ' . $result['message'] . sprintf(' (code %d).', $result['code']) | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php | 66 |
'Could not reach the remote Mandrill server.' | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php | 61 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php | 59 |
406 | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php | 102 |
406 | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php | 106 |
'Could not reach the remote Sendgrid server.' | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php | 61 |
'Unable to send an email: ' . implode('; ', array_column($result['errors'], 'message')) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php | 68 |
406 | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php | 53 |
406 | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php | 60 |
406 | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php | 74 |
'A non-empty secret is required.' | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php | 93 |
406 | /src/Symfony/Component/Mailer/Bridge/Mailjet/Webhook/MailjetRequestParser.php | 45 |
sprintf('Unable to send an email: "%s" (code %d).', $response->getContent(false), $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php | 86 |
'Could not reach the remote Mailjet server.' | /src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php | 88 |
sprintf('Unable to send an email: "%s" (code %d).', $errorDetails, $statusCode) | /src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php | 94 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php | 70 |
sprintf('Too many "%s" instances present in the email headers. Sendgrid does not accept more than 10 categories on an email.', TagHeader::class) | /src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php | 130 |
sprintf('Unsupported event "%s".', $payload['unsubscribe']) | /src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php | 42 |
sprintf('Invalid date "%s".', $payload['timestamp']) | /src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php | 48 |
sprintf('Unsupported event "%s".', $payload['RecordType']) | /src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php | 48 |
sprintf('Unsupported event "%s".', $payload['RecordType']) | /src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php | 37 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php | 64 |
sprintf('Invalid date "%s".', $payloadDate) | /src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php | 58 |
'Could not reach the remote Postmark server.' | /src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php | 68 |
'Unable to send an email: ' . $response->getContent(false) . sprintf(' (code %d).', $statusCode) | /src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php | 66 |
'Postmark only allows a single tag per email.' | /src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php | 102 |
'Unable to send an email: ' . $result['Message'] . sprintf(' (code %d).', $result['ErrorCode']) | /src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php | 72 |
sprintf('Unable to send an email: %s (code %s).', $e->getAwsMessage( ) ?: $e->getMessage( ), $e->getAwsCode( ) ?: $e->getCode( )) | /src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesHttpAsyncAwsTransport.php | 62 |
sprintf('Unable to send an email: "%s" (code %d).', $response->getContent(false), $statusCode) | /src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php | 88 |
'Unable to determine the sender of the message.' | /src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php | 151 |
sprintf('Unable to send message with the "%s" transport: ', __CLASS__) . $e->getMessage( ) | /src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php | 49 |
'Infobip mailer for API DSN must contain a host.' | /src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php | 30 |
'Could not reach the remote MailPace endpoint.' | /src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php | 66 |
sprintf('Unable to send an email: "%s" (code %d).', $response->getContent(false), $statusCode) | /src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php | 82 |
'Could not reach the remote Infobip server.' | /src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php | 78 |
'Error while retrieving entry count: ' . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php | 47 |
'Could not rewind entries array: ' . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php | 67 |
'Could not fetch attributes: ' . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php | 111 |
'Could not fetch DN: ' . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php | 119 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 35 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 40 |
'Could not free results: ' . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 56 |
'Query execution is not possible without binding the connection first.' | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 66 |
sprintf('Could not rename entry "%s" to "%s": ', $entry->getDn( ), $newRdn) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 120 |
sprintf('Could not move entry "%s" to "%s": ', $entry->getDn( ), $newParent) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 140 |
'Query execution is not possible without binding the connection first.' | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 153 |
sprintf('Error executing UpdateOperation on "%s": ', $dn) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 175 |
sprintf('Entry "%s" malformed, could not parse RDN.', $entry->getDn( )) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 184 |
'The LDAP PHP extension is not enabled.' | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php | 32 |
sprintf('"%s" is not a valid modification type.', $operationType) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/UpdateOperation.php | 38 |
sprintf('$values must be null for LDAP_MODIFY_BATCH_REMOVE_ALL operation, "%s" given.', get_debug_type($values)) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/UpdateOperation.php | 41 |
"Calling isStatic() when having a mutator of type {$this->type} is not tolerated." | /src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php | 99 |
"Calling getVisibility() when having a mutator of type {$this->type} is not tolerated." | /src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php | 90 |
'Oops' | /src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php81Dummy.php | 22 |
sprintf('Unable to read file "%s".', $fileName) | /src/Symfony/Component/PropertyInfo/PhpStan/NameScopeFactory.php | 59 |
sprintf('Unable to use the "%s" class as the "phpdocumentor/type-resolver" package is not installed. Try running composer require "phpdocumentor/type-resolver".', __CLASS__) | /src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php | 59 |
sprintf('"%s" expects strings, given "%s".', __CLASS__, get_debug_type($string)) | /src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php | 82 |
sprintf('Unable to use the "%s" class as the "phpdocumentor/reflection-docblock" package is not installed. Try running composer require "phpdocumentor/reflection-docblock".', __CLASS__) | /src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php | 63 |
sprintf('Unable to use the "%s" class as the "phpstan/phpdoc-parser" package is not installed. Try running composer require "phpstan/phpdoc-parser".', __CLASS__) | /src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php | 63 |
sprintf('Could not complete search with dn "%s", query "%s" and filters "%s".%s.', $this->dn, $this->query, implode(',', $this->options['filter']), $ldapError) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 110 |
sprintf('Could not search in scope "%s".', $this->options['scope']) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php | 76 |
sprintf('"%s" is not a valid PHP type.', $builtinType) | /src/Symfony/Component/PropertyInfo/Type.php | 82 |
sprintf('Unknown option "%s".', $name) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php | 83 |
"Calling getName() when having a mutator of type {$this->type} is not tolerated." | /src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php | 53 |
sprintf('"%s()": Argument #%d (%s) must be of type "%s[]", "%s" or "null", array value "%s" given.', __METHOD__, $argumentIndex, $argumentName, self::class, self::class, get_debug_type($collectionArgument)) | /src/Symfony/Component/PropertyInfo/Type.php | 102 |
"Calling getRemoverInfo() when having a mutator of type {$this->type} is not tolerated." | /src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php | 81 |
"Calling getAdderInfo() when having a mutator of type {$this->type} is not tolerated." | /src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php | 67 |
sprintf('Cannot check credentials using the "%s" ldap service, as such service is not found. Did you maybe forget to add the "ldap" service tag to this service?', $ldapBadge->getLdapServiceId( )) | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 63 |
'The presented password cannot be empty.' | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 68 |
sprintf('LDAP authentication requires a passport containing password credentials, authenticator "%s" does not fulfill these requirements.', $event->getAuthenticator( )::class) | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 53 |
'LDAP authentication password verification cannot be completed because something else has already resolved the PasswordCredentials.' | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 59 |
'The presented password is invalid.' | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 101 |
'More than one user found.' | /src/Symfony/Component/Ldap/Security/LdapUserProvider.php | 87 |
'Using the "query_string" config without using a "search_dn" and a "search_password" is not supported.' | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 84 |
'The presented user identifier is invalid.' | /src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php | 90 |
'The timestamp must be positive.' | /src/Symfony/Component/Uid/UuidV7.php | 58 |
'Missing namespace: use the "--namespace" option or configure a default namespace in the underlying factory.' | /src/Symfony/Component/Uid/Command/GenerateUuidCommand.php | 153 |
sprintf('Invalid UUID%s: "%s".', static::TYPE ? 'v' . static::TYPE : '', $uuid) | /src/Symfony/Component/Uid/Uuid.php | 35 |
sprintf('Invalid UUID%s: "%s".', static::TYPE ? 'v' . static::TYPE : '', $uuid) | /src/Symfony/Component/Uid/Uuid.php | 41 |
'The username cannot be empty.' | /src/Symfony/Component/Ldap/Security/LdapUser.php | 35 |
sprintf('Decorated authenticator "%s" does not implement interface "%s".', get_debug_type($this->authenticator), AuthenticationEntryPointInterface::class) | /src/Symfony/Component/Ldap/Security/LdapAuthenticator.php | 86 |
sprintf('A namespace should be defined when using "%s()".', __METHOD__) | /src/Symfony/Component/Uid/Factory/UuidFactory.php | 75 |
sprintf('Adapter "%s" not found. Only "ext_ldap" is supported at the moment.', $adapter) | /src/Symfony/Component/Ldap/Ldap.php | 61 |
sprintf('Could not add entry "%s": ', $entry->getDn( )) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 40 |
'Could not initiate TLS connection: ' . ldap_error($this->connection) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php | 162 |
'Invalid connection string: ' . $this->config['connection_string'] | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php | 150 |
sprintf('Could not retrieve value for option "%s".', $name) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php | 105 |
sprintf('Could not remove values from entry "%s", attribute "%s": ', $entry->getDn( ), $attribute) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 106 |
sprintf('Could not add values to entry "%s", attribute "%s": ', $entry->getDn( ), $attribute) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 87 |
sprintf('Could not remove entry "%s": ', $entry->getDn( )) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 68 |
sprintf('Could not update entry "%s": ', $entry->getDn( )) . ldap_error($con) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php | 54 |
sprintf('Missing attribute "%s" for user "%s".', $attribute, $entry->getDn( )) | /src/Symfony/Component/Ldap/Security/LdapUserProvider.php | 163 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Component/Ldap/Security/LdapUserProvider.php | 120 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Component/Ldap/Security/LdapUserProvider.php | 108 |
sprintf('User "%s" not found.', $identifier) | /src/Symfony/Component/Ldap/Security/LdapUserProvider.php | 80 |
sprintf('Could not set value "%s" for option "%s".', $value, $name) | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php | 98 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php | 49 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php | 44 |
sprintf('Attribute "%s" has multiple values.', $attribute) | /src/Symfony/Component/Ldap/Security/LdapUserProvider.php | 172 |
sprintf('"%s" requires gcProbability between 0 and 1, "%f" given.', __METHOD__, $gcProbability) | /src/Symfony/Component/Lock/Store/DatabaseTableTrait.php | 33 |
sprintf('"%s()" expects a strictly positive TTL, "%d" given.', __METHOD__, $initialTtl) | /src/Symfony/Component/Lock/Store/DatabaseTableTrait.php | 36 |
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __METHOD__) | /src/Symfony/Component/Lock/Store/PdoStore.php | 73 |
sprintf('"%s()" expects a TTL greater or equals to 1 second. Got "%s".', __METHOD__, $ttl) | /src/Symfony/Component/Lock/Store/PdoStore.php | 128 |
sprintf('The adapter "%s" does not support the "%s" driver.', __CLASS__, $driver) | /src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php | 273 |
sprintf('Unsupported Connection: "%s".', get_debug_type($connection)) | /src/Symfony/Component/Lock/Store/StoreFactory.php | 53 |
'Unsupported Redis or Memcached DSN. Try running "composer require symfony/cache".' | /src/Symfony/Component/Lock/Store/StoreFactory.php | 67 |
sprintf('Unsupported Connection: "%s".', $connection) | /src/Symfony/Component/Lock/Store/StoreFactory.php | 111 |
sprintf('Failed to store the "%s" lock.', $key) | /src/Symfony/Component/Lock/Store/ExpiringStoreTrait.php | 27 |
sprintf('The adapter "%s" does not support the "%s" platform.', __CLASS__, $connOrUrl->getDatabasePlatform( )::class) | /src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php | 48 |
'Failed to parse DSN. Try running "composer require doctrine/dbal".' | /src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php | 53 |
'DSN is invalid for Doctrine DBAL.' | /src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php | 267 |
'Failed to extract list of opened semaphores. Expected a Semaphore list, got ' . implode(\PHP_EOL, $lines) | /src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php | 51 |
'Failed to extract list of opened semaphores. Expected a Semaphore status, got ' . implode(\PHP_EOL, $lines) | /src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php | 59 |
'Failed to extract list of opened semaphores. Expected a "used arrays" key, got ' . implode(\PHP_EOL, $lines) | /src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php | 63 |
sprintf('"%s()" expects being initialized with a Redis, Relay, RedisArray, RedisCluster or Predis\ClientInterface, "%s" given.', __METHOD__, get_debug_type($this->redis)) | /src/Symfony/Component/Lock/Tests/Store/AbstractRedisStoreTestCase.php | 101 |
'Failed to acquire lock.' | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 232 |
'Lock was acquired by someone else.' | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 230 |
sprintf('"%s()" expects a strictly positive TTL. Got %d.', __METHOD__, $initialTtl) | /src/Symfony/Component/Lock/Store/RedisStore.php | 43 |
'Failed to put off the expiration of the lock.' | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 254 |
sprintf('"%s()" expects a strictly positive TTL, got "%d".', __METHOD__, $this->initialTtl) | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 136 |
sprintf('"%s()" gcProbability must be a float from 0.0 to 1.0, "%f" given.', __METHOD__, $this->options['gcProbability']) | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 132 |
sprintf('The given MongoDB Connection URI "%s" is invalid.', $uri) | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 154 |
sprintf('The given MongoDB Connection URI "%s" is invalid. Expecting "mongodb://" or "mongodb+srv://".', $uri) | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 150 |
'Invalid Zookeeper DSN.' | /src/Symfony/Component/Lock/Store/ZookeeperStore.php | 44 |
'Unsupported DSN for Zookeeper.' | /src/Symfony/Component/Lock/Store/ZookeeperStore.php | 40 |
sprintf('"%s()" requires the "collection" in the URI querystring or option.', __METHOD__) | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 127 |
sprintf('"%s()" requires the "database" in the URI path or option.', __METHOD__) | /src/Symfony/Component/Lock/Store/MongoDbStore.php | 124 |
sprintf('The FlockStore directory "%s" does not exists and cannot be created.', $lockPath) | /src/Symfony/Component/Lock/Store/FlockStore.php | 44 |
sprintf('Creating the lock table is currently not implemented for platform "%s".', $driver) | /src/Symfony/Component/Lock/Store/PdoStore.php | 196 |
sprintf('The store must implement "%s". Got "%s".', PersistingStoreInterface::class, get_debug_type($store)) | /src/Symfony/Component/Lock/Store/CombinedStore.php | 46 |
sprintf('The FlockStore directory "%s" is not writable.', $lockPath) | /src/Symfony/Component/Lock/Store/FlockStore.php | 47 |
'Autoloader not found.' | /src/Symfony/Component/Runtime/Tests/phpt/autoload.php | 32 |
sprintf('File "%s" defined under "extra.runtime.autoload_template" in your composer.json file not found.', $this->composer->getPackage( )->getExtra( )['runtime']['autoload_template']) | /src/Symfony/Component/Runtime/Internal/ComposerPlugin.php | 73 |
sprintf('Cannot resolve argument "%s $%s" in "%s" on line "%d": "%s" supports only arguments "array $context", "array $argv" and "array $request", or a runtime named "Symfony\Runtime\%1$sRuntime".', $type, $parameter->name, $r->getFileName( ), $r->getStartLine( ), get_debug_type($this)) | /src/Symfony/Component/Runtime/GenericRuntime.php | 174 |
sprintf('Unexpected value of type "%s" returned, "string|int|null" expected from "%s" on line "%d".', get_debug_type($exitStatus), $r->getFileName( ), $r->getStartLine( )) | /src/Symfony/Component/Runtime/Runner/ClosureRunner.php | 39 |
sprintf('"%s" doesn\'t know how to handle apps of type "%s".', get_debug_type($this), get_debug_type($application)) | /src/Symfony/Component/Runtime/GenericRuntime.php | 128 |
sprintf('Zero argument should be required by the runner callable, but at least one is in "%s" on line "%d.', $r->getFileName( ), $r->getStartLine( )) | /src/Symfony/Component/Runtime/GenericRuntime.php | 135 |
sprintf('Service "%s" must define the "event" attribute on "kernel.event_listener" tags.', $id) | /src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php | 181 |
sprintf('Cannot use "--env" or "-e" when the "%s" file defines "%s" and the "dotenv_overload" runtime option is true.', $options['dotenv_path'] ?? '.env', $envKey) | /src/Symfony/Component/Runtime/SymfonyRuntime.php | 111 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php | 126 |
sprintf('Service "%s" must implement interface "%s".', $id, EventSubscriberInterface::class) | /src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php | 129 |
sprintf('Argument "%s" not found.', $key) | /src/Symfony/Component/EventDispatcher/GenericEvent.php | 62 |
sprintf('None of the "%s" or "__invoke" methods exist for the service "%s". Please define the "method" attribute on "kernel.event_listener" tags.', $event['method'], $id) | /src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php | 91 |
'Unmodifiable event dispatchers must not be modified.' | /src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php | 45 |
'Unmodifiable event dispatchers must not be modified.' | /src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php | 50 |
'Unmodifiable event dispatchers must not be modified.' | /src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php | 35 |
'Unmodifiable event dispatchers must not be modified.' | /src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php | 40 |
'boom' | /src/Symfony/Component/Lock/Tests/LockTest.php | 620 |
'boom' | /src/Symfony/Component/Lock/Tests/LockTest.php | 582 |
'boom' | /src/Symfony/Component/Lock/Tests/LockTest.php | 94 |
sprintf('Failed to release the "%s" lock, the resource is still locked.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 227 |
sprintf('Failed to release the "%s" lock.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 223 |
sprintf('Failed to define an expiration for the "%s" lock.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 205 |
sprintf('Failed to put off the expiration of the "%s" lock within the specified time.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 195 |
'You have to define an expiration duration.' | /src/Symfony/Component/Lock/Lock.php | 181 |
sprintf('Failed to acquire the "%s" lock.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 174 |
sprintf('Failed to store the "%s" lock.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 159 |
sprintf('Failed to acquire the "%s" lock.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 116 |
sprintf('Failed to store the "%s" lock.', $this->key) | /src/Symfony/Component/Lock/Lock.php | 101 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Lock/Lock.php | 52 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Lock/Lock.php | 47 |
'The key cannot be serialized.' | /src/Symfony/Component/Lock/Key.php | 96 |
sprintf('Unexpected value of type "%s" returned, "object" expected from "%s" on line "%d".', get_debug_type($app), $r->getFileName( ), $r->getStartLine( )) | /src/Symfony/Component/Runtime/Resolver/DebugClosureResolver.php | 31 |
'$firewallName must not be empty.' | /src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php | 61 |
sprintf('The "%s::start()" method must return a Response object ("%s" returned).', get_debug_type($this->authenticationEntryPoint), $given) | /src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php | 214 |
'Switch User failed: ' . $e->getMessage( ) | /src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php | 120 |
'Could not find original Token object.' | /src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php | 110 |
'Invalid CSRF token.' | /src/Symfony/Component/Security/Http/Firewall/LogoutListener.php | 79 |
'Could not find original Token object.' | /src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php | 204 |
sprintf('There is no logged-in user to pass to $%s, make the argument nullable if you want to allow anonymous access to the action.', $argument->getName( )) | /src/Symfony/Component/Security/Http/Controller/UserValueResolver.php | 52 |
'No logout listener set the Response, make sure at least the DefaultLogoutListener is registered.' | /src/Symfony/Component/Security/Http/Firewall/LogoutListener.php | 87 |
'The cookie is incorrectly formatted.' | /src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php | 63 |
sprintf('The logged-in user is an instance of "%s" but a user of type "%s" is expected.', $user::class, $argument->getType( )) | /src/Symfony/Component/Security/Http/Controller/UserValueResolver.php | 62 |
'The cookie has expired.' | /src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php | 79 |
'This token was already used. The account is possibly compromised.' | /src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php | 75 |
'The user identifier contains a character from outside the base64 alphabet.' | /src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php | 47 |
'The cookie contains invalid data.' | /src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php | 44 |
'Cannot create the remember-me cookie; no master request available.' | /src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php | 96 |
sprintf('The UserProviderInterface implementation must return an instance of UserInterface, but returned "%s".', get_debug_type($user)) | /src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php | 70 |
'The cookie\'s hash is invalid.' | /src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php | 58 |
'The cookie has expired.' | /src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php | 60 |
'The cookie\'s hash is invalid.' | /src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php | 71 |
'The cookie has expired.' | /src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php | 73 |
'Missing user from link.' | /src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php | 58 |
'Login link could not be validated.' | /src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php | 65 |
'Invalid JSON.' | /src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php | 86 |
sprintf('The key "%s" must be a non-empty string.', $this->options['username_path']) | /src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php | 152 |
sprintf('The key "%s" must be provided.', $this->options['username_path']) | /src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php | 155 |
sprintf('The key "%s" must be a non-empty string.', $this->options['password_path']) | /src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php | 163 |
sprintf('The key "%s" must be provided.', $this->options['password_path']) | /src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php | 166 |
sprintf('SSL credentials not found: "%s", "%s".', $this->userKey, $this->credentialsKey) | /src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php | 57 |
'Invalid credentials.' | /src/Symfony/Component/Security/Http/Authenticator/AccessTokenAuthenticator.php | 58 |
sprintf('User key was not found: "%s".', $this->userKey) | /src/Symfony/Component/Security/Http/Authenticator/RemoteUserAuthenticator.php | 43 |
sprintf('The key "%s" must be a string, "%s" given.', $this->options['username_parameter'], \gettype($credentials['username'])) | /src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php | 127 |
sprintf('The key "%s" must be a string, "%s" given.', $this->options['password_parameter'], \gettype($credentials['password'])) | /src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php | 135 |
'$userIdentifier must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php | 33 |
'$class must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php | 30 |
'No token found.' | /src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php | 37 |
'No token found.' | /src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php | 28 |
'The CSRF token with ID ' . $tokenId . ' does not exist.' | /src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php | 48 |
sprintf('$namespace must be a string, a callable returning a string, null or an instance of "RequestStack". "%s" given.', get_debug_type($namespace)) | /src/Symfony/Component/Security/Csrf/CsrfTokenManager.php | 62 |
'$tokenValue must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php | 39 |
'$series must not be empty.' | /src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php | 36 |
'A non-empty secret is required.' | /src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php | 40 |
'You must provide a UrlGeneratorInterface instance to be able to use routes.' | /src/Symfony/Component/Security/Http/HttpUtils.php | 154 |
'Entropy should be greater than 7.' | /src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php | 31 |
'The CSRF token with ID ' . $tokenId . ' does not exist.' | /src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php | 53 |
'You cannot use the "oidc" token handler since "web-token/jwt-signature" and "web-token/jwt-checker" are not installed. Try running "composer require web-token/jwt-signature web-token/jwt-checker".' | /src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php | 54 |
'You cannot use the "OidcUserInfoTokenHandler" since the String component is not installed. Try running "composer require symfony/string".' | /src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTrait.php | 28 |
'Invalid credentials.' | /src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php | 57 |
sprintf('"%s" claim not found on OIDC server response.', $this->claim) | /src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php | 46 |
'This should not be called' | /src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php | 313 |
'Invalid access token or invalid user.' | /src/Symfony/Component/Security/Http/Tests/Authenticator/InMemoryAccessTokenHandler.php | 28 |
sprintf('"%s" claim not found.', $this->claim) | /src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php | 91 |
'Invalid credentials.' | /src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php | 102 |
'Unable to generate the logout URL without a Request.' | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 98 |
'Unable to generate the logout URL without a Router.' | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 108 |
'Unable to generate the logout URL without a path.' | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 85 |
'Unable to generate the logout URL without a RequestStack.' | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 92 |
'Unable to find logout in the current firewall, pass the firewall name manually to generate a logout URL.' | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 158 |
sprintf('Argument $exceptionOnNoToken of "%s()" must be set to "false".', __METHOD__) | /src/Symfony/Component/Security/Http/Firewall/AccessListener.php | 40 |
sprintf('No LogoutListener found for firewall key "%s".', $key) | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 127 |
'This request is not behind a firewall, pass the firewall name manually to generate a logout URL.' | /src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php | 155 |
sprintf('There is no user provider for user "%s". Shouldn\'t the "supportsClass()" method of your user provider return true for this classname?', $userClass) | /src/Symfony/Component/Security/Http/Firewall/ContextListener.php | 251 |
'Class not found: ' . $class | /src/Symfony/Component/Security/Http/Firewall/ContextListener.php | 324 |
'$contextKey must not be empty.' | /src/Symfony/Component/Security/Http/Firewall/ContextListener.php | 61 |
sprintf('User provider "%s" must implement "%s".', get_debug_type($provider), UserProviderInterface::class) | /src/Symfony/Component/Security/Http/Firewall/ContextListener.php | 199 |
sprintf('A hash key must be a quoted string, a number, a name, or an expression enclosed in parentheses (unexpected token "%s" of value "%s".', $current->type, $current->value) | /src/Symfony/Component/ExpressionLanguage/Parser.php | 328 |
sprintf('Unexpected token "%s" of value "%s".', $token->type, $token->value) | /src/Symfony/Component/ExpressionLanguage/Parser.php | 266 |
sprintf('Unexpected "%s".', $expression[$cursor]) | /src/Symfony/Component/ExpressionLanguage/Lexer.php | 58 |
'Expected name.' | /src/Symfony/Component/ExpressionLanguage/Parser.php | 366 |
sprintf('Unexpected token "%s" of value "%s".', $stream->current->type, $stream->current->value) | /src/Symfony/Component/ExpressionLanguage/Parser.php | 125 |
sprintf('An expression function name must be defined when PHP function "%s" is namespaced.', $phpFunctionName) | /src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php | 82 |
sprintf('Variable "%s" is not valid.', $token->value) | /src/Symfony/Component/ExpressionLanguage/Parser.php | 237 |
sprintf('The function "%s" does not exist.', $token->value) | /src/Symfony/Component/ExpressionLanguage/Parser.php | 230 |
'Unexpected end of expression.' | /src/Symfony/Component/ExpressionLanguage/TokenStream.php | 50 |
sprintf('The string "%s" is not the name of a valid enum case.', $str) | /src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php | 151 |
'This script must be run from the command line.' | /src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php | 13 |
sprintf('%sUnexpected token "%s" of value "%s" ("%s" expected%s).', $message ? $message . '. ' : '', $token->type, $token->value, $type, $value ? sprintf(' with value "%s"', $value) : '') | /src/Symfony/Component/ExpressionLanguage/TokenStream.php | 63 |
sprintf('Unexpected character "%s".', $expression[$cursor]) | /src/Symfony/Component/ExpressionLanguage/Lexer.php | 94 |
sprintf('Unclosed "%s".', $expect) | /src/Symfony/Component/ExpressionLanguage/Lexer.php | 63 |
'Registering functions after calling evaluate(), compile() or parse() is not supported.' | /src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php | 120 |
sprintf('Unclosed "%s".', $expect) | /src/Symfony/Component/ExpressionLanguage/Lexer.php | 102 |
'Division by zero.' | /src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php | 163 |
'Modulo by zero.' | /src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php | 169 |
sprintf('Regexp "%s" passed to "matches" is not valid', $regexp) . substr($m, 12) | /src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php | 185 |
sprintf('Dumping a "%s" instance is not supported yet.', static::class) | /src/Symfony/Component/ExpressionLanguage/Node/Node.php | 82 |
sprintf('Unable to get property "%s" of non-object "%s".', $this->nodes['attribute']->dump( ), $this->nodes['node']->dump( )) | /src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php | 86 |
sprintf('Unable to call method "%s" of non-object "%s".', $this->nodes['attribute']->dump( ), $this->nodes['node']->dump( )) | /src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php | 110 |
sprintf('Unable to call method "%s" of object "%s".', $this->nodes['attribute']->attributes['value'], get_debug_type($obj)) | /src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php | 113 |
sprintf('Unable to get an item of non-array "%s".', $this->nodes['node']->dump( )) | /src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php | 126 |
'Invalid base-32 uid provided.' | /src/Symfony/Component/Uid/AbstractUid.php | 66 |
'Invalid RFC4122 uid provided.' | /src/Symfony/Component/Uid/AbstractUid.php | 78 |
sprintf('Invalid ULID: "%s".', $ulid) | /src/Symfony/Component/Uid/Ulid.php | 39 |
'The timestamp must be positive.' | /src/Symfony/Component/Uid/Ulid.php | 157 |
'The given UUID date cannot be earlier than 1582-10-15.' | /src/Symfony/Component/Uid/BinaryUtil.php | 153 |
'The given UUID date cannot be earlier than 1582-10-15.' | /src/Symfony/Component/Uid/BinaryUtil.php | 162 |
'Invalid binary uid provided.' | /src/Symfony/Component/Uid/AbstractUid.php | 42 |
'Invalid base-58 uid provided.' | /src/Symfony/Component/Uid/AbstractUid.php | 54 |
'The password is erased as another listener already used this badge.' | /src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php | 45 |
'The credentials are erased as another listener already verified these credentials.' | /src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/PasswordCredentials.php | 39 |
'Credentials check failed as the callable passed to CustomCredentials did not return "true".' | /src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CustomCredentials.php | 46 |
'Cannot get the Security user, no username or UserBadge configured for this passport.' | /src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php | 53 |
'$firewallName must not be empty.' | /src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php | 31 |
'No remember-me cookie is found.' | /src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php | 90 |
'A non-empty secret is required.' | /src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php | 56 |
sprintf('The key "%s" must be a string, "%s" given.', $this->options['csrf_parameter'], \gettype($credentials['csrf_token'])) | /src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php | 139 |
ucfirst(str_ireplace('signature', 'login link', $e->getMessage( ))) | /src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php | 104 |
ucfirst(str_ireplace('signature', 'login link', $e->getMessage( ))) | /src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php | 102 |
'User not found.' | /src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php | 100 |
'Missing "expires" parameter.' | /src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php | 90 |
'Missing "hash" parameter.' | /src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php | 87 |
sprintf('The user provider must return a UserInterface object, "%s" given.', get_debug_type($user)) | /src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php | 101 |
sprintf('No user loader is configured, did you forget to register the "%s" listener?', UserProviderListener::class) | /src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php | 83 |
'Username too long.' | /src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php | 55 |
ceil(($limit->getRetryAfter( )->getTimestamp( ) - time( )) / 60) | /src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php | 55 |
ceil(($limit->getRetryAfter( )->getTimestamp( ) - time( )) / 60) | /src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php | 60 |
sprintf('Authentication failed; Some badges marked as required by the firewall config are not available on the passport: "%s".', implode('", "', $missingRequiredBadges)) | /src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php | 194 |
'Unable to generate the impersonate URLs without a firewall configured for the user switch.' | /src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php | 83 |
sprintf('Authenticator "%s" must implement "%s".', get_debug_type($authenticator), AuthenticatorInterface::class) | /src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php | 108 |
sprintf('Authentication failed: Security badge "%s" is not resolved, did you forget to register the correct listeners?', get_debug_type($badge)) | /src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php | 186 |
sprintf('The "%s" method requires "symfony/twig-bridge:>4.4".', __METHOD__) | /src/Symfony/Component/Security/Http/LoginLink/LoginLinkNotification.php | 43 |
'Request should exist so it can be processed for error.' | /src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php | 70 |
sprintf('Invalid session authentication strategy "%s".', $this->strategy) | /src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php | 67 |
sprintf('PHP function "%s" does not exist.', $phpFunctionName) | /src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php | 77 |
sprintf('Could not find the subject "%s" for the #[IsGranted] attribute. Try adding a "$%s" argument to your controller method.', $subjectRef, $subjectRef) | /src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php | 95 |
'Invalid CSRF token.' | /src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php | 51 |
'The presented password is invalid.' | /src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php | 65 |
'The presented password is invalid.' | /src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php | 69 |
sprintf('Class "%s" must implement "%s" for using password-based authentication.', get_debug_type($user), PasswordAuthenticatedUserInterface::class) | /src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php | 49 |
'The presented password cannot be empty.' | /src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php | 61 |
'The profiler must be enabled.' | /src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php | 43 |
'The profiler must be enabled.' | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 396 |
sprintf('Panel "%s" is not registered in profiler or is not present in viewed profile.', $panel) | /src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php | 48 |
'The profiler must be enabled.' | /src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php | 60 |
sprintf('Invalid value provided for mode, use one of "%s::DISABLED" or "%s::ENABLED".', self::class, self::class) | /src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php | 70 |
sprintf('The profiler template "%s.html.twig" for data collector "%s" does not exist.', $template, $name) | /src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php | 80 |
sprintf('Object of type "%s" is not describable.', get_debug_type($object)) | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php | 65 |
'An "id" option must be provided.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php | 76 |
'Using the JSON format to debug environment variables is not supported.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php | 167 |
'The deprecation file does not exist, please try warming the cache first.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php | 174 |
'Callable is not describable.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php | 418 |
'An "id" option must be provided.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php | 104 |
'The deprecation file does not exist, please try warming the cache first.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php | 122 |
'Using the markdown format to debug environment variables is not supported.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php | 311 |
'Callable is not describable.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php | 434 |
sprintf('Panel "%s" is not available for token "%s".', $panel, $token) | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 108 |
'The profiler must be enabled.' | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 133 |
'Xdebug must be installed in version 3.' | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 325 |
sprintf('Font file "%s.woff2" not found.', $fontName) | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 346 |
sprintf('Cannot read font file "%s".', $fontFile) | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 351 |
'The base dir should be set.' | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 367 |
sprintf('The file "%s" cannot be opened.', $file) | /src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php | 378 |
sprintf('AsMessageHandler attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 675 |
sprintf('AsEventListener attribute cannot declare a method on "%s::%s()".', $reflector->class, $reflector->name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 657 |
'To use form CSRF protection, "framework.csrf_protection" must be enabled.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 751 |
sprintf('"%s" attribute cannot declare a method on "%s::%s()".', $attribute::class, $reflector->class, $reflector->name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 699 |
'Form support cannot be enabled as the Form component is not installed. Try running "composer require symfony/form".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 456 |
'Session support cannot be enabled as the session extension is not installed. See https://php.net/session.installation for instructions.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 434 |
'HtmlSanitizer support cannot be enabled as the HtmlSanitizer component is not installed. Try running "composer require symfony/html-sanitizer".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 562 |
'Scheduler support cannot be enabled as the Messenger component is not ' . (interface_exists(MessageBusInterface::class) ? 'enabled.' : 'installed. Try running "composer require symfony/messenger".') | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 483 |
'An asset package cannot have base URLs and base paths.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1390 |
sprintf('"%s" attribute cannot declare a method on "%s::%s()".', $attribute::class, $reflector->class, $reflector->name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1113 |
'Validation support cannot be enabled as the Validator component is not installed. Try running "composer require symfony/validator".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1629 |
sprintf('"%s" defined in translator.paths does not exist or is not a directory.', $dir) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1500 |
'Workflow support cannot be enabled as the Workflow component is not installed. Try running "composer require symfony/workflow".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 915 |
sprintf('Driver "%s" is not supported for the profiler.', $class) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 885 |
'Cannot guard workflows as the Security component is not installed. Try running "composer require symfony/security-core".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1075 |
'Cannot guard workflows as the ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1071 |
'The "service" cannot be used along with the other "retry_strategy" options.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 1578 |
'Invalid middleware at path "framework.messenger": a map with a single factory id as key and its arguments as value was expected, ' . json_encode($middleware) . ' given.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 1649 |
'HttpClient support cannot be enabled as the component is not installed. Try running "composer require symfony/http-client".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 1843 |
'The "retry_strategy" option cannot be used along with the "http_codes", "delay", "multiplier", "max_delay" or "jitter" options.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 1998 |
sprintf('Cannot disable a single workflow. Remove the configuration for the workflow "%s" instead.', $key) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 358 |
'The "places" option must be an array in workflow configuration.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 455 |
'The "transitions" option must be an array in workflow configuration.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 504 |
sprintf('The specified default bus "%s" is not configured. Available buses are "%s".', $v['default_bus'], implode('", "', array_keys($v['buses']))) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 1481 |
'Serializer support cannot be enabled as the Serializer component is not installed. Try running "composer require symfony/serializer-pack".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 375 |
'Rate limiter support cannot be enabled as the RateLimiter component is not installed. Try running "composer require symfony/rate-limiter".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 405 |
'WebLink support cannot be enabled as the WebLink component is not installed. Try running "composer require symfony/weblink".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 413 |
'Uid support cannot be enabled as the Uid component is not installed. Try running "composer require symfony/uid".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 421 |
'Requiring the "symfony/symfony" package is unsupported; replace it with standalone components instead.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 211 |
'Translation support cannot be enabled as the Translation component is not installed. Try running "composer require symfony/translation".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 270 |
'Asset support cannot be enabled as the Asset component is not installed. Try running "composer require symfony/asset".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 331 |
'AssetMapper support cannot be enabled as the AssetMapper component is not installed. Try running "composer require symfony/asset-mapper".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 339 |
sprintf('Can not read config enabled at "%s" because it has not been initialized.', $path) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 3053 |
'To prevent using outdated configuration, you must use the "readConfigEnabled" method instead.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 3044 |
sprintf('Rate limiter "%s" requires the Lock component to be configured.', $name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2887 |
sprintf('Rate limiter "%s" requires the Lock component to be installed. Try running "composer require symfony/lock".', $name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2883 |
'RemoteEvent support cannot be enabled as the component is not installed. Try running "composer require symfony/remote-event".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2865 |
'Webhook support cannot be enabled as the component is not installed. Try running "composer require symfony/webhook".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2844 |
'Notifier support cannot be enabled as the component is not installed. Try running "composer require symfony/notifier".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2647 |
'Mailer support cannot be enabled as the component is not installed. Try running "composer require symfony/mailer".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2556 |
'Callable is not describable.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php | 606 |
'The deprecation file does not exist, please try warming the cache first.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php | 115 |
'Using the XML format to debug environment variables is not supported.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php | 108 |
'An "id" option must be provided.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php | 59 |
'Callable is not describable.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php | 666 |
'An "id" option must be provided.' | /src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php | 165 |
sprintf('Data collector service "%s" must have an id attribute in order to specify a template.', $id) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php | 45 |
'Can not change config enabled because it has already been read.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 3064 |
'Scheduler support cannot be enabled as the Scheduler component is not installed. Try running "composer require symfony/scheduler".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2052 |
'Messenger support cannot be enabled as the Messenger component is not installed. Try running "composer require symfony/messenger".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2065 |
'CSRF protection needs sessions to be enabled.' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1828 |
'PropertyInfo support cannot be enabled as the PropertyInfo component is not installed. Try running "composer require symfony/property-info".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1945 |
sprintf('Invalid value "%s" set as "decryption_env_var": only "word" characters are allowed.', $config['decryption_env_var']) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1802 |
'CSRF support cannot be enabled as the Security CSRF component is not installed. Try running "composer require symfony/security-csrf".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1824 |
sprintf('Unsupported mapping type in "%s", supported types are XML & Yaml.', $path) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1742 |
sprintf('Could not open file or directory "%s".', $path) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 1746 |
sprintf('Invalid Messenger routing configuration: the "%s" class is being routed to a sender called "%s". This is not a valid transport or service id.', $message, $sender) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2258 |
sprintf('Invalid scope name: "%s" is reserved.', $name) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2459 |
sprintf('Invalid Messenger routing configuration: invalid namespace "%s" wildcard.', $message) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2249 |
sprintf('Invalid Messenger routing configuration: class or interface "%s" not found.', $message) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2252 |
'Rate limiter cannot be used within Messenger as the RateLimiter component is not installed. Try running "composer require symfony/rate-limiter".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2218 |
sprintf('Invalid Messenger configuration: the failure transport "%s" is not a valid transport or service id.', $transport['failure_transport']) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2238 |
'The Validation middleware is only available when the Validator component is installed and enabled. Try running "composer require symfony/validator".' | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2132 |
sprintf('Invalid Messenger configuration: the failure transport "%s" is not a valid transport or service id.', $config['failure_transport']) | /src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php | 2168 |
sprintf('An argument with name "%s" already exists.', $argument->getName( )) | /src/Symfony/Component/Console/Input/InputDefinition.php | 100 |
sprintf('Cannot add a required argument "%s" after an array argument "%s".', $argument->getName( ), $this->lastArrayArgument->getName( )) | /src/Symfony/Component/Console/Input/InputDefinition.php | 104 |
'A default value for an array option must be an array.' | /src/Symfony/Component/Console/Input/InputOption.php | 191 |
sprintf('Closure for option "%s" must return an array. Got "%s".', $this->name, get_debug_type($values)) | /src/Symfony/Component/Console/Input/InputOption.php | 228 |
'Impossible to have an option mode VALUE_NEGATABLE if the option also accepts a value.' | /src/Symfony/Component/Console/Input/InputOption.php | 114 |
'Cannot set a default value when using InputOption::VALUE_NONE mode.' | /src/Symfony/Component/Console/Input/InputOption.php | 184 |
'Cannot set suggested values if the option does not accept a value.' | /src/Symfony/Component/Console/Input/InputOption.php | 108 |
'Impossible to have an option mode VALUE_IS_ARRAY if the option does not accept a value.' | /src/Symfony/Component/Console/Input/InputOption.php | 111 |
'An option shortcut cannot be empty.' | /src/Symfony/Component/Console/Input/InputOption.php | 91 |
sprintf('Option mode "%s" is not valid.', $mode) | /src/Symfony/Component/Console/Input/InputOption.php | 98 |
sprintf('Closure for argument "%s" must return an array. Got "%s".', $this->name, get_debug_type($values)) | /src/Symfony/Component/Console/Input/InputArgument.php | 135 |
'An option name cannot be empty.' | /src/Symfony/Component/Console/Input/InputOption.php | 75 |
'Cannot set a default value except for InputArgument::OPTIONAL mode.' | /src/Symfony/Component/Console/Input/InputArgument.php | 99 |
'A default value for an array argument must be an array.' | /src/Symfony/Component/Console/Input/InputArgument.php | 106 |
sprintf('The "--%s" option requires a value.', $name) | /src/Symfony/Component/Console/Input/ArgvInput.php | 248 |
sprintf('Argument mode "%s" is not valid.', $mode) | /src/Symfony/Component/Console/Input/InputArgument.php | 52 |
sprintf('The "--%s" option does not accept a value.', $name) | /src/Symfony/Component/Console/Input/ArgvInput.php | 232 |
sprintf('The "--%s" option does not accept a value.', $name) | /src/Symfony/Component/Console/Input/ArgvInput.php | 222 |
sprintf('The "--%s" option does not exist.', $name) | /src/Symfony/Component/Console/Input/ArgvInput.php | 217 |
sprintf('The "-%s" option does not exist.', $shortcut) | /src/Symfony/Component/Console/Input/ArgvInput.php | 202 |
sprintf('The "-%s" option does not exist.', false === $encoding ? $name[$i] : mb_substr($name, $i, 1, $encoding)) | /src/Symfony/Component/Console/Input/ArgvInput.php | 119 |
sprintf('The "%s" argument does not exist.', $name) | /src/Symfony/Component/Console/Input/ArrayInput.php | 188 |
sprintf('The "--%s" option requires a value.', $name) | /src/Symfony/Component/Console/Input/ArrayInput.php | 169 |
sprintf('The "--%s" option does not exist.', $name) | /src/Symfony/Component/Console/Input/ArrayInput.php | 156 |
sprintf('The "-%s" option does not exist.', $shortcut) | /src/Symfony/Component/Console/Input/ArrayInput.php | 140 |
sprintf('The log level "%s" does not exist.', $level) | /src/Symfony/Component/Console/Logger/ConsoleLogger.php | 65 |
sprintf('Invalid "%s" color; expected one of (%s).', $color, implode(', ', array_merge(array_keys(self::COLORS), array_keys(self::BRIGHT_COLORS)))) | /src/Symfony/Component/Console/Color.php | 131 |
sprintf('Invalid option specified: "%s". Expected one of (%s).', $option, implode(', ', array_keys(self::AVAILABLE_OPTIONS))) | /src/Symfony/Component/Console/Color.php | 63 |
'Unable to subscribe to signal events. Make sure that the "pcntl" extension is installed and that "pcntl_*" functions are not disabled by your php.ini\'s "disable_functions" directive.' | /src/Symfony/Component/Console/Application.php | 983 |
sprintf('The command "%s" does not exist.', $name) | /src/Symfony/Component/Console/Application.php | 752 |
sprintf("Command \"%s\" is ambiguous.\nDid you mean one of these?\n%s.", $name, $suggestions) | /src/Symfony/Component/Console/Application.php | 745 |
sprintf("The namespace \"%s\" is ambiguous.\nDid you mean one of these?\n%s.", $namespace, $this->getAbbreviationSuggestions(array_values($namespaces))) | /src/Symfony/Component/Console/Application.php | 643 |
'Signals are not supported. Make sure that the "pcntl" extension is installed and that "pcntl_*" functions are not disabled by your php.ini\'s "disable_functions" directive.' | /src/Symfony/Component/Console/Application.php | 122 |
sprintf('The command defined in "%s" cannot have an empty name.', get_debug_type($command)) | /src/Symfony/Component/Console/Application.php | 535 |
sprintf('The command "%s" does not exist.', $name) | /src/Symfony/Component/Console/Application.php | 557 |
sprintf('The "%s" command cannot be found because it is registered under multiple names. Make sure you don\'t set a different name via constructor or "setName()".', $name) | /src/Symfony/Component/Console/Application.php | 562 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Process/Pipes/WindowsPipes.php | 98 |
sprintf('"%s" yielded a value of type "%s", but only scalars and stream resources are supported.', get_debug_type($this->input), get_debug_type($input)) | /src/Symfony/Component/Process/Pipes/AbstractPipes.php | 104 |
'Expected a failed process, but the given process was successful.' | /src/Symfony/Component/Process/Exception/ProcessFailedException.php | 28 |
sprintf('Unknown timeout type "%d".', $this->timeoutType) | /src/Symfony/Component/Process/Exception/ProcessTimedOutException.php | 61 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Process/Pipes/UnixPipes.php | 40 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Process/Pipes/UnixPipes.php | 45 |
'A temporary file could not be opened to write the process output: ' . $lastError | /src/Symfony/Component/Process/Pipes/WindowsPipes.php | 63 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Process/Pipes/WindowsPipes.php | 93 |
sprintf('Process must be started before calling "%s()".', $functionName) | /src/Symfony/Component/Process/Process.php | 1543 |
sprintf('Process must be terminated before calling "%s()".', $functionName) | /src/Symfony/Component/Process/Process.php | 1555 |
sprintf('Command line is missing a value for parameter "%s": ', $matches[1]) . $commandline | /src/Symfony/Component/Process/Process.php | 1585 |
'Process is not running: ' . $p->getErrorOutput( ) | /src/Symfony/Component/Process/Tests/ProcessTest.php | 122 |
'Cannot send signal on a non running process.' | /src/Symfony/Component/Process/Process.php | 1449 |
'The timeout value must be a valid positive integer or float number.' | /src/Symfony/Component/Process/Process.php | 1358 |
sprintf('Error while sending signal "%s".', $signal) | /src/Symfony/Component/Process/Process.php | 1474 |
sprintf('Unable to kill the process (%s).', implode(' ', $output)) | /src/Symfony/Component/Process/Process.php | 1459 |
'Setting options while the process is running is not possible.' | /src/Symfony/Component/Process/Process.php | 1183 |
'Start time is only available after process start.' | /src/Symfony/Component/Process/Process.php | 1166 |
'Output has been disabled.' | /src/Symfony/Component/Process/Process.php | 1338 |
sprintf('Invalid option "%s" passed to "%s()". Supported options are "%s".', $key, __METHOD__, implode('", "', $existingOptions)) | /src/Symfony/Component/Process/Process.php | 1192 |
'TTY mode is not supported on Windows platform.' | /src/Symfony/Component/Process/Process.php | 1013 |
'Idle timeout cannot be set while the output is disabled.' | /src/Symfony/Component/Process/Process.php | 995 |
'Input cannot be set while the process is running.' | /src/Symfony/Component/Process/Process.php | 1125 |
'TTY mode requires /dev/tty to be read/writable.' | /src/Symfony/Component/Process/Process.php | 1017 |
'Output cannot be disabled while an idle timeout is set.' | /src/Symfony/Component/Process/Process.php | 524 |
'Disabling output while the process is running is not possible.' | /src/Symfony/Component/Process/Process.php | 521 |
'This PHP has been compiled with --enable-sigchild. Term signal cannot be retrieved.' | /src/Symfony/Component/Process/Process.php | 791 |
'Enabling output while the process is running is not possible.' | /src/Symfony/Component/Process/Process.php | 542 |
'Process is already running.' | /src/Symfony/Component/Process/Process.php | 295 |
sprintf('The provided cwd "%s" does not exist.', $this->cwd) | /src/Symfony/Component/Process/Process.php | 339 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Component/Process/Process.php | 200 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Component/Process/Process.php | 205 |
'Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::wait".' | /src/Symfony/Component/Process/Process.php | 413 |
'Pass the callback to the "Process::start" method or call enableOutput to use a callback with "Process::waitUntil".' | /src/Symfony/Component/Process/Process.php | 454 |
'Unable to launch a new process.' | /src/Symfony/Component/Process/Process.php | 345 |
'Process is already running.' | /src/Symfony/Component/Process/Process.php | 380 |
'Unable to create temporary ini file.' | /src/Symfony/Component/Process/PhpSubprocess.php | 93 |
'Unable to read ini: ' . $file | /src/Symfony/Component/Process/PhpSubprocess.php | 106 |
sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class) | /src/Symfony/Component/Process/PhpSubprocess.php | 78 |
'Unable to find the PHP executable.' | /src/Symfony/Component/Process/PhpSubprocess.php | 84 |
sprintf('"%s" only accepts strings, Traversable objects or stream resources.', $caller) | /src/Symfony/Component/Process/ProcessUtils.php | 59 |
'The Process class relies on proc_open, which is not available on your PHP installation.' | /src/Symfony/Component/Process/Process.php | 147 |
'Unable to parse ini data.' | /src/Symfony/Component/Process/PhpSubprocess.php | 121 |
'Unable to write temporary ini file.' | /src/Symfony/Component/Process/PhpSubprocess.php | 130 |
'Cannot change the name of an active session.' | /src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php | 93 |
'Cannot change the ID of an active session.' | /src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php | 71 |
sprintf('The following options are not supported "%s".', implode(', ', $diff)) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php | 50 |
sprintf('"%s" is already an instance of "SessionUpdateTimestampHandlerInterface", you cannot wrap it with "%s".', get_debug_type($handler), self::class) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php | 27 |
'Unable to find PHP binary.' | /src/Symfony/Component/Process/PhpSubprocess.php | 63 |
'Unable to find the PHP executable.' | /src/Symfony/Component/Process/PhpProcess.php | 61 |
sprintf('The "%s()" method cannot be called when using "%s".', __METHOD__, self::class) | /src/Symfony/Component/Process/PhpProcess.php | 55 |
sprintf('"%s" is closed.', static::class) | /src/Symfony/Component/Process/InputStream.php | 49 |
sprintf('Invalid argument $savePath \'%s\'.', $savePath) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php | 37 |
sprintf('Transactional locks are currently not implemented for PDO driver "%s".', $this->driver) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 777 |
sprintf('Advisory locks are currently not implemented for PDO driver "%s".', $this->driver) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 735 |
'SQLite does not support advisory locks.' | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 733 |
sprintf('The following options are not supported "%s".', implode(', ', $diff)) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php | 47 |
'You must provide the "database" and "collection" option for MongoDBSessionHandler.' | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php | 70 |
sprintf('%s accepts only string as data.', __METHOD__) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/IdentityMarshaller.php | 25 |
sprintf('Session Storage was not able to create directory "%s".', $baseDir) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php | 45 |
'Unsupported PDO OCI DSN. Try running "composer require doctrine/dbal".' | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php | 71 |
sprintf('Unsupported Connection: "%s".', $connection) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php | 93 |
sprintf('"%s" requires PDO error mode attribute be set to throw Exceptions (i.e. $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION)).', __CLASS__) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 158 |
sprintf('Creating the session table is currently not implemented for PDO driver "%s".', $this->driver) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 225 |
sprintf('Creating the session table is currently not implemented for PDO driver "%s".', $this->driver) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 258 |
'URLs without scheme are not supported to configure the PdoSessionHandler.' | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 457 |
sprintf('The scheme "%s" is not supported by the PdoSessionHandler URL configuration. Pass a PDO DSN directly.', $params['scheme']) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 539 |
'Failed to read session: INSERT reported a duplicate id but next SELECT did not return any data.' | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php | 646 |
sprintf('Session Storage was not able to create directory "%s".', $savePath) | /src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php | 38 |
'Trying to save a session that was not started yet or was already closed.' | /src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php | 79 |
'Cannot set session ID after the session has started.' | /src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php | 88 |
'Trying to save a session that was not started yet or was already closed.' | /src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php | 107 |
sprintf('The SessionBagInterface "%s" is not registered.', $name) | /src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php | 136 |
sprintf('Session name cannot be empty, did you forget to call "parent::open()" in "%s"?.', static::class) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php | 91 |
sprintf('Unsupported Connection: "%s".', get_debug_type($connection)) | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php | 52 |
'Unsupported Redis or Memcached DSN. Try running "composer require symfony/cache".' | /src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php | 62 |
'PHP extension "session" is required.' | /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php | 79 |
'This error is expected' | /src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php | 207 |
sprintf('Failed to start the session because headers have already been sent by "%s" at line %d.', $file, $line) | /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php | 116 |
'Failed to start the session: already started by PHP.' | /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php | 112 |
'Cannot register a bag when the session is already started.' | /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php | 265 |
'Failed to start the session.' | /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php | 157 |
'PHP extension "session" is required.' | /src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php | 26 |
sprintf('The SessionBagInterface "%s" is not registered.', $name) | /src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php | 274 |
'You cannot guess the mime type as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/HttpFoundation/File/File.php | 74 |
'You cannot guess the extension as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/HttpFoundation/File/File.php | 56 |
sprintf('Could not get the content of the file "%s".', $this->getPathname( )) | /src/Symfony/Component/HttpFoundation/File/File.php | 109 |
sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname( ), $target, strip_tags($error)) | /src/Symfony/Component/HttpFoundation/File/File.php | 96 |
sprintf('Unable to write in the "%s" directory.', $directory) | /src/Symfony/Component/HttpFoundation/File/File.php | 122 |
sprintf('Unable to create the "%s" directory.', $directory) | /src/Symfony/Component/HttpFoundation/File/File.php | 119 |
sprintf('Could not move the file "%s" to "%s" (%s).', $this->getPathname( ), $target, strip_tags($error)) | /src/Symfony/Component/HttpFoundation/File/UploadedFile.php | 177 |
'You cannot guess the extension as the Mime component is not installed. Try running "composer require symfony/mime".' | /src/Symfony/Component/HttpFoundation/File/UploadedFile.php | 129 |
sprintf('Parameter value "%s" cannot be converted to "string".', $key) | /src/Symfony/Component/HttpFoundation/ParameterBag.php | 132 |
sprintf('Unexpected value for parameter "%s": expecting "array", got "%s".', $key, get_debug_type($value)) | /src/Symfony/Component/HttpFoundation/ParameterBag.php | 45 |
sprintf('The request has both a trusted "%s" header and a trusted "%s" header, conflicting with each other. You should either configure your proxy to remove one of them, or configure your project to distrust the offending one.', self::TRUSTED_HEADERS[self::HEADER_FORWARDED], self::TRUSTED_HEADERS[$type]) | /src/Symfony/Component/HttpFoundation/Request.php | 1974 |
'The Request factory must return an instance of Symfony\Component\HttpFoundation\Request.' | /src/Symfony/Component/HttpFoundation/Request.php | 1895 |
sprintf('JSON content was expected to decode to an array, "%s" returned.', get_debug_type($content)) | /src/Symfony/Component/HttpFoundation/Request.php | 1476 |
'Could not decode request body.' | /src/Symfony/Component/HttpFoundation/Request.php | 1472 |
'Request body is empty.' | /src/Symfony/Component/HttpFoundation/Request.php | 1466 |
sprintf('JSON content was expected to decode to an array, "%s" returned.', get_debug_type($content)) | /src/Symfony/Component/HttpFoundation/Request.php | 1450 |
'A non-empty secret is required.' | /src/Symfony/Component/HttpFoundation/UriSigner.php | 28 |
'An uploaded file must be an array or an instance of UploadedFile.' | /src/Symfony/Component/HttpFoundation/FileBag.php | 43 |
sprintf('The "%s" HTTP header is not parseable (%s).', $key, $value) | /src/Symfony/Component/HttpFoundation/HeaderBag.php | 197 |
'Unable to check Ipv6. Check that PHP was not compiled with option "disable-ipv6".' | /src/Symfony/Component/HttpFoundation/IpUtils.php | 128 |
sprintf('Parameter value "%s" is invalid and flag "FILTER_NULL_ON_FAILURE" was not set.', $key) | /src/Symfony/Component/HttpFoundation/ParameterBag.php | 219 |
sprintf('A Closure must be passed to "%s()" when FILTER_CALLBACK is used, "%s" given.', __METHOD__, get_debug_type($options['options'] ?? null)) | /src/Symfony/Component/HttpFoundation/ParameterBag.php | 206 |
sprintf('Parameter value "%s" cannot be filtered.', $key) | /src/Symfony/Component/HttpFoundation/ParameterBag.php | 202 |
sprintf('Parameter "%s" cannot be converted to enum: %s.', $key, $e->getMessage( )) | /src/Symfony/Component/HttpFoundation/ParameterBag.php | 175 |
'Cannot redirect to an empty URL.' | /src/Symfony/Component/HttpFoundation/RedirectResponse.php | 68 |
sprintf('"%s": If $json is set to true, argument $data must be a string or object implementing __toString(), "%s" given.', __METHOD__, get_debug_type($data)) | /src/Symfony/Component/HttpFoundation/JsonResponse.php | 44 |
'The filename and the fallback cannot contain the "/" and "\\" characters.' | /src/Symfony/Component/HttpFoundation/HeaderUtils.php | 187 |
sprintf('The HTTP status code is not a redirect ("%s" given).', $status) | /src/Symfony/Component/HttpFoundation/RedirectResponse.php | 42 |
'The filename fallback must only contain ASCII characters.' | /src/Symfony/Component/HttpFoundation/HeaderUtils.php | 177 |
'The filename fallback cannot contain the "%" character.' | /src/Symfony/Component/HttpFoundation/HeaderUtils.php | 182 |
'At least one separator must be specified.' | /src/Symfony/Component/HttpFoundation/HeaderUtils.php | 48 |
sprintf('The disposition must be either "%s" or "%s".', self::DISPOSITION_ATTACHMENT, self::DISPOSITION_INLINE) | /src/Symfony/Component/HttpFoundation/HeaderUtils.php | 168 |
sprintf('Invalid method override "%s".', $method) | /src/Symfony/Component/HttpFoundation/Request.php | 1167 |
'Could not decode request body.' | /src/Symfony/Component/HttpFoundation/Request.php | 1446 |
sprintf('Invalid Host "%s".', $host) | /src/Symfony/Component/HttpFoundation/Request.php | 1087 |
sprintf('Untrusted Host "%s".', $host) | /src/Symfony/Component/HttpFoundation/Request.php | 1110 |
sprintf('Malformed URI "%s".', $uri) | /src/Symfony/Component/HttpFoundation/Request.php | 303 |
'Session has not been set.' | /src/Symfony/Component/HttpFoundation/Request.php | 668 |
'The callback name is not valid.' | /src/Symfony/Component/HttpFoundation/JsonResponse.php | 94 |
json_last_error_msg( ) | /src/Symfony/Component/HttpFoundation/JsonResponse.php | 139 |
sprintf('Input value "%s" contains an array, but "FILTER_REQUIRE_ARRAY" or "FILTER_FORCE_ARRAY" flags were not set.', $key) | /src/Symfony/Component/HttpFoundation/InputBag.php | 115 |
sprintf('Expected a scalar, or an array as a 2nd argument to "%s()", "%s" given.', __METHOD__, get_debug_type($value)) | /src/Symfony/Component/HttpFoundation/InputBag.php | 71 |
sprintf('Input value "%s" is invalid and flag "FILTER_NULL_ON_FAILURE" was not set.', $key) | /src/Symfony/Component/HttpFoundation/InputBag.php | 132 |
sprintf('A Closure must be passed to "%s()" when FILTER_CALLBACK is used, "%s" given.', __METHOD__, get_debug_type($options['options'] ?? null)) | /src/Symfony/Component/HttpFoundation/InputBag.php | 119 |
'The content cannot be set on a BinaryFileResponse instance.' | /src/Symfony/Component/HttpFoundation/BinaryFileResponse.php | 345 |
'The chunk size of a BinaryFileResponse cannot be less than 1 or greater than PHP_INT_MAX.' | /src/Symfony/Component/HttpFoundation/BinaryFileResponse.php | 110 |
sprintf('Input value "%s" contains a non-scalar value.', $key) | /src/Symfony/Component/HttpFoundation/InputBag.php | 38 |
sprintf('Expected a scalar value as a 2nd argument to "%s()", "%s" given.', __METHOD__, get_debug_type($default)) | /src/Symfony/Component/HttpFoundation/InputBag.php | 32 |
sprintf('The cookie name "%s" contains invalid characters.', $this->name) | /src/Symfony/Component/HttpFoundation/Cookie.php | 211 |
'The cookie expiration time is not valid.' | /src/Symfony/Component/HttpFoundation/Cookie.php | 165 |
sprintf('Format "%s" invalid (%s).', $format, implode(', ', [self::COOKIES_FLAT, self::COOKIES_ARRAY])) | /src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php | 198 |
'The "sameSite" parameter value is not valid.' | /src/Symfony/Component/HttpFoundation/Cookie.php | 234 |
sprintf('Response does not support the following options: "%s".', implode('", "', $diff)) | /src/Symfony/Component/HttpFoundation/Response.php | 979 |
sprintf('The HTTP status code "%s" is not valid.', $code) | /src/Symfony/Component/HttpFoundation/Response.php | 476 |
'The cookie name cannot be empty.' | /src/Symfony/Component/HttpFoundation/Cookie.php | 105 |
sprintf('The cookie name "%s" contains invalid characters.', $name) | /src/Symfony/Component/HttpFoundation/Cookie.php | 101 |
sprintf('No password hasher has been configured for account "%s".', \is_object($user) ? get_debug_type($user) : $user) | /src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php | 56 |
'"class" must be set in ' . json_encode($config) | /src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php | 86 |
'"arguments" must be set in ' . json_encode($config) | /src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php | 89 |
sprintf('Algorithm "argon2i" is not available. Use "%s" instead.', \defined('SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13') ? 'argon2id" or "auto' : 'auto') | /src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php | 191 |
sprintf('The algorithm "%s" is not supported.', $this->algorithm) | /src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php | 58 |
'Cannot use { or } in salt.' | /src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php | 93 |
'Cannot use { or } in salt.' | /src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php | 74 |
sprintf('The password hasher "%s" was not configured.', $hasherName) | /src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php | 42 |
'The DatePoint object has no timezone.' | /src/Symfony/Component/Clock/DatePoint.php | 124 |
'The Response callback must be set.' | /src/Symfony/Component/HttpFoundation/StreamedResponse.php | 103 |
'The content cannot be set on a StreamedResponse instance.' | /src/Symfony/Component/HttpFoundation/StreamedResponse.php | 119 |
'File must be readable.' | /src/Symfony/Component/HttpFoundation/BinaryFileResponse.php | 74 |
sprintf('Algorithm "argon2id" is not available. Either use "%s", upgrade to PHP 7.3+ or use libsodium 1.0.15+ instead.', \defined('PASSWORD_ARGON2I') || $hasSodium ? 'argon2i", "auto' : 'auto') | /src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php | 203 |
'The password must not be empty.' | /src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php | 183 |
'There are no configured password hashers for the "security" extension.' | /src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php | 202 |
'hrtime() returned false: the runtime environment does not provide access to a monotonic timer.' | /src/Symfony/Component/Clock/MonotonicClock.php | 31 |
sprintf('Unable to dump a service container if a parameter is an object or a resource, got "%s".', get_debug_type($value)) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1959 |
'Cannot dump definitions which have a configurator.' | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1920 |
'Cannot dump definitions which have properties.' | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1917 |
'Cannot dump definitions which have method calls.' | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1914 |
'Libsodium is not available. You should either install the sodium extension or use a different password hasher.' | /src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | 35 |
sprintf('Missing attribute "class" on tag "%s" for service "%s".', $this->preloadTags[0], $id) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 2286 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 2132 |
sprintf('Cannot dump definition because of invalid class name (%s).', $class ?: 'n/a') | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1976 |
'Libsodium is not available. You should either install the sodium extension or use a different password hasher.' | /src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | 112 |
'Libsodium is not available. You should either install the sodium extension or use a different password hasher.' | /src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | 69 |
'$memLimit must be 10k or greater.' | /src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | 46 |
'$opsLimit must be 3 or greater.' | /src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php | 42 |
'$cost must be in the range of 4-31.' | /src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php | 49 |
'$memLimit must be 10k or greater.' | /src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php | 45 |
'$opsLimit must be 3 or greater.' | /src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php | 41 |
sprintf('The algorithm "%s" is not supported.', $this->algorithm) | /src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php | 69 |
sprintf('Unable to dump a service container if a parameter is an object or a resource, got "%s".', get_debug_type($value)) | /src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php | 319 |
sprintf('File "%s" does not exist.', $file) | /src/Symfony/Component/DependencyInjection/Dumper/Preloader.php | 22 |
'Unable to dump the container as the Symfony Yaml Component is not installed. Try running "composer require symfony/yaml".' | /src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php | 48 |
sprintf('Unspecified Yaml tag for type "%s".', get_debug_type($value)) | /src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php | 293 |
sprintf('"%s" is not a valid class name for the "%s" service.', $class, $id) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 681 |
sprintf('Cannot dump definition because of invalid factory method (%s).', $callable[1] ?: 'n/a') | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1190 |
sprintf('Unable to dump a service container if a parameter is an object or a resource, got "%s".', get_debug_type($value)) | /src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php | 427 |
'Cannot dump an uncompiled container.' | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 102 |
sprintf('Parameter name cannot use env parameters: "%s".', $resolvedKey) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1577 |
sprintf('You cannot dump a container with parameters that contain special arguments. "%s" found in "%s".', get_debug_type($value), $path . '/' . $key) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1703 |
sprintf('Cannot dump definition: "%s" service is defined to be created by a factory but is missing the service reference, did you forget to define the factory service id or class?', $id ? 'The "' . $id . '"' : 'inline') | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1212 |
'Cannot dump definitions which have no class nor factory.' | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1226 |
sprintf('You cannot dump a container with parameters that contain references to other services (reference to service "%s" found in "%s").', $value, $path . '/' . $key) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1709 |
sprintf('You cannot dump a container with parameters that contain expressions. Expression "%s" found in "%s".', $value, $path . '/' . $key) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1711 |
sprintf('You cannot dump a container with parameters that contain variable references. Variable "%s" found in "%s".', $value, $path . '/' . $key) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1705 |
sprintf('You cannot dump a container with parameters that contain service definitions. Definition for "%s" found in "%s".', $value->getClass( ), $path . '/' . $key) | /src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php | 1707 |
sprintf('Service definition "%s" has a parent but no class, and its name looks like an FQCN. Either the class is missing or you want to inherit it from the parent service. To resolve this ambiguity, please rename this service to a non-FQCN (e.g. using dots), or create the missing class.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php | 31 |
sprintf('Missing tag information "format" on auto_alias service "%s".', $serviceId) | /src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php | 28 |
sprintf('The "container.service_subscriber" tag accepts only the "key" and "id" attributes, "%s" given for service "%s".', implode('", "', array_keys($attributes)), $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 51 |
sprintf('The definition "%s" has a reference to an abstract definition "%s". Abstract definitions cannot be the target of references.', $this->currentId, $value) | /src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php | 39 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 67 |
sprintf('Missing "id" attribute on "container.service_subscriber" tag with key="%s" for service "%s".', $attributes['key'], $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 54 |
sprintf('When "%s::getSubscribedServices()" returns "%s", a type must be set.', $class, SubscribedService::class) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 86 |
sprintf('Service "%s" must implement interface "%s".', $this->currentId, ServiceSubscriberInterface::class) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 70 |
sprintf('Service "%s" misses a "container.service_subscriber" tag with "key"/"id" attributes corresponding to entry "%s" as returned by "%s::getSubscribedServices()".', $this->currentId, $key, $class) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 103 |
sprintf('"%s::getSubscribedServices()" must return valid PHP types for service "%s" key "%s", "%s" returned.', $class, $this->currentId, $key, \is_string($type) ? $type : get_debug_type($type)) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 90 |
sprintf('Invalid service "%s": only definitions with a "parent" can have the "container.stack" tag.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php | 35 |
sprintf('Service %s not exist in the map returned by "%s::getSubscribedServices()" for service "%s".', $message, $class, $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php | 127 |
sprintf('Invalid service "%s": unexpected value of type "%s" found in the stack of decorators.', $id, get_debug_type($definition)) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php | 99 |
sprintf('Invalid service "%s": the stack of decorators is empty.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php | 39 |
'Expressions cannot be used in service factories without the ExpressionLanguage component. Try running "composer require symfony/expression-language".' | /src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php | 144 |
sprintf('Parent definition "%s" does not exist.', $parent) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php | 77 |
sprintf('The "package" attribute is mandatory for the "container.private" tag on the "%s" service.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php | 28 |
sprintf('The "version" attribute is mandatory for the "container.private" tag on the "%s" service.', $id) | /src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php | 32 |
sprintf('Autoconfigured instanceof for type "%s" defines arguments but these are not supported and should be removed.', $interface) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php | 31 |
sprintf('"%s" is set as an "instanceof" conditional, but it does not exist.', $interface) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php | 163 |
sprintf('Argument "$%s" of attribute autoconfigurator should have a type, use one or more of "\ReflectionClass|\ReflectionMethod|\ReflectionProperty|\ReflectionParameter|\Reflector" in "%s" on line "%d".', $reflectorParameter->getName( ), $callableReflector->getFileName( ), $callableReflector->getStartLine( )) | /src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php | 55 |
sprintf('Invalid type "Reflection%s" on argument "$%s": attribute "%s" cannot target a ' . $symbol . ' in "%s" on line "%d".', ucfirst($symbol), $reflectorParameter->getName( ), $attributeName, $callableReflector->getFileName( ), $callableReflector->getStartLine( )) | /src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php | 73 |
sprintf('Invalid service "%s": did you forget to add the "$" prefix to argument "%s"?', $this->currentId, $key) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php | 67 |
sprintf('Invalid service "%s": method "%s()" has no argument named "%s". Check your service definition.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method, $key) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php | 87 |
sprintf('Invalid service "%s": the value of argument "%s" of method "%s()" must be null, an instance of "%s" or an instance of "%s", "%s" given.', $this->currentId, $key, $class !== $this->currentId ? $class . '::' . $method : $method, Reference::class, Definition::class, get_debug_type($argument)) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php | 91 |
sprintf('Invalid service "%s": method "%s()" has no argument type-hinted as "%s". Check your service definition.', $this->currentId, $class !== $this->currentId ? $class . '::' . $method : $method, $key) | /src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php | 104 |
sprintf('You cannot add compiler pass "%s" from extension "%s". Compiler passes must be registered before the container is compiled.', get_debug_type($pass), $this->extensionClass) | /src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php | 165 |
sprintf('You cannot register extension "%s" from "%s". Extensions must be registered before the container is compiled.', get_debug_type($extension), $this->extensionClass) | /src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php | 170 |
sprintf('Cannot compile the container in extension "%s".', $this->extensionClass) | /src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php | 175 |
sprintf('Using a cast in "env(%s)" is incompatible with resolution at compile time in "%s". The logic in the extension should be moved to a compiler pass, or an env parameter with no cast should be used instead.', $env, $this->extensionClass) | /src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php | 197 |
reset($errors) | /src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php | 48 |
sprintf('Invalid definition for service "%s": an array of references is expected as first argument when the "container.service_locator" tag is set.', $this->currentId) | /src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php | 64 |
'Either specify at least one pool name, or provide the --all option to clear all pools.' | /src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php | 86 |
'Could not clear all cache pools, try specifying a specific pool or cache clearer.' | /src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php | 77 |
sprintf('This command does not support the application kernel: "%s" does not extend "%s".', get_debug_type($kernel), Kernel::class) | /src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php | 83 |
sprintf('"%s" is not a cache pool nor a cache clearer.', $id) | /src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php | 102 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php | 141 |
sprintf('"%s" is neither an enabled bundle nor a directory.', $transPaths[0]) | /src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php | 186 |
sprintf('Symbolic link "%s" was created but appears to be broken.', $targetDir) | /src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php | 237 |
sprintf('The target directory "%s" does not exist.', $targetArg) | /src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php | 100 |
sprintf('The extension with alias "%s" does not have its getConfiguration() method setup.', $extension->getAlias( )) | /src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php | 162 |
sprintf('Bundle "%s" does not have a container extension.', $name) | /src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php | 117 |
sprintf('The route "%s" does not exist.', $name) | /src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php | 110 |
sprintf('Configuration class "%s" should implement ConfigurationInterface in order to be dumpable.', get_debug_type($configuration)) | /src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php | 166 |
sprintf('Unable to write in the "%s" directory.', $realCacheDir) | /src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php | 83 |
sprintf('The parameter "path" or "route" is required to configure the redirect action in "%s" routing configuration.', $request->attributes->get('_route')) | /src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php | 185 |
'Calling "cache:clear" with a kernel that does not implement "Symfony\Component\HttpKernel\RebootableInterface" is not supported.' | /src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php | 227 |
sprintf('Unable to write in the "%s" directory.', $realBuildDir) | /src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php | 92 |
sprintf('The extension with alias "%s" does not have configuration.', $extensionAlias) | /src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php | 193 |
sprintf('You should either pass a "%s" instance or provide the $parameters argument of the "%s" method.', SymfonyContainerInterface::class, __METHOD__) | /src/Symfony/Bundle/FrameworkBundle/Routing/Router.php | 56 |
sprintf('Using "%%%s%%" is not allowed in routing configuration.', $match[1]) | /src/Symfony/Bundle/FrameworkBundle/Routing/Router.php | 165 |
sprintf('The container parameter "%s", used in the route configuration value "%s", must be a string or numeric, but it is of type "%s".', $match[1], $value, get_debug_type($resolved)) | /src/Symfony/Bundle/FrameworkBundle/Routing/Router.php | 182 |
sprintf('File not found: "%s".', $file) | /src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php | 110 |
sprintf('File is not readable: "%s".', $file) | /src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php | 112 |
sprintf('Supported formats are "%s".', implode('", "', $this->getAvailableFormatOptions( ))) | /src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php | 138 |
sprintf('Unable to find configuration for "%s.%s".', $alias, $path) | /src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php | 165 |
sprintf('No services found that match "%s".', $name) | /src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php | 280 |
sprintf('No tags found that match "%s".', $tagName) | /src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php | 298 |
sprintf('"%s" is neither an enabled bundle nor a directory.', $transPaths[0]) | /src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php | 158 |
sprintf('Cache item "%s" could not be deleted.', $key) | /src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php | 76 |
sprintf('This command does not support the application container: "%s" does not extend "%s".', get_debug_type($kernelContainer), Container::class) | /src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php | 94 |
sprintf('The workflow named "%s" cannot be found.', $workflowName) | /src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php | 78 |
'The options tags, tag, parameters & parameter cannot be combined with the service name argument.' | /src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php | 264 |
'The options tags, tag, parameters & parameter cannot be combined together.' | /src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php | 266 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php | 74 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php | 69 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php | 73 |
'Cannot serialize ' . __CLASS__ | /src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php | 68 |
'error' | /src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php | 60 |
'Cannot unserialize ' . __CLASS__ | /src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php | 101 |
sprintf('The bundles file "%s" does not exist.', $filename) | /src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php | 60 |
sprintf('The root config "%s" does not exist.', $rootConfig) | /src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php | 45 |
sprintf('The test case "%s" does not exist.', $testCase) | /src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php | 38 |
'The option "test_case" must be set.' | /src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AbstractWebTestCase.php | 59 |
sprintf('Service "%s" is expected to be an instance of "%s", as declared by "%s::getSubscribedServices()".', $id, $type, AbstractController::class) | /src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php | 48 |
sprintf('Service "%s" is not expected, as declared by "%s::getSubscribedServices()".', $id, AbstractController::class) | /src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php | 44 |
'This exception should not be caught by the warmer.' | /src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php | 111 |
'This exception should be caught by the warmer.' | /src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php | 86 |
'This exception should not be caught by the warmer.' | /src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php | 121 |
'This exception should be caught by the warmer.' | /src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php | 94 |
sprintf('"%s" has no container set, did you forget to define it as a service subscriber?', $class) | /src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php | 29 |
sprintf('Ambiguous redirection settings, use the "path" or "route" parameter, not both: "%s" and "%s" found respectively in "%s" routing configuration.', $p['path'], $p['route'], $request->attributes->get('_route')) | /src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php | 175 |
sprintf('You cannot use the "%s" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".', $method) | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 418 |
'You cannot use the TemplateController if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".' | /src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php | 46 |
'You cannot use the "addLink" method if the WebLink component is not available. Try running "composer require symfony/web-link".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 377 |
'You cannot use the "sendEarlyHints" method if the WebLink component is not available. Try running "composer require symfony/web-link".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 395 |
'The SecurityBundle is not registered in your application. Try running "composer require symfony/security-bundle".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 344 |
'CSRF protection is not enabled in your application. Enable it with the "csrf_protection" key in "config/packages/framework.yaml".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 363 |
'You cannot use the "stream" method if the Twig Bundle is not available. Try running "composer require symfony/twig-bundle".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 270 |
'You cannot use the "createAccessDeniedException" method if the Security component is not available. Try running "composer require symfony/security-bundle".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 312 |
sprintf('You cannot use the addFlash method because class "%s" doesn\'t implement "%s".', get_debug_type($session), FlashBagAwareSessionInterface::class) | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 185 |
'The SecurityBundle is not registered in your application. Try running "composer require symfony/security-bundle".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 199 |
'parameter_bag.' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 75 |
'You cannot use the addFlash method if sessions are disabled. Enable them in "config/packages/framework.yaml".' | /src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php | 181 |
'throwing' | /src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php | 332 |
sprintf('The router "%s" cannot be warmed up because it does not implement "%s".', get_debug_type($router), WarmableInterface::class) | /src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php | 45 |
sprintf('Invalid service definition for custom remember me handler; no service found with ID "%s".', (string) $definition->getArgument(0)) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/ReplaceDecoratedRememberMeHandlerPass.php | 41 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/SortFirewallListenersPass.php | 65 |
sprintf('"%s" must implement the "%s" when used as a voter.', $class, VoterInterface::class) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php | 52 |
'No security voters found. You need to tag at least one with "security.voter".' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php | 40 |
'Option "exception_controller" under "twig" must be null or unset, use "error_controller" under "framework" instead.' | /src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php | 39 |
sprintf('Because you have multiple authenticators in firewall "%s", you need to set the "entry_point" key to one of your authenticators ("%s") or a service ID implementing "%s". The "entry_point" determines what should happen (e.g. redirect to "/login") when an anonymous user tries to access a protected page.', $firewallName, implode('", "', $entryPointNames), AuthenticationEntryPointInterface::class) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php | 76 |
sprintf('"%s" requires symfony/security-core to be installed. Try running "composer require symfony/security-core".', __METHOD__) | /src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php | 106 |
'No twig loaders found. You need to tag at least one loader with "twig.loader".' | /src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php | 42 |
'Cannot use the "doctrine" token provider for "remember_me" because the Doctrine Bridge is not installed. Try running "composer require symfony/doctrine-bridge".' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php | 191 |
sprintf('You cannot use both "service" and "token_provider" in "security.firewalls.%s.remember_me".', $firewallName) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php | 61 |
sprintf('You cannot use the "%s" signature algorithm since "web-token/jwt-signature-algorithm-ecdsa" is not installed. Try running "composer require web-token/jwt-signature-algorithm-ecdsa".', $algorithm) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php | 33 |
sprintf('No token provider was set for firewall "%s". Either configure a service ID or set "remember_me.token_provider.doctrine" to true.', $firewallName) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php | 206 |
'Using the "query_string" config without using a "search_dn" and a "search_password" is not supported.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php | 57 |
sprintf('Unsupported signature algorithm "%s". Only ES* algorithms are supported. If you want to use another algorithm, create your TokenHandler as a service.', $algorithm) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php | 41 |
sprintf('Rate limiter "%s" requires the Lock component to be installed. Try running "composer require symfony/lock".', $name) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php | 100 |
'Login throttling requires the Rate Limiter component. Try running "composer require symfony/rate-limiter".' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php | 61 |
sprintf('The "%s" service is already initialized, you cannot replace it.', $id) | /src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php | 81 |
'Cannot access the container on a non-booted kernel. Did you forget to boot it?' | /src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php | 119 |
sprintf('The Translator does not support the following options: \'%s\'.', implode('\', \'', $diff)) | /src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php | 85 |
'The "sodium" PHP extension is required to deal with secrets. Alternatively, try running "composer require paragonie/sodium_compat" if you cannot enable the extension.".' | /src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php | 186 |
sprintf('Encryption key not found in "%s".', \dirname($this->pathPrefix)) | /src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php | 202 |
sprintf('Unable to create the secrets directory (%s).', $this->secretsDir) | /src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php | 224 |
sprintf('Invalid secret name "%s": only "word" characters are allowed.', $name) | /src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php | 39 |
'This script must be run from the command line.' | /src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php | 13 |
sprintf('The first argument of "%s" must be instance of "%s", "%s" provided.', __METHOD__, UserInterface::class, get_debug_type($user)) | /src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php | 110 |
'Composer autoloader not found.' | /src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php | 200 |
sprintf('You must set the KERNEL_CLASS environment variable to the fully-qualified class name of your Kernel in phpunit.xml / phpunit.xml.dist or override the "%1$s::createKernel()" or "%1$s::getKernelClass()" method.', static::class) | /src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php | 49 |
sprintf('Class "%s" doesn\'t exist or cannot be autoloaded. Check that the KERNEL_CLASS value in phpunit.xml matches the fully-qualified class name of your Kernel or override the "%s::createKernel()" method.', $class, static::class) | /src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php | 53 |
'Could not find service "test.service_container". Try updating the "framework.test" config to "true".' | /src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php | 91 |
sprintf('Booting the kernel before calling "%s()" is not supported, the kernel should only be booted once.', __METHOD__) | /src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php | 41 |
'You cannot create the client used in functional tests if the "framework.test" config is not set to true.' | /src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php | 50 |
'You cannot create the client used in functional tests if the BrowserKit component is not available. Try running "composer require symfony/browser-kit".' | /src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php | 52 |
sprintf('The strategy "%s" is not supported.', $strategy) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 191 |
sprintf('Enabling bundle "%s" and not configuring it is not allowed.', SecurityBundle::class) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 94 |
sprintf('The check_path "%s" for login method "%s" is not matched by the firewall pattern "%s".', $firewall[$k]['check_path'], $k, $firewall['pattern']) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php | 334 |
sprintf('Undefined security Badge class "%s" set in "security.firewall.required_badges".', $requiredBadge) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php | 300 |
sprintf('Invalid firewall "%s": user provider "%s" not found.', $id, $firewall['provider']) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 380 |
'One or more access control items are empty. Did you accidentally add lines only containing a "-" under "security.access_control"?' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 244 |
'The "route" option should not be specified alongside "attributes._route" option. Use just one of the options.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 220 |
'The "request_matcher" option should not be specified alongside other options. Consider integrating your constraints inside your RequestMatcher directly.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 212 |
'Wrapper' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php | 60 |
'Email is not a valid email address.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ApiAuthenticator.php | 44 |
sprintf('Instances of "%s" are not supported.', get_debug_type($user)) | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php | 63 |
sprintf('User "%s" not found.', $identifier) | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php | 51 |
'Callable is not describable.' | /src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php | 255 |
'secureAction() should never be called.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php | 58 |
'logoutAction() should never be called.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php | 53 |
'loginCheckAction() should never be called.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php | 48 |
sprintf('The given value "%s" in the "security.access_control" config option is not a valid IP address.', $ip) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 934 |
'You cannot use the "oidc" token handler since "web-token/jwt-core" is not installed. Try running "composer require web-token/jwt-core".' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php | 35 |
sprintf('Cannot set a "target_route" for the "switch_user" listener on the "%s" firewall as it is stateless.', $id) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 889 |
'Unable to use expressions as the Symfony ExpressionLanguage component is not installed. Try running "composer require symfony/expression-language".' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 912 |
'You cannot configure multiple token handlers.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php | 76 |
'You must set a token handler.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php | 83 |
'You cannot use the "oidc_user_info" token handler since the HttpClient component is not installed. Try running "composer require symfony/http-client".' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php | 34 |
'Using the "query_string" config without using a "search_dn" and a "search_password" is not supported.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php | 59 |
sprintf('Not configuring explicitly the provider for the "%s" authenticator on "%s" firewall is ambiguous as there is more than one registered provider. Set the "provider" key to one of the configured providers, even if your custom authenticators don\'t use it.', $factoryKey, $id) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 673 |
sprintf('Algorithm "argon2i" is not available. Either use "%s" or upgrade to PHP 7.2+ instead.', \defined('SODIUM_CRYPTO_PWHASH_ALG_ARGON2ID13') ? 'argon2id", "auto' : 'auto') | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 758 |
sprintf('Authenticator factory "%s" ("%s") must implement "%s".', get_debug_type($factory), $key, AuthenticatorFactoryInterface::class) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 614 |
sprintf('Invalid firewall "%s": user provider "%s" not found.', $id, $firewall[$factoryKey]['provider']) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 651 |
sprintf('Unable to create definition for "%s" user provider.', $name) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 855 |
sprintf('Not configuring explicitly the provider for the "switch_user" listener on "%s" firewall is ambiguous as there is more than one registered provider.', $id) | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 886 |
sprintf('Algorithm "argon2id" is not available. Either use "%s", upgrade to PHP 7.3+ or use libsodium 1.0.15+ instead.', \defined('PASSWORD_ARGON2I') || $hasSodium ? 'argon2i", "auto' : 'auto') | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 771 |
'Libsodium is not available. Install the sodium extension or use "auto" instead.' | /src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php | 790 |
'Progress indicator has not yet been started.' | /src/Symfony/Component/Console/Helper/ProgressIndicator.php | 105 |
'Progress indicator has not yet been started.' | /src/Symfony/Component/Console/Helper/ProgressIndicator.php | 130 |
sprintf('Unsupported format "%s".', $options['format']) | /src/Symfony/Component/Console/Helper/DescriptorHelper.php | 63 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php | 48 |
sprintf('A cell must be a TableCell, a scalar or an object implementing "__toString()", "%s" given.', get_debug_type($cell)) | /src/Symfony/Component/Console/Helper/Table.php | 696 |
sprintf('Style "%s" is not defined.', $name) | /src/Symfony/Component/Console/Helper/Table.php | 924 |
'Must have at least 2 indicator value characters.' | /src/Symfony/Component/Console/Helper/ProgressIndicator.php | 62 |
'Progress indicator already started.' | /src/Symfony/Component/Console/Helper/ProgressIndicator.php | 87 |
'Unable to login without a request context.' | /src/Symfony/Bundle/SecurityBundle/Security.php | 88 |
'Unable to login as the current route is not covered by any firewall.' | /src/Symfony/Bundle/SecurityBundle/Security.php | 94 |
'Unable to logout without a request context.' | /src/Symfony/Bundle/SecurityBundle/Security.php | 118 |
'Unable to logout as there is no logged-in user.' | /src/Symfony/Bundle/SecurityBundle/Security.php | 125 |
sprintf('The service "%s" tagged "%s" must be a subclass of "%s".', $id, 'console.command', Command::class) | /src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php | 51 |
sprintf('Class "%s" used for service "%s" cannot be found.', $class, $id) | /src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php | 105 |
sprintf('The service "%s" tagged "%s" must be a subclass of "%s".', $id, 'console.command', Command::class) | /src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php | 108 |
'Exit code must be between 0 and 255.' | /src/Symfony/Component/Console/Event/ConsoleSignalEvent.php | 41 |
sprintf('Too many authenticators were found for the current firewall "%s". You must provide an instance of "%s" to login programmatically. The available authenticators for the firewall "%s" are "%s".', $firewallName, AuthenticatorInterface::class, $firewallName, implode('" ,"', $authenticatorIds)) | /src/Symfony/Bundle/SecurityBundle/Security.php | 166 |
sprintf('No authenticator was found for the firewall "%s".', $firewallName) | /src/Symfony/Bundle/SecurityBundle/Security.php | 163 |
'Cannot determine the correct ' . $serviceIdentifier . ' to use: there is no active Request and so, the firewall cannot be determined. Try using a specific ' . $serviceIdentifier . ' service.' | /src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php | 35 |
sprintf('Unable to find an authenticator named "%s" for the firewall "%s". Available authenticators: "%s".', $authenticatorName, $firewallName, implode('", "', array_keys($firewallAuthenticatorLocator->getProvidedServices( )))) | /src/Symfony/Bundle/SecurityBundle/Security.php | 179 |
sprintf('Unable to logout with CSRF token validation. Either make sure that CSRF protection is enabled and "logout" is configured on the "%s" firewall, or bypass CSRF token validation explicitly by passing false to the $validateCsrfToken argument of this method.', $firewallConfig->getName( )) | /src/Symfony/Bundle/SecurityBundle/Security.php | 134 |
'Unable to logout as the request is not behind a firewall.' | /src/Symfony/Bundle/SecurityBundle/Security.php | 129 |
sprintf('No authenticators found for firewall "%s".', $firewallName) | /src/Symfony/Bundle/SecurityBundle/Security.php | 153 |
'Invalid CSRF token.' | /src/Symfony/Bundle/SecurityBundle/Security.php | 138 |
sprintf('The bundles file "%s" does not exist.', $filename) | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php | 57 |
sprintf('The root config "%s" does not exist.', $config) | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php | 40 |
'Invalid credentials.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Handler/AccessTokenHandler.php | 26 |
'Wrapper' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php | 52 |
'The option "test_case" must be set.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/AbstractWebTestCase.php | 59 |
'No ' . $serviceIdentifier . ' found as the current route is not covered by a firewall.' | /src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php | 40 |
sprintf('The test case "%s" does not exist.', $testCase) | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php | 32 |
'The username cannot be empty.' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php | 178 |
'The "--shell" option must be set.' | /src/Symfony/Component/Console/Command/CompleteCommand.php | 87 |
sprintf('Shell completion is not supported for your shell: "%s" (supported: "%s").', $shell, implode('", "', array_keys($this->completionOutputs))) | /src/Symfony/Component/Console/Command/CompleteCommand.php | 91 |
'To enable the locking feature you must install the symfony/lock component. Try running "composer require symfony/lock".' | /src/Symfony/Component/Console/Command/LockableTrait.php | 35 |
'A lock is already in place.' | /src/Symfony/Component/Console/Command/LockableTrait.php | 39 |
'The error output is not available when the tester is run without "capture_stderr_separately" option set.' | /src/Symfony/Component/Console/Tester/TesterTrait.php | 62 |
'Status code not initialized, did you execute the command before requesting the status code?' | /src/Symfony/Component/Console/Tester/TesterTrait.php | 99 |
sprintf('Object of type "%s" is not describable.', get_debug_type($object)) | /src/Symfony/Component/Console/Descriptor/Descriptor.php | 41 |
'Output not initialized, did you execute the command before requesting the display?' | /src/Symfony/Component/Console/Tester/TesterTrait.php | 40 |
'The padding char must not be empty.' | /src/Symfony/Component/Console/Helper/TableStyle.php | 59 |
'Invalid padding type. Expected one of (STR_PAD_LEFT, STR_PAD_RIGHT, STR_PAD_BOTH).' | /src/Symfony/Component/Console/Helper/TableStyle.php | 317 |
sprintf('Cannot retrieve helper "%s" because there is no HelperSet defined. Did you forget to add your command to the application or to set the application on the command using the setApplication() method? You can also set the HelperSet directly using the setHelperSet() method.', $name) | /src/Symfony/Component/Console/Command/Command.php | 649 |
sprintf('Command name "%s" is invalid.', $name) | /src/Symfony/Component/Console/Command/Command.php | 665 |
sprintf('Return value of "%s::execute()" must be of the type int, "%s" returned.', static::class, get_debug_type($statusCode)) | /src/Symfony/Component/Console/Command/Command.php | 282 |
sprintf('Command class "%s" is not correctly initialized. You probably forgot to call the parent constructor.', static::class) | /src/Symfony/Component/Console/Command/Command.php | 402 |
'The "--current" option must be set and it must be an integer.' | /src/Symfony/Component/Console/Command/CompleteCommand.php | 175 |
'You must override the execute() method in the concrete command class.' | /src/Symfony/Component/Console/Command/Command.php | 185 |
'Unable to display the estimated time if the maximum number of steps is not set.' | /src/Symfony/Component/Console/Helper/ProgressBar.php | 553 |
'Unable to display the remaining time if the maximum number of steps is not set.' | /src/Symfony/Component/Console/Helper/ProgressBar.php | 546 |
sprintf('Wrong align value. Value must be following: \'%s\'.', implode('\', \'', array_keys(self::ALIGN_MAP))) | /src/Symfony/Component/Console/Helper/TableCellStyle.php | 50 |
sprintf('The TableCellStyle does not support the following options: \'%s\'.', implode('\', \'', $diff)) | /src/Symfony/Component/Console/Helper/TableCellStyle.php | 46 |
sprintf('Invalid command provided to "%s()": the command should be an array whose first element is either the path to the binary to run or a "Process" object.', __METHOD__) | /src/Symfony/Component/Console/Helper/ProcessHelper.php | 58 |
'The ProcessHelper cannot be run as the Process component is not installed. Try running "compose require symfony/process".' | /src/Symfony/Component/Console/Helper/ProcessHelper.php | 38 |
'The style option must be an instance of "TableCellStyle".' | /src/Symfony/Component/Console/Helper/TableCell.php | 38 |
sprintf('The TableCell does not support the following options: \'%s\'.', implode('\', \'', $diff)) | /src/Symfony/Component/Console/Helper/TableCell.php | 34 |
sprintf('Output should be an instance of "%s" when calling "%s".', ConsoleSectionOutput::class, __METHOD__) | /src/Symfony/Component/Console/Helper/Table.php | 238 |
sprintf('Setting a maximum column width is only supported when using a "%s" formatter, got "%s".', WrappableOutputFormatterInterface::class, get_debug_type($this->output->getFormatter( ))) | /src/Symfony/Component/Console/Helper/Table.php | 169 |
sprintf('Style "%s" is not defined.', $name) | /src/Symfony/Component/Console/Helper/Table.php | 84 |
'Aborted.' | /src/Symfony/Component/Console/Helper/QuestionHelper.php | 450 |
'Unable to hide the response.' | /src/Symfony/Component/Console/Helper/QuestionHelper.php | 435 |
'Aborted.' | /src/Symfony/Component/Console/Helper/QuestionHelper.php | 278 |
'Aborted.' | /src/Symfony/Component/Console/Helper/QuestionHelper.php | 137 |
sprintf('The helper "%s" is not defined.', $name) | /src/Symfony/Component/Console/Helper/HelperSet.php | 64 |
'dymerr' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1614 |
'dymerr' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1635 |
'duserr' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1652 |
'Something went wrong.' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1900 |
'foo' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1917 |
'bar' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1921 |
'I failed. Sorry.' | /src/Symfony/Component/Console/Tests/ConsoleEventsTest.php | 96 |
'exception message' | /src/Symfony/Component/Console/Tests/Messenger/RunCommandMessageHandlerTest.php | 104 |
'First exception <p>this is html</p>' | /src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php | 21 |
'Second exception <comment>comment</comment>' | /src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php | 23 |
'Third exception <fg=blue;bg=red>comment</>' | /src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php | 26 |
'A value is required.' | /src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php | 764 |
sprintf('"%s()" expects a strictly positive maxLength. Got %d.', __METHOD__, $maxLength) | /src/Symfony/Component/Console/Output/TrimmedBufferOutput.php | 30 |
sprintf('Invalid "#%s" color.', $hexColor) | /src/Symfony/Component/Console/Output/AnsiColorMode.php | 54 |
"RGB cannot be converted to {$this->name}." | /src/Symfony/Component/Console/Output/AnsiColorMode.php | 75 |
'The StreamOutput class needs a stream as its first argument.' | /src/Symfony/Component/Console/Output/StreamOutput.php | 46 |
'Value should be an array, string, or an instance of TableSeparator.' | /src/Symfony/Component/Console/Style/SymfonyStyle.php | 203 |
'Current index is invalid, it must be the number of input tokens or one more.' | /src/Symfony/Component/Console/Completion/CompletionInput.php | 223 |
'Choice question must have at least 1 choice available.' | /src/Symfony/Component/Console/Question/ChoiceQuestion.php | 36 |
'The ProgressBar is not started.' | /src/Symfony/Component/Console/Style/SymfonyStyle.php | 370 |
sprintf('The provided answer is ambiguous. Value should be one of "%s".', implode('" or "', $results)) | /src/Symfony/Component/Console/Question/ChoiceQuestion.php | 147 |
sprintf($errorMessage, $selected) | /src/Symfony/Component/Console/Question/ChoiceQuestion.php | 123 |
'A hidden question cannot use the autocompleter.' | /src/Symfony/Component/Console/Question/Question.php | 99 |
sprintf($errorMessage, $value) | /src/Symfony/Component/Console/Question/ChoiceQuestion.php | 163 |
'Maximum number of attempts must be a positive value.' | /src/Symfony/Component/Console/Question/Question.php | 221 |
'A hidden question cannot use the autocompleter.' | /src/Symfony/Component/Console/Question/Question.php | 181 |
'Incorrectly nested style tag found.' | /src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php | 74 |
sprintf('Undefined style: "%s".', $name) | /src/Symfony/Component/Console/Formatter/OutputFormatter.php | 109 |
sprintf('Command "%s" does not exist.', $name) | /src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php | 40 |
sprintf('Command "%s" exited with code "%s".', $message->input, $exitCode) | /src/Symfony/Component/Console/Messenger/RunCommandMessageHandler.php | 43 |
sprintf('Command "%s" does not exist.', $name) | /src/Symfony/Component/Console/Descriptor/ApplicationDescription.php | 76 |
sprintf('Command "%s" does not exist.', $name) | /src/Symfony/Component/Console/CommandLoader/FactoryCommandLoader.php | 42 |
sprintf('An option named "%s" already exists.', $option->getName( )) | /src/Symfony/Component/Console/Input/InputDefinition.php | 220 |
sprintf('An option named "%s" already exists.', $option->getName( )) | /src/Symfony/Component/Console/Input/InputDefinition.php | 223 |
sprintf('Cannot add a required argument "%s" after an optional one "%s".', $argument->getName( ), $this->lastOptionalArgument->getName( )) | /src/Symfony/Component/Console/Input/InputDefinition.php | 108 |
sprintf('The "%s" argument does not exist.', $name) | /src/Symfony/Component/Console/Input/InputDefinition.php | 132 |
sprintf('The "--%s" option does not exist.', $name) | /src/Symfony/Component/Console/Input/InputDefinition.php | 258 |
sprintf('The "-%s" option does not exist.', $shortcut) | /src/Symfony/Component/Console/Input/InputDefinition.php | 332 |
sprintf('An option with shortcut "%s" already exists.', $shortcut) | /src/Symfony/Component/Console/Input/InputDefinition.php | 229 |
sprintf('An option named "%s" already exists.', $negatedName) | /src/Symfony/Component/Console/Input/InputDefinition.php | 244 |
sprintf('Not enough arguments (missing: "%s").', implode(', ', $missingArguments)) | /src/Symfony/Component/Console/Input/Input.php | 69 |
sprintf('The "%s" argument does not exist.', $name) | /src/Symfony/Component/Console/Input/Input.php | 91 |
sprintf('The "--%s" option does not exist.', $negation) | /src/Symfony/Component/Console/Input/InputDefinition.php | 348 |
sprintf('Unable to parse input near "... %s ...".', substr($input, $cursor, 10)) | /src/Symfony/Component/Console/Input/StringInput.php | 71 |
sprintf('The "%s" option does not exist.', $name) | /src/Symfony/Component/Console/Input/Input.php | 140 |
'This is an error.' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 820 |
sprintf('The "%s" argument does not exist.', $name) | /src/Symfony/Component/Console/Input/Input.php | 100 |
sprintf('The "%s" option does not exist.', $name) | /src/Symfony/Component/Console/Input/Input.php | 127 |
"\n\nline 1 with extra spaces \nline 2\n\nline 4\n" | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 942 |
'dont break here <info>!</info>' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 923 |
'コマンドの実行中にエラーが発生しました。' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 909 |
'エラーメッセージ' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 895 |
sprintf('Dummy type "%s" is invalid.', (new class ( ) { /**/ } )::class) | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 994 |
'' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 984 |
sprintf('Dummy type "%s" is invalid.', (new class ( ) { /**/ } )::class) | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 968 |
'' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 958 |
'foo' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1467 |
'foo' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1447 |
'' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1189 |
'some exception' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1009 |
'Something went wrong.' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1591 |
'foo' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1547 |
'dymerr' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1504 |
'foo' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1479 |
"Class 'IReallyReallyDoNotExistAnywhereInTheRepositoryISwear' not found" | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 547 |
'Foo message' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 496 |
'Class "App\Controller\ClassDoesNotExist" not found' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 431 |
'ccc' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 428 |
'Foo' | /src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php | 52 |
'Foo' | /src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php | 46 |
"Class 'Foo\\Bar\\RequiredTwice' not found" | /src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php | 165 |
'Class Foo not found' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 578 |
'Ouch' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 135 |
'Foo' | /src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php | 31 |
'FooException' | /src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php | 132 |
'Notice' | /src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php | 73 |
'test' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 233 |
'previous' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 221 |
'Oh noes!' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 160 |
'test' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 160 |
sprintf('Class "%s" blah.', (new class ( ) extends \RuntimeException { /**/ } )::class) | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 258 |
'This is a test message' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 276 |
'test' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 234 |
'test1' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 241 |
'Thrown from next middleware.' | /src/Symfony/Component/Messenger/Test/Middleware/MiddlewareTestCase.php | 53 |
'Meh.' | /src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php | 133 |
'This is message 1' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 288 |
'This is messsage 2' | /src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php | 289 |
'foo' | /src/Symfony/Component/Messenger/Tests/DataCollector/MessengerDataCollectorTest.php | 83 |
'Thrown from next middleware.' | /src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php | 94 |
'Why not' | /src/Symfony/Component/Messenger/Tests/WorkerTest.php | 113 |
'Oh no!' | /src/Symfony/Component/Messenger/Tests/WorkerTest.php | 250 |
'foo' | /src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php | 68 |
'exception message' | /src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php | 30 |
'foo' | /src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php | 66 |
'foo' | /src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php | 67 |
'Fail' | /src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php | 170 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php | 91 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php | 202 |
'bar' | /src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php | 113 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php | 239 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php | 221 |
'bar ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 253 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php | 268 |
'foo ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 288 |
'foo ccc' | /src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php | 277 |
'foo' | /src/Symfony/Component/Cache/Tests/CacheItemTest.php | 54 |
'Error' | /src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php | 52 |
'There was a previous error with no ending dot' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 80 |
'There was a previous error with an ending dot.' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 66 |
sprintf('Class "%s" not found.', $class) | /src/Symfony/Component/Config/Resource/ClassExistenceResource.php | 161 |
'There was a previous error with an ending dot.' | /src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php | 94 |
substr_replace($message, sprintf(' while loading "%s"', self::$autoloadedClass), -1, 0) | /src/Symfony/Component/Config/Resource/ClassExistenceResource.php | 164 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 71 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 72 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 73 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 176 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 177 |
'random' | /src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php | 178 |
'Argument $exceptionOnNoToken of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct()" must be set to "false".' | /src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php | 278 |
'Authenticator "stdClass" must implement "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface".' | /src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php | 86 |
'Exception thrown when handling an exception.' | /src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php | 175 |
'Boom' | /src/Symfony/Component/Lock/Tests/LockTest.php | 313 |
$this->levels[$type] . ': ' . $message | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 412 |
'boo' | /src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php | 442 |
$this->levels[$type] . ': ' . $message | /src/Symfony/Component/ErrorHandler/ErrorHandler.php | 456 |
'foo' | /src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php | 33 |
'foo' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 422 |
'warning' | /src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php | 195 |
'foo ' . (new class ( ) extends \stdClass { /**/ } )::class . ' bar' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 425 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php | 24 |
'bar' | /src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 427 |
'Unable to get latest available version for package "bootstrap".' | /src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php | 172 |
'foo' | /src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php | 146 |
'Manually triggered error.' | /src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php | 7 |
'Hello' | /src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php | 364 |
sprintf('Boo "%s" ba.', (new class ('Foo') extends \Exception { /**/ } )::class) | /src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php | 344 |
'' . $msg | /src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php | 41 |
'' . $msg | /src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php | 36 |
'' . $msg | /src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php | 31 |
'An error occurred' | /src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php | 31 |
'Fail' | /src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php | 190 |
'error.' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1887 |
'Find exception' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1525 |
'' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1243 |
'' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1200 |
'' | /src/Symfony/Component/Console/Tests/ApplicationTest.php | 1161 |
'Unable to get latest available version for package "invalid_package_name".' | /src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php | 183 |
'foo' | /src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php | 272 |
"This\nmultiline\r\ntabbed text should\tcome out\r on\n \ta single plain\r\nline" | /src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php | 293 |
'Another Wrapper' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php | 60 |
rawurldecode($serverExceptionMessage) | /src/Symfony/Bundle/FrameworkBundle/Test/BrowserKitAssertionsTrait.php | 153 |
'An error occurred' | /src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php | 46 |
'Another Wrapper' | /src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php | 52 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 221 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 153 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 280 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 248 |
'exception message' | /src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php | 57 |
'I am inside' | /src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php | 42 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 92 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 50 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php | 126 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php | 86 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php | 199 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php | 163 |
'You should run "composer install --dev" in the component before running this script.' | /src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Fixtures/long_receiver.php | 10 |
42 | /src/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-failing-sendmail.php | 8 |
1 | /src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php | 94 |
0 | /src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php | 91 |
1 | /src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/common.inc | 13 |
0 | /src/Symfony/Component/VarDumper/Tests/Fixtures/dump_server.php | 37 |
1 | /src/Symfony/Component/VarDumper/Resources/functions/dump.php | 60 |
1 | /src/Symfony/Component/String/Resources/bin/update-data.php | 50 |
255 | /src/Symfony/Component/Console/Application.php | 207 |
proc_close(proc_open("$q$COMPOSER update --no-dev --prefer-dist --no-progress $q", [ ], $p, getcwd( ))) | /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php | 266 |
1 | /src/Symfony/Component/Console/Application.php | 184 |
proc_get_status($proc) | /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php | 409 |
1 | /src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/early_hints.php | 15 |
0 | /src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php | 45 |
1 | /src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc | 13 |
1 | /src/Symfony/Component/Intl/Resources/bin/common.php | 24 |
1 | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php | 171 |
1 | /src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php | 233 |
1 | /src/Symfony/Component/Console/Application.php | 187 |
1 | /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php | 397 |
0 | /src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php | 23 |
0 | /src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php | 350 |
1 | /src/Symfony/Component/Translation/Resources/bin/translation-status.php | 60 |
1 | /src/Symfony/Component/Translation/Resources/bin/translation-status.php | 79 |
1 | /src/Symfony/Component/Translation/Resources/bin/translation-status.php | 96 |
0 | /src/Symfony/Component/Translation/Resources/bin/translation-status.php | 96 |
'warning' | /src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php | 212 |
'foo' | /src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php | 84 |
'deprecated' | /src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php | 196 |
'deprecated' | /src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php | 197 |
'hello' | /src/Symfony/Component/String/Tests/LazyStringTest.php | 81 |
sprintf('Return value of %s() passed to %s::fromCallable() must be of the type string, %s returned.', $callback, static::class, $type) | /src/Symfony/Component/String/LazyString.php | 97 |
'Invalid DKIM signing algorithm "unsupported-value".' | /src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php | 104 |
'foo' | /src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php | 62 |
'foo' | /src/Symfony/Component/VarDumper/Tests/Cloner/DataTest.php | 50 |
'Compilation failed: regular expression is too large' | /src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php | 91 |
'hello' | /src/Symfony/Component/String/Tests/LazyStringTest.php | 101 |
'hello' | /src/Symfony/Component/String/Tests/LazyStringTest.php | 91 |
'It failed!' | /src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php | 58 |
'Second error!' | /src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php | 44 |
'First error!' | /src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php | 41 |
'It failed!' | /src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php | 27 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php | 121 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php | 92 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php | 45 |
'It failed!' | /src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php | 59 |
'Server not found' | /src/Symfony/Component/Messenger/Tests/Command/SetupTransportsCommandTest.php | 97 |
'no!' | /src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php | 41 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 319 |
'Things are bad!' | /src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php | 366 |