oops, I forgot to add the availability of the new constants

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214314 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2006-06-06 12:24:45 +00:00
parent 552821619c
commit 9e64d5dc4d

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.10 $ -->
<!-- $Revision: 1.11 $ -->
<section id="pcre.constants">
&reftitle.constants;
&extension.constants;
@ -67,14 +67,15 @@
<row>
<entry>PREG_NO_ERROR</entry>
<entry>
Returned by <function>preg_last_error</function> if there were no errors.
Returned by <function>preg_last_error</function> if there were no
errors. Available since PHP 5.2.0.
</entry>
</row>
<row>
<entry>PREG_INTERNAL_ERROR</entry>
<entry>
Returned by <function>preg_last_error</function> if there was an
internal PCRE error.
internal PCRE error. Available since PHP 5.2.0.
</entry>
</row>
<row>
@ -82,6 +83,7 @@
<entry>
Returned by <function>preg_last_error</function> if <link
linkend="ini.pcre.backtrack-limit">backtrack limit</link> was exhausted.
Available since PHP 5.2.0.
</entry>
</row>
<row>
@ -89,6 +91,7 @@
<entry>
Returned by <function>preg_last_error</function> if <link
linkend="ini.pcre.recursion-limit">recursion limit</link> was exhausted.
Available since PHP 5.2.0.
</entry>
</row>
<row>
@ -96,7 +99,8 @@
<entry>
Returned by <function>preg_last_error</function> if the last error was
caused by malformed UTF-8 data (only when running a regex in <link
linkend="reference.pcre.pattern.modifiers">UTF-8 mode</link>).
linkend="reference.pcre.pattern.modifiers">UTF-8 mode</link>). Available
since PHP 5.2.0.
</entry>
</row>
</tbody>