mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
correct link to ini.error-reporting & typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79302 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
28f866a95f
commit
382c740d5d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.set-error-handler">
|
||||
<refnamediv>
|
||||
|
@ -161,7 +161,7 @@ Aborting...<br>
|
|||
It is important to remember that the standard PHP error handler is completely
|
||||
bypassed. <function>error_reporting</function> settings will have no effect
|
||||
and your error handler will be called regardless - however you are still
|
||||
able to read the current value of <function>error_reporting</function> and
|
||||
able to read the current value of <link linkend="ini.error-reporting">error_reporting</link> and
|
||||
act appropriately. Of particular note is that this value will be 0 if the
|
||||
statement that caused the error was prepended by the
|
||||
<link linkend="language.operators.errorcontrol">@ error-control
|
||||
|
|
Loading…
Reference in a new issue