error_include_args
INI • Added in PHP 8.6
error_include_args — This directive controls whether PHP will print the actual arguments of a function upon an error. If this is off (or there was an error fetching the arguments), the function providing the error may optionally provide some additional information after the problem function's name.
| Default value | Off |
| Development value | Off |
| Production value | Off |
Modifiability: INI_ALL - The error_include_args INI directive can be configured anywhere, including php.ini files, ini_set calls, Apache .htaccess files, per-directory .ini files, etc.
error_include_args = 0 Changes to the error_include_args INI
PHP 8.6
- INI directive added
error_include_args INI Availability
error_include_args INI Availability| PHP Version | Availability |
|---|---|
| PHP 8.6Upcoming Release | Yes |
| PHP 8.5Supported (Latest) | No |
| PHP 8.4Supported | No |
| PHP 8.3Security-Fixes Only | No |
| PHP 8.2Security-Fixes Only | No |
| PHP 8.1Unsupported | No |
| PHP 8.0Unsupported | No |
| PHP 7.4Unsupported | No |
| PHP 7.3Unsupported | No |
| PHP 7.2Unsupported | No |
| PHP 7.1Unsupported | No |
| PHP 7.0Unsupported | No |
| PHP 5.6Unsupported | No |
| PHP 5.5Unsupported | No |
| PHP 5.4Unsupported | No |
| PHP 5.3Unsupported | No |