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> |
||
---|---|---|
.. | ||
configure | ||
migration56 | ||
migration70 | ||
migration71 | ||
migration72 | ||
migration73 | ||
migration74 | ||
migration80 | ||
migration81 | ||
about.xml | ||
aliases.xml | ||
comparisons.xml | ||
debugger.xml | ||
extensions.xml | ||
filters.xml | ||
history.xml | ||
ini.core.xml | ||
ini.list.xml | ||
ini.sections.xml | ||
ini.xml | ||
license.xml | ||
migration56.xml | ||
migration70.xml | ||
migration71.xml | ||
migration72.xml | ||
migration73.xml | ||
migration74.xml | ||
migration80.xml | ||
migration81.xml | ||
reserved.constants.core.xml | ||
reserved.constants.standard.xml | ||
reserved.constants.xml | ||
reserved.xml | ||
resources.xml | ||
tokens.xml | ||
transports.xml | ||
userlandnaming.xml |