Function __global->push_suppress_error_death
Definitions
sources/global2.php
- Add new suppress error death setting. Whether error display is suppressed.Suppressed errors will always be logged and be shown depending on error_handling_* config (unlike with '@'), they just don't cause a fatal exit.So we use this function over '@' when an error is real and wants logging/possibly-showing.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$setting | boolean | required parameter | N/A | N/A | New setting |
sources/minikernel.php
- Add new suppress error death setting. Whether error display is suppressed.Suppressed errors will always be logged and be shown depending on error_handling_* config (unlike with '@'), they just don't cause a fatal exit.So we use this function over '@' when an error is real and wants logging/possibly-showing.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$setting | boolean | required parameter | N/A | N/A | New setting |