PHP 8.4 Tracy does not show bluescreen with error: Deprecated: A::__construct(): Implicitly marking parameter $bar as nullable is deprecated, the explicit nullable type must be used instead #590
petrparolek
started this conversation in
General
Replies: 3 comments
-
You must first initialize Tracy, and only then can you load the file containing the error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
More specifically - PHP first processes all definitions (function, classes, traits, ...) and then rest of the code. In this case definition is loaded, then Tracy. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How does it work? Can you show me example code? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version: 2.10.9
PHP version: 8.4.1
Bug Description
Tracy does not show bluescreen.
Steps To Reproduce
Expected Behavior
show bluescreen with error:
Deprecated: A::__construct(): Implicitly marking parameter $bar as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/www/tracy-test.php on line 14
Beta Was this translation helpful? Give feedback.
All reactions