fixes to docs

This commit is contained in:
Simon Wisselink
2023-02-03 22:31:59 +01:00
parent c94d3ddafa
commit 51ed0d6791
38 changed files with 53 additions and 53 deletions

View File

@ -10,7 +10,7 @@ string
muteExpectedErrors
muteExpectedErrors() registers a custom error handler using
[set\_error\_handler()](&url.php-manual;set_error_handler). The error
[set\_error\_handler()](https://www.php.net/set_error_handler). The error
handler merely inspects `$errno` and `$errfile` to determine if the
given error was produced deliberately and must be ignored, or should be
passed on to the next error handler.