mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
![]() - UPGRADING says that the error_reporting (ie. value returned by error_reporting() or ini_get('error_reporting ')) is changed, not the severity value passed to the handler. - UPGRADING says that the error_reporting() == 0 should be replaced with !(error_reporting() & $err_no) in code, not the return with return false. So there is currenctly no way how to detect @ operator. - "Prior to PHP 8.0.0, the value of the severity passed to the custom error handler was always 0" - no true - "return false; // Silenced" - not true, if the function returns false then the normal error handler continues, so it is not "silenced". (partially reverts "Cleanup and update docs related to @ operator" commit 12b1d4704ea448b55ec155619be1e50c0e67e9f9.) Co-authored-by: George Peter Banyard <girgias@php.net> Co-authored-by: Larry Garfield <larry@garfieldtech.com> |
||
---|---|---|
.. | ||
context | ||
control-structures | ||
errors | ||
figures | ||
oop5 | ||
predefined | ||
types | ||
wrappers | ||
attributes.xml | ||
basic-syntax.xml | ||
constants.xml | ||
context.xml | ||
control-structures.xml | ||
enumerations.xml | ||
errors.xml | ||
exceptions.xml | ||
expressions.xml | ||
fibers.xml | ||
functions.xml | ||
generators.xml | ||
namespaces.xml | ||
oop5.xml | ||
operators.xml | ||
references.xml | ||
types.xml | ||
variables.xml | ||
wrappers.xml |