reference/intl/ini.xml
d4d5216e7a965ca194f6b1c9dee84cecab2674e5
...
...
@@ -21,19 +21,19 @@
21
21
<row>
22
22
<entry><link linkend="ini.intl.default-locale">intl.default_locale</link></entry>
23
23
<entry></entry>
24
-
<entry>PHP_INI_ALL</entry>
24
+
<entry><constant>INI_ALL</constant></entry>
25
25
<entry></entry>
26
26
</row>
27
27
<row>
28
28
<entry><link linkend="ini.intl.error-level">intl.error_level</link></entry>
29
29
<entry>0</entry>
30
-
<entry>PHP_INI_ALL</entry>
30
+
<entry><constant>INI_ALL</constant></entry>
31
31
<entry></entry>
32
32
</row>
33
33
<row>
34
34
<entry><link linkend="ini.intl.use-exceptions">intl.use_exceptions</link></entry>
35
35
<entry>0</entry>
36
-
<entry>PHP_INI_ALL</entry>
36
+
<entry><constant>INI_ALL</constant></entry>
37
37
<entry>Available since PECL 3.0.0a1</entry>
38
38
</row>
39
39
</tbody>
...
...
@@ -73,15 +73,14 @@
73
73
</term>
74
74
<listitem>
75
75
<para>
76
-
The level of the error messages generated when an error occurs in ICU
77
-
functions. This is a PHP error level, such as
76
+
The type of the error messages generated when an error occurs in ICU
77
+
functions. This is a
78
+
<link linkend="errorfunc.constants">PHP error level</link>, such as
78
79
<constant>E_WARNING</constant>. It can be set to <literal>0</literal>
79
80
in order to inhibit the messages. This does not affect the return values
80
81
indicating error or the values returned by
81
82
<function>intl_get_error_code</function> or by the class specific
82
83
methods for retrieving error codes and messages.
83
-
Choosing <literal>E_ERROR</literal> will terminate the script whenever
84
-
an error condition is found on intl classes.
85
84
</para>
86
85
<para>
87
86
The default value is <literal>0</literal>.
88
87