mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
552821619c
commit
9e64d5dc4d
1 changed files with 8 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue