documented PREG_JIT_STACKLIMIT_ERROR

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337283 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-08-04 02:14:47 +00:00
parent c5c902b477
commit 84a87a7fa9
2 changed files with 9 additions and 0 deletions

View file

@ -119,6 +119,14 @@
</entry>
<entry>5.3.0</entry>
</row>
<row xml:id="constant.preg-jit-stacklimit-error">
<entry><constant>PREG_JIT_STACKLIMIT_ERROR</constant></entry>
<entry>
Returned by <function>preg_last_error</function> if the last PCRE function
failed due to limited JIT stack space.
</entry>
<entry>7.0.0</entry>
</row>
<row xml:id="constant.pcre-version">
<entry><constant>PCRE_VERSION</constant></entry>
<entry>

View file

@ -55,6 +55,7 @@ Backtrack limit was exhausted!
linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link>)</member>
<member><constant>PREG_BAD_UTF8_ERROR</constant></member>
<member><constant>PREG_BAD_UTF8_OFFSET_ERROR</constant> (since PHP 5.3.0)</member>
<member><constant>PREG_JIT_STACKLIMIT_ERROR</constant> (since PHP 7.0.0)</member>
</simplelist>
</para>
</refsect1>