mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
link correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98947 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7f1250e8cd
commit
0a31ed3925
1 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
|
||||
<refentry id="function.error-reporting">
|
||||
<refnamediv>
|
||||
|
@ -63,10 +63,9 @@ ini_set ('error_reporting', E_ALL);
|
|||
</example>
|
||||
</para>
|
||||
<para>
|
||||
The available error level constants are listed below. The actual
|
||||
meanings of these error levels are described in the
|
||||
<link linkend="features.error-handling">error handling</link>
|
||||
section of the manual.
|
||||
The available error level constants are listed below. The actual
|
||||
meanings of these error levels are described in the
|
||||
<link linkend="errorfunc.constants">predefined constants</link>.
|
||||
<table>
|
||||
<title><function>error_reporting</function> level constants and bit values</title>
|
||||
<tgroup cols="2">
|
||||
|
|
Loading…
Reference in a new issue