SYMBOL INDEX (275 symbols across 56 files) FILE: BufferingLogger.php class BufferingLogger (line 25) | class BufferingLogger extends AbstractLogger method log (line 32) | public function log($level, $message, array $context = []) method cleanLogs (line 37) | public function cleanLogs() FILE: Debug.php class Debug (line 23) | class Debug method enable (line 35) | public static function enable($errorReportingLevel = \E_ALL, $displayE... FILE: DebugClassLoader.php class DebugClassLoader (line 32) | class DebugClassLoader method __construct (line 48) | public function __construct(callable $classLoader) method getClassLoader (line 82) | public function getClassLoader() method enable (line 90) | public static function enable() method disable (line 116) | public static function disable() method findFile (line 138) | public function findFile($class) method loadClass (line 150) | public function loadClass($class) method checkClass (line 177) | private function checkClass(string $class, string $file = null) method checkAnnotations (line 225) | public function checkAnnotations(\ReflectionClass $refl, $class) method checkCase (line 408) | public function checkCase(\ReflectionClass $refl, $file, $class) method darwinRealpath (line 447) | private function darwinRealpath(string $real): string method getOwnInterfaces (line 520) | private function getOwnInterfaces(string $class, ?string $parent): array FILE: ErrorHandler.php class ErrorHandler (line 55) | class ErrorHandler method register (line 119) | public static function register(self $handler = null, $replace = true) method __construct (line 166) | public function __construct(BufferingLogger $bootstrappingLogger = null) method setDefaultLogger (line 182) | public function setDefaultLogger(LoggerInterface $logger, $levels = \E... method setLoggers (line 216) | public function setLoggers(array $loggers) method setExceptionHandler (line 267) | public function setExceptionHandler(callable $handler = null) method throwAt (line 283) | public function throwAt($levels, $replace = false) method scopeAt (line 303) | public function scopeAt($levels, $replace = false) method traceAt (line 322) | public function traceAt($levels, $replace = false) method screamAt (line 341) | public function screamAt($levels, $replace = false) method reRegister (line 355) | private function reRegister(int $prev) method handleError (line 386) | public function handleError($type, $message, $file, $line) method handleException (line 521) | public function handleException($exception, array $error = null) method handleFatalError (line 592) | public static function handleFatalError(array $error = null) method getFatalErrorHandlers (line 672) | protected function getFatalErrorHandlers() method cleanTrace (line 684) | private function cleanTrace(array $backtrace, int $type, string $file,... FILE: Exception/ClassNotFoundException.php class ClassNotFoundException (line 23) | class ClassNotFoundException extends FatalErrorException method __construct (line 25) | public function __construct(string $message, \ErrorException $previous) FILE: Exception/FatalErrorException.php class FatalErrorException (line 23) | class FatalErrorException extends \ErrorException method __construct (line 25) | public function __construct(string $message, int $code, int $severity,... method setTrace (line 74) | protected function setTrace($trace) FILE: Exception/FatalThrowableError.php class FatalThrowableError (line 23) | class FatalThrowableError extends FatalErrorException method __construct (line 27) | public function __construct(\Throwable $e) method getOriginalClassName (line 51) | public function getOriginalClassName(): string FILE: Exception/FlattenException.php class FlattenException (line 26) | class FlattenException method create (line 42) | public static function create(\Exception $exception, $statusCode = nul... method createFromThrowable (line 50) | public static function createFromThrowable(\Throwable $exception, int ... method toArray (line 83) | public function toArray() method getStatusCode (line 97) | public function getStatusCode() method setStatusCode (line 105) | public function setStatusCode($code) method getHeaders (line 112) | public function getHeaders() method setHeaders (line 120) | public function setHeaders(array $headers) method getClass (line 127) | public function getClass() method setClass (line 135) | public function setClass($class) method getFile (line 142) | public function getFile() method setFile (line 150) | public function setFile($file) method getLine (line 157) | public function getLine() method setLine (line 165) | public function setLine($line) method getMessage (line 172) | public function getMessage() method setMessage (line 180) | public function setMessage($message) method getCode (line 193) | public function getCode() method setCode (line 201) | public function setCode($code) method getPrevious (line 208) | public function getPrevious() method setPrevious (line 216) | public function setPrevious(self $previous) method getAllPrevious (line 223) | public function getAllPrevious() method getTrace (line 234) | public function getTrace() method setTraceFromException (line 242) | public function setTraceFromException(\Exception $exception) method setTraceFromThrowable (line 249) | public function setTraceFromThrowable(\Throwable $throwable) method setTrace (line 259) | public function setTrace($trace, $file, $line) method flattenArgs (line 296) | private function flattenArgs(array $args, int $level = 0, int &$count ... method getClassNameFromIncomplete (line 332) | private function getClassNameFromIncomplete(\__PHP_Incomplete_Class $v... method getTraceAsString (line 339) | public function getTraceAsString() method getAsString (line 344) | public function getAsString() FILE: Exception/OutOfMemoryException.php class OutOfMemoryException (line 23) | class OutOfMemoryException extends FatalErrorException FILE: Exception/SilencedErrorContext.php class SilencedErrorContext (line 23) | class SilencedErrorContext implements \JsonSerializable method __construct (line 32) | public function __construct(int $severity, string $file, int $line, ar... method getSeverity (line 41) | public function getSeverity() method getFile (line 46) | public function getFile() method getLine (line 51) | public function getLine() method getTrace (line 56) | public function getTrace() method jsonSerialize (line 61) | public function jsonSerialize() FILE: Exception/UndefinedFunctionException.php class UndefinedFunctionException (line 23) | class UndefinedFunctionException extends FatalErrorException method __construct (line 25) | public function __construct(string $message, \ErrorException $previous) FILE: Exception/UndefinedMethodException.php class UndefinedMethodException (line 23) | class UndefinedMethodException extends FatalErrorException method __construct (line 25) | public function __construct(string $message, \ErrorException $previous) FILE: ExceptionHandler.php class ExceptionHandler (line 36) | class ExceptionHandler method __construct (line 55) | public function __construct(bool $debug = true, string $charset = null... method register (line 71) | public static function register($debug = true, $charset = null, $fileL... method setHandler (line 91) | public function setHandler(callable $handler = null) method setFileLinkFormat (line 106) | public function setFileLinkFormat($fileLinkFormat) method handle (line 122) | public function handle(\Exception $exception) method sendPhpResponse (line 179) | public function sendPhpResponse($exception) method getHtml (line 203) | public function getHtml($exception) method getContent (line 217) | public function getContent(FlattenException $exception) method getStylesheet (line 306) | public function getStylesheet(FlattenException $exception) method decorate (line 366) | private function decorate(string $content, string $css): string method formatClass (line 383) | private function formatClass(string $class): string method formatPath (line 390) | private function formatPath(string $path, int $line): string method formatArgs (line 425) | private function formatArgs(array $args): string method escapeHtml (line 452) | private function escapeHtml(string $str): string method getSymfonyGhostAsSvg (line 457) | private function getSymfonyGhostAsSvg(): string method addElementToGhost (line 462) | private function addElementToGhost(): string FILE: FatalErrorHandler/ClassNotFoundFatalErrorHandler.php class ClassNotFoundFatalErrorHandler (line 29) | class ClassNotFoundFatalErrorHandler implements FatalErrorHandlerInterface method handleError (line 34) | public function handleError(array $error, FatalErrorException $exception) method getClassCandidates (line 76) | private function getClassCandidates(string $class): array method findClassInPath (line 117) | private function findClassInPath(string $path, string $class, string $... method convertFileToClass (line 134) | private function convertFileToClass(string $path, string $file, string... method classExists (line 179) | private function classExists(string $class): bool FILE: FatalErrorHandler/FatalErrorHandlerInterface.php type FatalErrorHandlerInterface (line 25) | interface FatalErrorHandlerInterface method handleError (line 34) | public function handleError(array $error, FatalErrorException $excepti... FILE: FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php class UndefinedFunctionFatalErrorHandler (line 26) | class UndefinedFunctionFatalErrorHandler implements FatalErrorHandlerInt... method handleError (line 31) | public function handleError(array $error, FatalErrorException $exception) FILE: FatalErrorHandler/UndefinedMethodFatalErrorHandler.php class UndefinedMethodFatalErrorHandler (line 26) | class UndefinedMethodFatalErrorHandler implements FatalErrorHandlerInter... method handleError (line 31) | public function handleError(array $error, FatalErrorException $exception) FILE: Tests/DebugClassLoaderTest.php class DebugClassLoaderTest (line 21) | class DebugClassLoaderTest extends TestCase method setUp (line 30) | protected function setUp(): void method tearDown (line 37) | protected function tearDown(): void method testIdempotence (line 46) | public function testIdempotence() method testThrowingClass (line 67) | public function testThrowingClass() method testNameCaseMismatch (line 82) | public function testNameCaseMismatch() method testFileCaseMismatch (line 89) | public function testFileCaseMismatch() method testPsr4CaseMismatch (line 100) | public function testPsr4CaseMismatch() method testNotPsr0 (line 107) | public function testNotPsr0() method testNotPsr0Bis (line 112) | public function testNotPsr0Bis() method testClassAlias (line 117) | public function testClassAlias() method testDeprecatedSuper (line 125) | public function testDeprecatedSuper($class, $super, $type) method provideDeprecatedSuper (line 147) | public function provideDeprecatedSuper() method testInterfaceExtendsDeprecatedInterface (line 155) | public function testInterfaceExtendsDeprecatedInterface() method testDeprecatedSuperInSameNamespace (line 177) | public function testDeprecatedSuperInSameNamespace() method testExtendedFinalClass (line 199) | public function testExtendedFinalClass() method testExtendedFinalMethod (line 228) | public function testExtendedFinalMethod() method testExtendedDeprecatedMethodDoesntTriggerAnyNotice (line 247) | public function testExtendedDeprecatedMethodDoesntTriggerAnyNotice() method testInternalsUse (line 264) | public function testInternalsUse() method testExtendedMethodDefinesNewParameters (line 283) | public function testExtendedMethodDefinesNewParameters() method testUseTraitWithInternalMethod (line 306) | public function testUseTraitWithInternalMethod() method testVirtualUse (line 320) | public function testVirtualUse() method testVirtualUseWithMagicCall (line 346) | public function testVirtualUseWithMagicCall() method testEvaluatedCode (line 360) | public function testEvaluatedCode() class ClassLoader (line 366) | class ClassLoader method loadClass (line 368) | public function loadClass($class) method getClassMap (line 372) | public function getClassMap() method findFile (line 377) | public function findFile($class) FILE: Tests/ErrorHandlerTest.php class ErrorHandlerTest (line 33) | class ErrorHandlerTest extends TestCase method testRegister (line 35) | public function testRegister() method testErrorGetLast (line 75) | public function testErrorGetLast() method testNotice (line 99) | public function testNotice() method triggerNotice (line 135) | private static function triggerNotice($that) method testConstruct (line 140) | public function testConstruct() method testDefaultLogger (line 152) | public function testDefaultLogger() method testHandleError (line 185) | public function testHandleError() method testHandleUserError (line 304) | public function testHandleUserError() method testHandleErrorWithAnonymousClass (line 330) | public function testHandleErrorWithAnonymousClass() method testHandleDeprecation (line 350) | public function testHandleDeprecation() method testHandleException (line 372) | public function testHandleException() method testBootstrappingLogger (line 412) | public function testBootstrappingLogger() method testSettingLoggerWhenExceptionIsBuffered (line 463) | public function testSettingLoggerWhenExceptionIsBuffered() method testHandleFatalError (line 482) | public function testHandleFatalError() method testHandleErrorException (line 521) | public function testHandleErrorException() method testCustomExceptionHandler (line 536) | public function testCustomExceptionHandler() method testErrorHandlerWhenLogging (line 550) | public function testErrorHandlerWhenLogging($previousHandlerWasDefined... method errorHandlerWhenLoggingProvider (line 590) | public function errorHandlerWhenLoggingProvider() FILE: Tests/Exception/FlattenExceptionTest.php class FlattenExceptionTest (line 36) | class FlattenExceptionTest extends TestCase method testStatusCode (line 38) | public function testStatusCode() method testHeadersForHttpException (line 100) | public function testHeadersForHttpException() method testFlattenHttpException (line 124) | public function testFlattenHttpException(\Throwable $exception) method testWrappedThrowable (line 136) | public function testWrappedThrowable() method testThrowable (line 146) | public function testThrowable() method testPrevious (line 159) | public function testPrevious(\Throwable $exception) method testPreviousError (line 171) | public function testPreviousError() method testLine (line 185) | public function testLine(\Throwable $exception) method testFile (line 194) | public function testFile(\Throwable $exception) method testToArray (line 203) | public function testToArray(\Throwable $exception, string $expectedClass) method testCreate (line 220) | public function testCreate() method flattenDataProvider (line 233) | public function flattenDataProvider() method testArguments (line 241) | public function testArguments() method testRecursionInArguments (line 307) | public function testRecursionInArguments() method testTooBigArray (line 322) | public function testTooBigArray() method testAnonymousClass (line 351) | public function testAnonymousClass() method testToStringEmptyMessage (line 369) | public function testToStringEmptyMessage() method testToString (line 379) | public function testToString() method testToStringParent (line 393) | public function testToStringParent() method createException (line 404) | private function createException($foo) FILE: Tests/ExceptionHandlerTest.php class ExceptionHandlerTest (line 25) | class ExceptionHandlerTest extends TestCase method setUp (line 27) | protected function setUp(): void method tearDown (line 32) | protected function tearDown(): void method testDebug (line 40) | public function testDebug() method testStatusCode (line 70) | public function testStatusCode() method testHeaders (line 88) | public function testHeaders() method testNestedExceptions (line 105) | public function testNestedExceptions() method testHandle (line 115) | public function testHandle() method testHandleWithACustomHandlerThatOutputsSomething (line 125) | public function testHandleWithACustomHandlerThatOutputsSomething() method testHandleWithACustomHandlerThatOutputsNothing (line 138) | public function testHandleWithACustomHandlerThatOutputsNothing() method testHandleWithACustomHandlerThatFails (line 148) | public function testHandleWithACustomHandlerThatFails() method testHandleOutOfMemoryException (line 160) | public function testHandleOutOfMemoryException() method assertThatTheExceptionWasOutput (line 173) | private function assertThatTheExceptionWasOutput($content, $expectedCl... FILE: Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php class ClassNotFoundFatalErrorHandlerTest (line 24) | class ClassNotFoundFatalErrorHandlerTest extends TestCase method setUpBeforeClass (line 26) | public static function setUpBeforeClass(): void method testHandleClassNotFound (line 52) | public function testHandleClassNotFound($error, $translatedMessage, $a... method provideClassNotFoundData (line 78) | public function provideClassNotFoundData() method testCannotRedeclareClass (line 204) | public function testCannotRedeclareClass() FILE: Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php class UndefinedFunctionFatalErrorHandlerTest (line 22) | class UndefinedFunctionFatalErrorHandlerTest extends TestCase method testUndefinedFunction (line 27) | public function testUndefinedFunction($error, $translatedMessage) method provideUndefinedFunctionData (line 40) | public function provideUndefinedFunctionData() function test_namespaced_function (line 83) | function test_namespaced_function() FILE: Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php class UndefinedMethodFatalErrorHandlerTest (line 22) | class UndefinedMethodFatalErrorHandlerTest extends TestCase method testUndefinedMethod (line 27) | public function testUndefinedMethod($error, $translatedMessage) method provideUndefinedMethodData (line 39) | public function provideUndefinedMethodData() FILE: Tests/Fixtures/AnnotatedClass.php class AnnotatedClass (line 5) | class AnnotatedClass method deprecatedMethod (line 10) | public function deprecatedMethod() FILE: Tests/Fixtures/ClassWithAnnotatedParameters.php class ClassWithAnnotatedParameters (line 5) | class ClassWithAnnotatedParameters method fooMethod (line 10) | public function fooMethod(string $foo) method barMethod (line 17) | public function barMethod(/* string $bar = null */) method quzMethod (line 24) | public function quzMethod(/* Quz $quz = null */) method isSymfony (line 31) | public function isSymfony() FILE: Tests/Fixtures/DeprecatedClass.php class DeprecatedClass (line 10) | class DeprecatedClass FILE: Tests/Fixtures/DeprecatedInterface.php type DeprecatedInterface (line 10) | interface DeprecatedInterface FILE: Tests/Fixtures/ErrorHandlerThatUsesThePreviousOne.php class ErrorHandlerThatUsesThePreviousOne (line 5) | class ErrorHandlerThatUsesThePreviousOne method register (line 9) | public static function register() method handleError (line 18) | public function handleError() FILE: Tests/Fixtures/ExtendedFinalMethod.php class ExtendedFinalMethod (line 5) | class ExtendedFinalMethod extends FinalMethod method finalMethod (line 12) | public function finalMethod() method anotherMethod (line 16) | public function anotherMethod() FILE: Tests/Fixtures/FinalClasses.php class FinalClass1 (line 8) | class FinalClass1 class FinalClass2 (line 16) | class FinalClass2 class FinalClass3 (line 26) | class FinalClass3 class FinalClass4 (line 36) | class FinalClass4 class FinalClass5 (line 47) | class FinalClass5 class FinalClass6 (line 57) | class FinalClass6 class FinalClass7 (line 70) | class FinalClass7 class FinalClass8 (line 81) | class FinalClass8 FILE: Tests/Fixtures/FinalMethod.php class FinalMethod (line 5) | class FinalMethod method finalMethod (line 10) | public function finalMethod() method finalMethod2 (line 19) | public function finalMethod2() method anotherMethod (line 23) | public function anotherMethod() FILE: Tests/Fixtures/FinalMethod2Trait.php type FinalMethod2Trait (line 5) | trait FinalMethod2Trait method finalMethod2 (line 7) | public function finalMethod2() FILE: Tests/Fixtures/InterfaceWithAnnotatedParameters.php type InterfaceWithAnnotatedParameters (line 8) | interface InterfaceWithAnnotatedParameters method whereAmI (line 13) | public function whereAmI(); method iAmHere (line 26) | public function iAmHere(); FILE: Tests/Fixtures/InternalClass.php class InternalClass (line 8) | class InternalClass method usedInInternalClass (line 12) | public function usedInInternalClass() FILE: Tests/Fixtures/InternalInterface.php type InternalInterface (line 8) | interface InternalInterface FILE: Tests/Fixtures/InternalTrait.php type InternalTrait (line 8) | trait InternalTrait FILE: Tests/Fixtures/InternalTrait2.php type InternalTrait2 (line 8) | trait InternalTrait2 method internalMethod (line 13) | public function internalMethod() method usedInInternalClass (line 20) | public function usedInInternalClass() FILE: Tests/Fixtures/LoggerThatSetAnErrorHandler.php class LoggerThatSetAnErrorHandler (line 7) | class LoggerThatSetAnErrorHandler extends BufferingLogger method log (line 9) | public function log($level, $message, array $context = []): void FILE: Tests/Fixtures/NonDeprecatedInterface.php type NonDeprecatedInterface (line 5) | interface NonDeprecatedInterface extends DeprecatedInterface FILE: Tests/Fixtures/PEARClass.php class Symfony_Component_Debug_Tests_Fixtures_PEARClass (line 3) | class Symfony_Component_Debug_Tests_Fixtures_PEARClass FILE: Tests/Fixtures/SubClassWithAnnotatedParameters.php class SubClassWithAnnotatedParameters (line 5) | class SubClassWithAnnotatedParameters extends ClassWithAnnotatedParamete... method fooMethod (line 9) | public function fooMethod(string $foo) method barMethod (line 13) | public function barMethod($bar = null) method quzMethod (line 17) | public function quzMethod() method whereAmI (line 21) | public function whereAmI() method iAmHere (line 29) | public function iAmHere() FILE: Tests/Fixtures/ToStringThrower.php class ToStringThrower (line 5) | class ToStringThrower method __construct (line 9) | public function __construct(\Exception $e) method __toString (line 14) | public function __toString() FILE: Tests/Fixtures/TraitWithAnnotatedParameters.php type TraitWithAnnotatedParameters (line 5) | trait TraitWithAnnotatedParameters method isSymfony (line 10) | public function isSymfony() FILE: Tests/Fixtures/TraitWithInternalMethod.php type TraitWithInternalMethod (line 5) | trait TraitWithInternalMethod method foo (line 10) | public function foo() FILE: Tests/Fixtures/VirtualClass.php class VirtualClass (line 8) | class VirtualClass FILE: Tests/Fixtures/VirtualClassMagicCall.php class VirtualClassMagicCall (line 9) | class VirtualClassMagicCall method __callStatic (line 11) | public static function __callStatic($name, $arguments) method __call (line 15) | public function __call($name, $arguments) FILE: Tests/Fixtures/VirtualInterface.php type VirtualInterface (line 32) | interface VirtualInterface FILE: Tests/Fixtures/VirtualSubInterface.php type VirtualSubInterface (line 8) | interface VirtualSubInterface extends VirtualInterface FILE: Tests/Fixtures/VirtualTrait.php type VirtualTrait (line 8) | trait VirtualTrait FILE: Tests/Fixtures/casemismatch.php class CaseMismatch (line 5) | class CaseMismatch FILE: Tests/Fixtures/notPsr0Bis.php class NotPSR0bis (line 5) | class NotPSR0bis FILE: Tests/Fixtures/psr4/Psr4CaseMismatch.php class PSR4CaseMismatch (line 5) | class PSR4CaseMismatch FILE: Tests/Fixtures/reallyNotPsr0.php class NotPSR0 (line 5) | class NotPSR0 FILE: Tests/Fixtures2/RequiredTwice.php class RequiredTwice (line 14) | class RequiredTwice FILE: Tests/HeaderMock.php function headers_sent (line 14) | function headers_sent() function header (line 19) | function header($str, $replace = true, $status = null) function testHeader (line 26) | function testHeader()