repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Resources/views/logs.html.php
src/Symfony/Component/ErrorHandler/Resources/views/logs.html.php
<table class="logs" data-filter-level="Emergency,Alert,Critical,Error,Warning,Notice,Info,Debug" data-filters> <?php $channelIsDefined = isset($logs[0]['channel']); ?> <thead> <tr> <th data-filter="level">Level</th> <?php if ($channelIsDefined) { ?><th data-filter="channel">Channel</...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Resources/views/error.html.php
src/Symfony/Component/ErrorHandler/Resources/views/error.html.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="<?= $this->charset; ?>" /> <meta name="robots" content="noindex,nofollow,noarchive" /> <title>An Error Occurred: <?= $statusText; ?></title> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Resources/views/exception_full.html.php
src/Symfony/Component/ErrorHandler/Resources/views/exception_full.html.php
<!-- <?= $_message = \sprintf('%s (%d %s)', $exceptionMessage, $statusCode, $statusText); ?> --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="<?= $this->charset; ?>" /> <meta name="robots" content="noindex,nofollow" /> <meta name="viewport" content="width=device-width,initial-scale...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php
src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php
#!/usr/bin/env php <?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ if ('cli' !== \PHP_SAPI) { throw new Exception('This script...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Resources/assets/images/symfony-ghost.svg.php
src/Symfony/Component/ErrorHandler/Resources/assets/images/symfony-ghost.svg.php
<svg viewBox="0 0 136 81" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.4"><path d="M92.4 20.4a23.2 23.2 0 0 1 9 1.9 23.7 23.7 0 0 1 5.2 3 24.3 24.3 0 0 1 3.4 3.4 24.8 24.8 0 0 1 5 9.4c.5 1.7.8 3.4 1 5.2v14.5h.4l.5.2a7.4 7.4 0 0 0 2.5.2l.2-.2.6-....
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests; use PHPUnit\Framework\Attributes\...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/HeaderMock.php
src/Symfony/Component/ErrorHandler/Tests/HeaderMock.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler; function headers_sent() { return fa...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php
src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests; use PHPUnit\Framework\Attributes\...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
true
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures2/RequiredTwice.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures2/RequiredTwice.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\Fixtures2; class RequiredTwice { }...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnType.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnType.php
<?php namespace Test\Symfony\Component\ErrorHandler\Tests; use Symfony\Component\ErrorHandler\Tests\Fixtures\ReturnTypeParent; use Symfony\Component\ErrorHandler\Tests\Fixtures\ReturnTypeInterface; class ReturnType extends ReturnTypeParent implements ReturnTypeInterface, Fixtures\OutsideInterface { public functi...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ClassAlias.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ClassAlias.php
<?php class_alias('Symfony\Component\ErrorHandler\Tests\Fixtures\NotPSR0bis', 'Symfony\Component\ErrorHandler\Tests\Fixtures\ClassAlias');
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/casemismatch.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/casemismatch.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class CaseMismatch { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ClassWithAnnotatedParameters.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ClassWithAnnotatedParameters.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class ClassWithAnnotatedParameters { /** * @param string $foo this is a foo parameter */ public function fooMethod(string $foo) { } /** * @param string $bar parameter not implemented yet */ public function barM...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ErrorHandlerThatUsesThePreviousOne.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ErrorHandlerThatUsesThePreviousOne.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class ErrorHandlerThatUsesThePreviousOne { private static $previous; public static function register() { $handler = new static(); self::$previous = set_error_handler([$handler, 'handleError']); return $handler; }...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/DefinitionInEvaluatedCode.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/DefinitionInEvaluatedCode.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; eval(' namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class DefinitionInEvaluatedCode { } ');
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideFinalProperty.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideFinalProperty.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; use Symfony\Component\ErrorHandler\Tests\Fixtures\FinalProperty\FinalProperty; class OverrideFinalProperty extends FinalProperty { public $pub; protected $prot; private $priv; protected $implicitlyFinal; protected string $typedSoNotFi...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/DeprecatedInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/DeprecatedInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @deprecated but this is a test * deprecation notice * @foobar */ interface DeprecatedInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypePhp83.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypePhp83.php
<?php namespace Test\Symfony\Component\ErrorHandler\Tests; use Symfony\Component\ErrorHandler\Tests\Fixtures\ReturnTypeParentPhp83; class ReturnTypePhp83 extends ReturnTypeParentPhp83 { public function classConstantWithType() { } public function classConstantWithUnionType() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/AnnotatedClass.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/AnnotatedClass.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class AnnotatedClass { /** * @deprecated */ public function deprecatedMethod() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod2Trait.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod2Trait.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; trait FinalMethod2Trait { public function finalMethod2() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/TraitWithInternalMethod.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/TraitWithInternalMethod.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; trait TraitWithInternalMethod { /** * @internal */ public function foo() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/DeprecatedClass.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/DeprecatedClass.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @deprecated but this is a test * deprecation notice * @foobar */ class DeprecatedClass { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class FinalMethod { /** * @final */ public function finalMethod() { } /** * @final * * @return int */ public function finalMethod2() { } public function anotherMethod() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalTrait.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalTrait.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @internal */ trait InternalTrait { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideOutsideFinalProperty.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideOutsideFinalProperty.php
<?php namespace Test\Symfony\Component\ErrorHandler\Tests; use Test\Symfony\Component\ErrorHandler\Tests\FinalProperty\OutsideFinalProperty; class OverrideOutsideFinalProperty extends OutsideFinalProperty { public $final; protected $notImplicitlyFinalBecauseNotInSymfony; /** * @deprecated */ ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OutsideInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/OutsideInterface.php
<?php namespace Test\Symfony\Component\ErrorHandler\Tests\Fixtures; interface OutsideInterface { /** * @return string - should not be reported as it's in a non-Symfony namespace */ public function outsideMethod(); }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualClass.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualClass.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string classMethod() */ class VirtualClass { use VirtualTrait; }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParentPhp83.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParentPhp83.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; abstract class ReturnTypeParentPhp83 { const string FOO = 'foo'; const string|int BAR = 'bar'; /** * @return self::FOO */ public function classConstantWithType() { } /** * @return self::BAR */ public f...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/reallyNotPsr0.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/reallyNotPsr0.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class NotPSR0 { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeGrandParent.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeGrandParent.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; abstract class ReturnTypeGrandParent { /** * @return string */ public function returnTypeGrandParent() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/NonDeprecatedInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/NonDeprecatedInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; interface NonDeprecatedInterface extends DeprecatedInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParentInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParentInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; interface ReturnTypeParentInterface { /** * @return string */ public function returnTypeParentInterface(); }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/Throwing.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/Throwing.php
<?php throw new \Exception('boo');
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/PEARClass.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/PEARClass.php
<?php class Symfony_Component_ErrorHandler_Tests_Fixtures_PEARClass { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/notPsr0Bis.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/notPsr0Bis.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class NotPSR0bis { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/LoggerThatSetAnErrorHandler.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/LoggerThatSetAnErrorHandler.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; use Symfony\Component\ErrorHandler\BufferingLogger; class LoggerThatSetAnErrorHandler extends BufferingLogger { public function log($level, $message, array $context = []): void { set_error_handler('is_string'); parent::log($level,...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @internal */ interface InternalInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/TraitWithAnnotatedParameters.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/TraitWithAnnotatedParameters.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; trait TraitWithAnnotatedParameters { /** * `@param` annotations in traits are not parsed. */ public function isSymfony() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualSubInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualSubInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string subInterfaceMethod() */ interface VirtualSubInterface extends VirtualInterface { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualTrait.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualTrait.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string traitMethod() */ trait VirtualTrait { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ExtendedFinalMethod.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ExtendedFinalMethod.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class ExtendedFinalMethod extends FinalMethod { use FinalMethod2Trait; public function finalMethod() { } public function anotherMethod() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalTrait2.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalTrait2.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @internal */ trait InternalTrait2 { /** * @internal */ public function internalMethod() { } /** * @internal but should not trigger a deprecation */ public function usedInInternalClass() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/StringErrorCodeException.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/StringErrorCodeException.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class StringErrorCodeException extends \Exception { public function __construct(string $message, string $code) { parent::__construct($message); $this->code = $code; } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/SubClassWithAnnotatedParameters.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/SubClassWithAnnotatedParameters.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class SubClassWithAnnotatedParameters extends ClassWithAnnotatedParameters implements InterfaceWithAnnotatedParameters { use TraitWithAnnotatedParameters; public function fooMethod(string $foo) { } public function barMethod($bar = nu...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualClassMagicCall.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualClassMagicCall.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string magicMethod() * @method static string staticMagicMethod() */ class VirtualClassMagicCall { public static function __callStatic(string $name, array $arguments) { } public function __call(string $name, array $argumen...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @method string interfaceMethod() * @method static staticReturningMethod() * @method sameLineInterfaceMethod($arg) * @method sameLineInterfaceMethodNoBraces * * Ignored * @method * @method * * Not ignored * @method newLineInterfaceM...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalClass.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalClass.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @internal */ class InternalClass { use InternalTrait2; public function usedInInternalClass() { } }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InterfaceWithAnnotatedParameters.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/InterfaceWithAnnotatedParameters.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * Ensures a deprecation is triggered when a new parameter is not declared in child classes. */ interface InterfaceWithAnnotatedParameters { /** * @param bool $matrix */ public function whereAmI(); /** * @param $noTy...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; interface ReturnTypeInterface { /** * @return string */ public function returnTypeInterface(); }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParent.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParent.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; abstract class ReturnTypeParent extends ReturnTypeGrandParent implements ReturnTypeParentInterface { const FOO = 'foo'; /** * @return void */ public function __construct() { } /** * No return declared here */ ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalClasses.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalClasses.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; /** * @final since version 3.3. */ class FinalClass1 { // simple comment } /** * @final */ class FinalClass2 { // no comment } /** * @final comment with @@@ and *** * * @author John Doe */ class FinalClass3 { // with comment and a ta...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OverrideFinalPropertySameNamespace.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OverrideFinalPropertySameNamespace.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalProperty; class OverrideFinalPropertySameNamespace extends FinalProperty { public $pub; }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/FinalProperty.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/FinalProperty.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalProperty; class FinalProperty { /** * @final */ public $pub; /** * @final */ protected $prot; /** * @final */ private $priv; /** * @final */ public $notOverriden; protecte...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OutsideFinalProperty.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OutsideFinalProperty.php
<?php namespace Test\Symfony\Component\ErrorHandler\Tests\FinalProperty; class OutsideFinalProperty { /** * @final */ public $final; protected $notImplicitlyFinalBecauseNotInSymfony; /** * @final */ public $notOverriden; /** * @final */ protected $deprecate...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant81.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant81.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; class OverrideFinalConstant81 implements FinalConstantsInterface2 { public const FOO = 'FOO'; public const OVERRIDDEN_FINAL_INTERFACE = 'O_OVERRIDDEN_FINAL_INTERFACE'; public const OVERRIDDEN_NOT_FINAL_INTERFACE = 'O_OVERRIDDEN...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; interface FinalConstantsInterface { /** * @final */ public const OVERRIDDEN_FINAL_INTERFACE = 'OVERRIDDEN_FINAL_INTERFACE'; public const OVERRIDDEN_NOT_FINAL_INTERFACE = 'OVERRIDDEN_NOT_FINAL_INTERFACE'; /** ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstants.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstants.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; class FinalConstants extends FinalConstants2 { /** * @final */ protected const OVERRIDDEN_FINAL_PARENT_CLASS = 'OVERRIDDEN_FINAL_PARENT_CLASS'; protected const OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'OVERRIDDEN_NOT_FINAL_...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; class OverrideFinalConstant extends FinalConstants { public const FOO = 'FOO'; protected const OVERRIDDEN_FINAL_PARENT_CLASS = 'O_OVERRIDDEN_FINAL_PARENT_CLASS'; protected const OVERRIDDEN_NOT_FINAL_PARENT_CLASS = 'O_OVERRIDDEN...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface2.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface2.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; interface FinalConstantsInterface2 extends FinalConstantsInterface { /** * @final for whatever reason */ public const OVERRIDDEN_FINAL_INTERFACE_2 = 'OVERRIDDEN_FINAL_INTERFACE_2'; public const OVERRIDDEN_NOT_FINAL_INT...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstants2.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstants2.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures\FinalConstant; class FinalConstants2 { /** * @final */ public const OVERRIDDEN_FINAL_PARENT_PARENT_CLASS = 'OVERRIDDEN_FINAL_PARENT_PARENT_CLASS'; public const OVERRIDDEN_NOT_FINAL_PARENT_PARENT_CLASS = 'OVERRIDDEN_NOT_FINAL_PARENT_P...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Fixtures/psr4/Psr4CaseMismatch.php
src/Symfony/Component/ErrorHandler/Tests/Fixtures/psr4/Psr4CaseMismatch.php
<?php namespace Symfony\Component\ErrorHandler\Tests\Fixtures; class PSR4CaseMismatch { }
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/FileLinkFormatterTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/FileLinkFormatterTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\ErrorRenderer; use PHPUnit\Framewo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\ErrorRenderer; use PHPUnit\Framewo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\ErrorRenderer; use PHPUnit\Framewo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php
src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\Exception; use PHPUnit\Framework\A...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedMethodErrorEnhancerTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedMethodErrorEnhancerTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\ErrorEnhancer; use PHPUnit\Framewo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\ErrorEnhancer; use Composer\Autolo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedFunctionErrorEnhancerTest.php
src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedFunctionErrorEnhancerTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\ErrorEnhancer; use PHPUnit\Framewo...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Tests/Command/ErrorDumpCommandTest.php
src/Symfony/Component/ErrorHandler/Tests/Command/ErrorDumpCommandTest.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Tests\Command; use PHPUnit\Framework\Moc...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php
src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Internal; /** * This class has been gen...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
true
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php
src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\ErrorEnhancer; use Symfony\Component\Err...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php
src/Symfony/Component/ErrorHandler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\ErrorEnhancer; use Composer\Autoload\Cla...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ErrorEnhancerInterface.php
src/Symfony/Component/ErrorHandler/ErrorEnhancer/ErrorEnhancerInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\ErrorEnhancer; interface ErrorEnhancerIn...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php
src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\ErrorEnhancer; use Symfony\Component\Err...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Error/FatalError.php
src/Symfony/Component/ErrorHandler/Error/FatalError.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Error; class FatalError extends \Error {...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Error/ClassNotFoundError.php
src/Symfony/Component/ErrorHandler/Error/ClassNotFoundError.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Error; class ClassNotFoundError extends ...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Error/UndefinedFunctionError.php
src/Symfony/Component/ErrorHandler/Error/UndefinedFunctionError.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Error; class UndefinedFunctionError exte...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Error/OutOfMemoryError.php
src/Symfony/Component/ErrorHandler/Error/OutOfMemoryError.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Error; class OutOfMemoryError extends Fa...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Error/UndefinedMethodError.php
src/Symfony/Component/ErrorHandler/Error/UndefinedMethodError.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Error; class UndefinedMethodError extend...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/ErrorHandler/Command/ErrorDumpCommand.php
src/Symfony/Component/ErrorHandler/Command/ErrorDumpCommand.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\ErrorHandler\Command; use Symfony\Component\Console\A...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/SerializerAwareTrait.php
src/Symfony/Component/Serializer/SerializerAwareTrait.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer; /** * @author Joel Wurtz <joel.wurtz@gma...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/SerializerInterface.php
src/Symfony/Component/Serializer/SerializerInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer; use Symfony\Component\Serializer\Exceptio...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/SerializerAwareInterface.php
src/Symfony/Component/Serializer/SerializerAwareInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer; /** * @author Jordi Boggiano <j.boggiano...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Serializer.php
src/Symfony/Component/Serializer/Serializer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer; use Symfony\Component\Serializer\Encoder\...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php
src/Symfony/Component/Serializer/Debug/TraceableEncoder.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Debug; use Symfony\Component\Serializer\Da...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Debug/TraceableSerializer.php
src/Symfony/Component/Serializer/Debug/TraceableSerializer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Debug; use Symfony\Component\Serializer\Da...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php
src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Debug; use Symfony\Component\Serializer\Da...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php
src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; /** * @author Samuel Roze <samue...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php
src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; use Symfony\Component\Serializer\...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php
src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; use Symfony\Component\PropertyAcc...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php
src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; /** * Stores metadata needed for...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php
src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; use Symfony\Component\PropertyAcc...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolverInterface.php
src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolverInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; /** * Knows how to get the class...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php
src/Symfony/Component/Serializer/Mapping/ClassMetadata.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping; /** * @author Kévin Dunglas <dun...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php
src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping\Loader; use Symfony\Component\Conf...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php
src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping\Loader; use Symfony\Component\Prop...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php
src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping\Loader; use Symfony\Component\Seri...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php
src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping\Loader; use Symfony\Component\Seri...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php
src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping\Loader; use Symfony\Component\Seri...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false
symfony/symfony
https://github.com/symfony/symfony/blob/9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php
src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Serializer\Mapping\Loader; use Symfony\Component\Seri...
php
MIT
9eb3243dd3c2b40347ed54c80e64d23eda1ac7d8
2026-01-04T15:02:34.231510Z
false