reference/pcre/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -15,24 +15,24 @@
15
15
<entry>&Changelog;</entry>
16
16
</row>
17
17
</thead>
18
-
<tbody>
18
+
<tbody xml:id="pcre.configuration.list">
19
19
<row>
20
20
<entry><link linkend="ini.pcre.backtrack-limit">pcre.backtrack_limit</link></entry>
21
21
<entry>"1000000"</entry>
22
-
<entry>PHP_INI_ALL</entry>
23
-
<entry>Available since PHP 5.2.0.</entry>
22
+
<entry><constant>INI_ALL</constant></entry>
23
+
<entry></entry>
24
24
</row>
25
25
<row>
26
26
<entry><link linkend="ini.pcre.recursion-limit">pcre.recursion_limit</link></entry>
27
27
<entry>"100000"</entry>
28
-
<entry>PHP_INI_ALL</entry>
29
-
<entry>Available since PHP 5.2.0.</entry>
28
+
<entry><constant>INI_ALL</constant></entry>
29
+
<entry></entry>
30
30
</row>
31
31
<row>
32
32
<entry><link linkend="ini.pcre.jit">pcre.jit</link></entry>
33
33
<entry>"1"</entry>
34
-
<entry>PHP_INI_ALL</entry>
35
-
<entry>Available since PHP 7.0.0.</entry>
34
+
<entry><constant>INI_ALL</constant></entry>
35
+
<entry></entry>
36
36
</row>
37
37
</tbody>
38
38
</tgroup>
...
...
@@ -47,7 +47,7 @@
47
47
<varlistentry xml:id="ini.pcre.backtrack-limit">
48
48
<term>
49
49
<parameter>pcre.backtrack_limit</parameter>
50
-
<type>integer</type>
50
+
<type>int</type>
51
51
</term>
52
52
<listitem>
53
53
<para>
...
...
@@ -58,7 +58,7 @@
58
58
<varlistentry xml:id="ini.pcre.recursion-limit">
59
59
<term>
60
60
<parameter>pcre.recursion_limit</parameter>
61
-
<type>integer</type>
61
+
<type>int</type>
62
62
</term>
63
63
<listitem>
64
64
<para>
...
...
@@ -72,7 +72,7 @@
72
72
<varlistentry xml:id="ini.pcre.jit">
73
73
<term>
74
74
<parameter>pcre.jit</parameter>
75
-
<type>boolean</type>
75
+
<type>bool</type>
76
76
</term>
77
77
<listitem>
78
78
<para>
79
79