Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
PHP
/
Error handling
Which production baseline preserves diagnostics without exposing them in HTTP responses?
from Error handling
PHP 8.3.33
intermediate
1 min
Which production baseline preserves diagnostics without exposing them in HTTP responses?
E_ALL, display_errors Off, log_errors On
error_reporting 0, display_errors Off, log_errors Off
E_ERROR only, display_errors On, log_errors Off
E_ALL, display_errors On, log_errors On
Check
Ask AI about this kata
Report an error
previous kata
What does this program print?
Predict the output
next kata
Review generated endpoint boundary
Review AI code
A new version is available
Reload