Use canonical type names

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-11-02 15:39:04 +00:00
parent 9e0f03ac35
commit 86e6094e86
579 changed files with 6650 additions and 6650 deletions

View file

@ -189,7 +189,7 @@ Returns the length of given string.
</entry>
<entry>
Type of value this function returns, which is an
<type>integer</type> (i.e. the length of a string is measured in
<type>int</type> (i.e. the length of a string is measured in
numbers).
</entry>
</row>

View file

@ -15,8 +15,8 @@
<para>
Before utilizing these tables, it's important to understand types and their
meanings. For example, <literal>"42"</literal> is a <type>string</type>
while <literal>42</literal> is an <type>integer</type>. &false; is a
<type>boolean</type> while <literal>"false"</literal> is a
while <literal>42</literal> is an <type>int</type>. &false; is a
<type>bool</type> while <literal>"false"</literal> is a
<type>string</type>.
</para>
<note>
@ -56,7 +56,7 @@
<entry><function>empty</function></entry>
<entry><function>is_null</function></entry>
<entry><function>isset</function></entry>
<entry><type>boolean</type> : <literal>if($x)</literal></entry>
<entry><type>bool</type> : <literal>if($x)</literal></entry>
</row>
</thead>
<tbody>
@ -110,7 +110,7 @@
</row>
<row>
<entry><literal>$x = false;</literal></entry>
<entry><type>boolean</type></entry>
<entry><type>bool</type></entry>
<entry>&true;</entry>
<entry>&false;</entry>
<entry>&true;</entry>
@ -118,7 +118,7 @@
</row>
<row>
<entry><literal>$x = true;</literal></entry>
<entry><type>boolean</type></entry>
<entry><type>bool</type></entry>
<entry>&false;</entry>
<entry>&false;</entry>
<entry>&true;</entry>
@ -126,7 +126,7 @@
</row>
<row>
<entry><literal>$x = 1;</literal></entry>
<entry><type>integer</type></entry>
<entry><type>int</type></entry>
<entry>&false;</entry>
<entry>&false;</entry>
<entry>&true;</entry>
@ -134,7 +134,7 @@
</row>
<row>
<entry><literal>$x = 42;</literal></entry>
<entry><type>integer</type></entry>
<entry><type>int</type></entry>
<entry>&false;</entry>
<entry>&false;</entry>
<entry>&true;</entry>
@ -142,7 +142,7 @@
</row>
<row>
<entry><literal>$x = 0;</literal></entry>
<entry><type>integer</type></entry>
<entry><type>int</type></entry>
<entry>&true;</entry>
<entry>&false;</entry>
<entry>&true;</entry>
@ -150,7 +150,7 @@
</row>
<row>
<entry><literal>$x = -1;</literal></entry>
<entry><type>integer</type></entry>
<entry><type>int</type></entry>
<entry>&false;</entry>
<entry>&false;</entry>
<entry>&true;</entry>

View file

@ -159,7 +159,7 @@
<varlistentry xml:id="ini.short-open-tag">
<term>
<parameter>short_open_tag</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -187,7 +187,7 @@
<varlistentry xml:id="ini.asp-tags">
<term>
<parameter>asp_tags</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<simpara>
@ -224,7 +224,7 @@
<varlistentry xml:id="ini.precision">
<term>
<parameter>precision</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<simpara>
@ -238,7 +238,7 @@
<varlistentry xml:id="ini.serialize-precision">
<term>
<parameter>serialize_precision</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<simpara>
@ -252,7 +252,7 @@
<varlistentry xml:id="ini.y2k-compliance">
<term>
<parameter>y2k_compliance</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<simpara>
@ -265,7 +265,7 @@
<varlistentry xml:id="ini.allow-call-time-pass-reference">
<term>
<parameter>allow_call_time_pass_reference</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -325,7 +325,7 @@
<varlistentry xml:id="ini.expose-php">
<term>
<parameter>expose_php</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -394,7 +394,7 @@
<varlistentry xml:id="ini.zend.assertions">
<term>
<parameter>zend.assertions</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<simpara>
@ -420,7 +420,7 @@
<varlistentry xml:id="ini.zend.ze1-compatibility-mode">
<term>
<parameter>zend.ze1_compatibility_mode</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -445,7 +445,7 @@
<varlistentry xml:id="ini.hard-timeout">
<term>
<parameter>hard_timeout</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -456,7 +456,7 @@
<varlistentry xml:id="ini.zend.exception-ignore-args">
<term>
<parameter>zend.exception_ignore_args</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -468,7 +468,7 @@
<varlistentry xml:id="ini.zend.multibyte">
<term>
<parameter>zend.multibyte</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -506,7 +506,7 @@
<varlistentry xml:id="ini.zend.detect-unicode">
<term>
<parameter>zend.detect_unicode</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -522,7 +522,7 @@
<varlistentry xml:id="ini.zend.signal-check">
<term>
<parameter>zend.signal_check</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -534,7 +534,7 @@
<varlistentry xml:id="ini.exit-on-timeout">
<term>
<parameter>exit_on_timeout</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -582,7 +582,7 @@
<varlistentry xml:id="ini.memory-limit">
<term>
<parameter>memory_limit</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -654,7 +654,7 @@
<varlistentry xml:id="ini.realpath-cache-size">
<term>
<parameter>realpath_cache_size</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -677,7 +677,7 @@
<varlistentry xml:id="ini.realpath-cache-ttl">
<term>
<parameter>realpath_cache_ttl</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -912,7 +912,7 @@
<varlistentry xml:id="ini.auto-globals-jit">
<term>
<parameter>auto_globals_jit</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -944,7 +944,7 @@
<varlistentry xml:id="ini.register-globals">
<term>
<parameter>register_globals</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -981,7 +981,7 @@
<varlistentry xml:id="ini.register-argc-argv">
<term>
<parameter>register_argc_argv</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<simpara>
@ -997,7 +997,7 @@
<varlistentry xml:id="ini.register-long-arrays">
<term>
<parameter>register_long_arrays</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<simpara>
@ -1020,7 +1020,7 @@
<varlistentry xml:id="ini.enable-post-data-reading">
<term>
<parameter>enable_post_data_reading</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<simpara>
@ -1037,7 +1037,7 @@
<varlistentry xml:id="ini.post-max-size">
<term>
<parameter>post_max_size</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<simpara>
@ -1603,7 +1603,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.user-ini.cache-ttl">
<term>
<parameter>user_ini.cache_ttl</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -1718,7 +1718,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.cgi.check-shebang-line">
<term>
<parameter>cgi.check_shebang_line</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1735,7 +1735,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.cgi.discard-path">
<term>
<parameter>cgi.discard_path</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1748,7 +1748,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.cgi.fix-pathinfo">
<term>
<parameter>cgi.fix_pathinfo</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1771,7 +1771,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.cgi.force-redirect">
<term>
<parameter>cgi.force_redirect</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1792,7 +1792,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.cgi.nph">
<term>
<parameter>cgi.nph</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1867,7 +1867,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.fastcgi.logging">
<term>
<parameter>fastcgi.logging</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1944,7 +1944,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.file-uploads">
<term>
<parameter>file_uploads</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -1981,7 +1981,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.upload-max-filesize">
<term>
<parameter>upload_max_filesize</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -1996,7 +1996,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.max-file-uploads">
<term>
<parameter>max_file_uploads</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -2043,7 +2043,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.sql.safe-mode">
<term>
<parameter>sql.safe_mode</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -2096,7 +2096,7 @@ include_path = ".:${USER}/pear/php"
<varlistentry xml:id="ini.windows-show-crt-warning">
<term>
<parameter>windows.show_crt_warning</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -190,7 +190,7 @@
<listitem>
<simpara>
The third parameter of <function>ob_start</function> has changed from
<type>boolean</type> <parameter>erase</parameter> to <type>integer</type>
<type>bool</type> <parameter>erase</parameter> to <type>int</type>
<parameter>flags</parameter>. Note that code that explicitly set
<parameter>erase</parameter> to &false; will no longer behave as expected
in PHP 5.4: please follow

View file

@ -2,7 +2,7 @@
<!-- $Revision$ -->
<sect2 xml:id="migration70.incompatible.integers">
<title>Changes to <type>integer</type> handling</title>
<title>Changes to <type>int</type> handling</title>
<sect3 xml:id="migration70.incompatible.integers.invalid-octals">
<title>Invalid octal literals</title>
@ -52,7 +52,7 @@ Stack trace:
<para>
Bitwise shifts (in either direction) beyond the bit width of an
<type>integer</type> will always result in 0. Previously, the behaviour of
<type>int</type> will always result in 0. Previously, the behaviour of
such shifts was architecture dependent.
</para>
</sect3>

View file

@ -48,7 +48,7 @@ string(3) "foo"
<para>
<function>filter_var</function> can be used to check if a
<type>string</type> contains a hexadecimal number, and also to convert a
string of that type to an <type>integer</type>:
string of that type to an <type>int</type>:
</para>
<informalexample>

View file

@ -393,7 +393,7 @@ bool(true)
While the old API continues to be maintained for compatibility,
<function>assert</function> is now a language construct, allowing the first
parameter to be an expression rather than just a <type>string</type> to be
evaluated or a <type>boolean</type> value to be tested.
evaluated or a <type>bool</type> value to be tested.
</para>
<informalexample>

View file

@ -372,7 +372,7 @@ array(2) {
<para>
The <literal>allowed_classes</literal> element of the $options parameter of
<function>unserialize</function> is now strictly typed, i.e. if anything
other than an <type>array</type> or a <type>boolean</type> is given,
other than an <type>array</type> or a <type>bool</type> is given,
unserialize() returns &false; and issues an <constant>E_WARNING</constant>.
</para>
</sect2>

View file

@ -302,8 +302,8 @@ foo(...gen());
<para>
Mathematic operations involving <link
linkend="book.simplexml">SimpleXML</link> objects will now treat the text as
an <type>integer</type> or <type>float</type>, whichever is more appropriate.
Previously values were treated as <type>integer</type>s unconditionally.
an <type>int</type> or <type>float</type>, whichever is more appropriate.
Previously values were treated as <type>int</type>s unconditionally.
</para>
</sect2>

View file

@ -25,7 +25,7 @@ class User {
</programlisting>
</informalexample>
The above example will enforce that <literal>$user->id</literal> can only be
assigned <type>integer</type> values and <literal>$user->name</literal> can
assigned <type>int</type> values and <literal>$user->name</literal> can
only be assigned <type>string</type> values.
</para>
</sect3>

View file

@ -22,7 +22,7 @@
<varlistentry xml:id="constant.php-major-version">
<term>
<constant>PHP_MAJOR_VERSION</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -34,7 +34,7 @@
<varlistentry xml:id="constant.php-minor-version">
<term>
<constant>PHP_MINOR_VERSION</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -46,7 +46,7 @@
<varlistentry xml:id="constant.php-release-version">
<term>
<constant>PHP_RELEASE_VERSION</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -58,7 +58,7 @@
<varlistentry xml:id="constant.php-version-id">
<term>
<constant>PHP_VERSION_ID</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -85,7 +85,7 @@
<varlistentry xml:id="constant.php-zts">
<term>
<constant>PHP_ZTS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -96,7 +96,7 @@
<varlistentry xml:id="constant.php-debug">
<term>
<constant>PHP_DEBUG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -107,7 +107,7 @@
<varlistentry xml:id="constant.php-maxpathlen">
<term>
<constant>PHP_MAXPATHLEN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -169,7 +169,7 @@
<varlistentry xml:id="constant.php-int-max">
<term>
<constant>PHP_INT_MAX</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -182,7 +182,7 @@
<varlistentry xml:id="constant.php-int-min">
<term>
<constant>PHP_INT_MIN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -195,7 +195,7 @@
<varlistentry xml:id="constant.php-int-size">
<term>
<constant>PHP_INT_SIZE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -206,7 +206,7 @@
<varlistentry xml:id="constant.php-float-dig">
<term>
<constant>PHP_FLOAT_DIG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -437,7 +437,7 @@
<varlistentry xml:id="constant.e-error">
<term>
<constant>E_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -448,7 +448,7 @@
<varlistentry xml:id="constant.e-warning">
<term>
<constant>E_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -459,7 +459,7 @@
<varlistentry xml:id="constant.e-parse">
<term>
<constant>E_PARSE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -470,7 +470,7 @@
<varlistentry xml:id="constant.e-notice">
<term>
<constant>E_NOTICE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -481,7 +481,7 @@
<varlistentry xml:id="constant.e-core-error">
<term>
<constant>E_CORE_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -492,7 +492,7 @@
<varlistentry xml:id="constant.e-core-warning">
<term>
<constant>E_CORE_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -503,7 +503,7 @@
<varlistentry xml:id="constant.e-compile-error">
<term>
<constant>E_COMPILE_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -514,7 +514,7 @@
<varlistentry xml:id="constant.e-compile-warning">
<term>
<constant>E_COMPILE_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -525,7 +525,7 @@
<varlistentry xml:id="constant.e-user-error">
<term>
<constant>E_USER_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -536,7 +536,7 @@
<varlistentry xml:id="constant.e-user-warning">
<term>
<constant>E_USER_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -547,7 +547,7 @@
<varlistentry xml:id="constant.e-user-notice">
<term>
<constant>E_USER_NOTICE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -558,7 +558,7 @@
<varlistentry xml:id="constant.e-recoverble-error">
<term>
<constant>E_RECOVERABLE_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -570,7 +570,7 @@
<varlistentry xml:id="constant.e-deprecated">
<term>
<constant>E_DEPRECATED</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -582,7 +582,7 @@
<varlistentry xml:id="constant.e-user-deprecated">
<term>
<constant>E_USER_DEPRECATED</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -594,7 +594,7 @@
<varlistentry xml:id="constant.e-all">
<term>
<constant>E_ALL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -605,7 +605,7 @@
<varlistentry xml:id="constant.e-strict">
<term>
<constant>E_STRICT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -616,7 +616,7 @@
<varlistentry xml:id="constant.compiler-halt-offset">
<term>
<constant>__COMPILER_HALT_OFFSET__</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -627,7 +627,7 @@
<varlistentry xml:id="constant.true">
<term>
&true;
(<type>boolean</type>)
(<type>bool</type>)
</term>
<listitem>
<simpara>
@ -638,7 +638,7 @@
<varlistentry xml:id="constant.false">
<term>
&false;
(<type>boolean</type>)
(<type>bool</type>)
</term>
<listitem>
<simpara>
@ -660,7 +660,7 @@
<varlistentry xml:id="constant.php-windows-event-ctrl-c">
<term>
<constant>PHP_WINDOWS_EVENT_CTRL_C</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -672,7 +672,7 @@
<varlistentry xml:id="constant.php-windows-event-ctrl-break">
<term>
<constant>PHP_WINDOWS_EVENT_CTRL_BREAK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -430,7 +430,7 @@ Hi Joe. You are 22 years old.
special in html are properly encoded so people can't inject HTML tags
or Javascript into your page. For the age field, since we know it is a
number, we can just <link linkend="language.types.typecasting">convert</link>
it to an <type>integer</type> which will automatically get rid of any
it to an <type>int</type> which will automatically get rid of any
stray characters. You can also have PHP do this for you automatically by
using the <link linkend="ref.filter">filter</link> extension.
The <varname>$_POST['name']</varname> and <varname>$_POST['age']</varname>

View file

@ -446,7 +446,7 @@ foreach ($headers as $name => $content) {
<question>
<para>
A few PHP directives may also take on shorthand byte values, as opposed
to only <type>integer</type> byte values. What are all the available
to only <type>int</type> byte values. What are all the available
shorthand byte options?
</para>
</question>
@ -458,7 +458,7 @@ foreach ($headers as $name => $content) {
<literal>1048576</literal> bytes. <literal>1K</literal> equals one
Kilobyte or <literal>1024</literal> bytes. These shorthand notations may
be used in &php.ini; and in the <function>ini_set</function> function.
Note that the numeric value is cast to <type>integer</type>;
Note that the numeric value is cast to <type>int</type>;
for instance, <literal>0.5M</literal> is interpreted as <literal>0</literal>.
</para>
<note>

View file

@ -1928,7 +1928,7 @@ $ php -S 0.0.0.0:8000
<varlistentry xml:id="ini.cli-server.color">
<term>
<parameter>cli_server.color</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -48,7 +48,7 @@
<varlistentry xml:id="log-limit">
<term>
<parameter>log_limit</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -62,7 +62,7 @@
<varlistentry xml:id="log-buffering">
<term>
<parameter>log_buffering</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -169,7 +169,7 @@
<varlistentry xml:id="daemonize">
<term>
<parameter>daemonize</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -535,7 +535,7 @@
<varlistentry xml:id="process-dumpable">
<term>
<parameter>process.dumpable</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -648,7 +648,7 @@
<varlistentry xml:id="catch-workers-output">
<term>
<parameter>catch_workers_output</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -661,7 +661,7 @@
<varlistentry xml:id="decorate-workers-output">
<term>
<parameter>decorate_workers_output</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -675,7 +675,7 @@
<varlistentry xml:id="clear-env">
<term>
<parameter>clear_env</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -519,7 +519,7 @@ arrays may be disabled with the
<link xmlns="http://docbook.org/ns/docbook" linkend="ini.register-long-arrays">register_long_arrays</link>
directive.'>
<!ENTITY ini.shorthandbytes '<simpara xmlns="http://docbook.org/ns/docbook">When an <type>integer</type> is used, the
<!ENTITY ini.shorthandbytes '<simpara xmlns="http://docbook.org/ns/docbook">When an <type>int</type> is used, the
value is measured in bytes. Shorthand notation, as described
in <link linkend="faq.using.shorthandbytes">this FAQ</link>, may also be used.
</simpara>'>
@ -858,9 +858,9 @@ Passing untrusted data to this parameter is <emphasis>insecure</emphasis>, unles
<!-- intl notes -->
<!ENTITY intl.codepoint.parameter '<para xmlns="http://docbook.org/ns/docbook">The <type>integer</type> codepoint value (e.g. <literal>0x2603</literal> for <emphasis>U+2603 SNOWMAN</emphasis>), or the character encoded as a UTF-8 <type>string</type> (e.g. <literal>"\u{2603}"</literal>)</para>'>
<!ENTITY intl.codepoint.parameter '<para xmlns="http://docbook.org/ns/docbook">The <type>int</type> codepoint value (e.g. <literal>0x2603</literal> for <emphasis>U+2603 SNOWMAN</emphasis>), or the character encoded as a UTF-8 <type>string</type> (e.g. <literal>"\u{2603}"</literal>)</para>'>
<!ENTITY intl.codepoint.return '<para xmlns="http://docbook.org/ns/docbook">The return type will be <type>integer</type> unless the code point was passed as a UTF-8 <type>string</type>, in which case a <type>string</type> will be returned.</para>'>
<!ENTITY intl.codepoint.return '<para xmlns="http://docbook.org/ns/docbook">The return type will be <type>int</type> unless the code point was passed as a UTF-8 <type>string</type>, in which case a <type>string</type> will be returned.</para>'>
<!ENTITY intl.codepoint.example 'Testing different code points'>
@ -996,7 +996,7 @@ time zone errors.</para></entry></row>'>
<!ENTITY date.timestamp.description '
<varlistentry xmlns="http://docbook.org/ns/docbook"><term><parameter>timestamp</parameter></term><listitem><para>
The optional <parameter>timestamp</parameter> parameter is an
<type>integer</type> Unix timestamp that defaults to the current
<type>int</type> Unix timestamp that defaults to the current
local time if a <parameter>timestamp</parameter> is not given. In other
words, it defaults to the value of <function>time</function>.
</para></listitem></varlistentry>'>
@ -1444,7 +1444,7 @@ this has not been set.</para></listitem></varlistentry>'>
<!-- CTYPE Notes -->
<!ENTITY note.ctype.parameter.integer '<note xmlns="http://docbook.org/ns/docbook"><para>
If an <type>integer</type> between -128 and 255 inclusive is provided, it is interpreted as
If an <type>int</type> between -128 and 255 inclusive is provided, it is interpreted as
the ASCII value of a single character (negative values have 256 added in order to allow
characters in the Extended ASCII range). Any other integer is interpreted as a string
containing the decimal digits of the integer.</para></note>'>
@ -2507,7 +2507,7 @@ local: {
<listitem>
<para>
The file descriptor, which is expected to be either a file
<type>resource</type> or an <type>integer</type>. An <type>integer</type>
<type>resource</type> or an <type>int</type>. An <type>int</type>
will be assumed to be a file descriptor that can be passed directly to
the underlying system call.
</para>

View file

@ -76,7 +76,7 @@ define("__FOO__", "something");
</simpara>
<simpara>
When using the <literal>const</literal> keyword,
only scalar (<type>boolean</type>, <type>integer</type>,
only scalar (<type>bool</type>, <type>int</type>,
<type>float</type> and <type>string</type>) expressions and constant
<type>array</type>s containing only scalar expressions are accepted.
It is possible to define constants as a <type>resource</type>,

View file

@ -92,7 +92,7 @@
<varlistentry xml:id="context.curl.max-redirects">
<term>
<parameter>max_redirects</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -107,7 +107,7 @@
<varlistentry xml:id="context.curl.curl-verify-ssl-host">
<term>
<parameter>curl_verify_ssl_host</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -126,7 +126,7 @@
<varlistentry xml:id="context.curl.curl-verify-ssl-peer">
<term>
<parameter>curl_verify_ssl_peer</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -22,7 +22,7 @@
<varlistentry xml:id="context.ftp.overwrite">
<term>
<parameter>overwrite</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -37,7 +37,7 @@
<varlistentry xml:id="context.ftp.resume-pos">
<term>
<parameter>resume_pos</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>

View file

@ -93,7 +93,7 @@
<varlistentry xml:id="context.http.request-fulluri">
<term>
<parameter>request_fulluri</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -111,7 +111,7 @@
<varlistentry xml:id="context.http.follow-location">
<term>
<parameter>follow_location</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -126,7 +126,7 @@
<varlistentry xml:id="context.http.max-redirects">
<term>
<parameter>max_redirects</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -172,7 +172,7 @@
<varlistentry xml:id="context.http.ignore-errors">
<term>
<parameter>ignore_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -34,7 +34,7 @@
<varlistentry xml:id="context.ssl.verify-peer">
<term>
<parameter>verify_peer</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -48,7 +48,7 @@
<varlistentry xml:id="context.ssl.verify-peer-name">
<term>
<parameter>verify_peer_name</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -62,7 +62,7 @@
<varlistentry xml:id="context.ssl.allow-self-signed">
<term>
<parameter>allow_self_signed</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -143,7 +143,7 @@
<varlistentry xml:id="context.ssl.verify-depth">
<term>
<parameter>verify_depth</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -172,7 +172,7 @@
<varlistentry xml:id="context.ssl.capture-peer-cert">
<term>
<parameter>capture_peer_cert</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -184,7 +184,7 @@
<varlistentry xml:id="context.ssl.capture-peer-cert-chain">
<term>
<parameter>capture_peer_cert_chain</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -196,7 +196,7 @@
<varlistentry xml:id="context.ssl.sni-enabled">
<term>
<parameter>SNI_enabled</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -208,7 +208,7 @@
<varlistentry xml:id="context.ssl.disable-compression">
<term>
<parameter>disable_compression</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -240,7 +240,7 @@
<varlistentry xml:id="context.ssl.security-level">
<term>
<parameter>security_level</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>

View file

@ -50,9 +50,9 @@ function foo ()
</simpara>
<simpara>
Of course, values in PHP don't have to be integers, and very often
they aren't. PHP supports four scalar value types: <type>integer</type>
they aren't. PHP supports four scalar value types: <type>int</type>
values, floating point values (<type>float</type>), <type>string</type>
values and <type>boolean</type> values (scalar values are values that you
values and <type>bool</type> values (scalar values are values that you
can't 'break' into smaller pieces, unlike arrays, for instance). PHP also
supports two composite (non-scalar) types: arrays and objects. Each of
these value types can be assigned into variables or returned from functions.

View file

@ -423,7 +423,7 @@ Making a bowl of acidophilus raspberry.
<row>
<entry><type>bool</type></entry>
<entry>
The parameter must be a <type>boolean</type> value.
The parameter must be a <type>bool</type> value.
</entry>
<entry></entry>
</row>
@ -437,7 +437,7 @@ Making a bowl of acidophilus raspberry.
<row>
<entry><type>int</type></entry>
<entry>
The parameter must be an <type>integer</type>.
The parameter must be an <type>int</type>.
</entry>
<entry></entry>
</row>
@ -631,7 +631,7 @@ NULL
<para>
By default, PHP will coerce values of the wrong type into the expected
scalar type if possible. For example, a function that is given an
<type>integer</type> for a parameter that expects a <type>string</type>
<type>int</type> for a parameter that expects a <type>string</type>
will get a variable of type <type>string</type>.
</para>
@ -639,7 +639,7 @@ NULL
It is possible to enable strict mode on a per-file basis. In strict
mode, only a variable of exact type of the type declaration will be
accepted, or a <classname>TypeError</classname> will be thrown. The
only exception to this rule is that an <type>integer</type> may be given
only exception to this rule is that an <type>int</type> may be given
to a function expecting a <type>float</type>. Function calls from within
internal functions will not be affected by the <literal>strict_types</literal>
declaration.

View file

@ -251,14 +251,14 @@ Fatal error: Uncaught Error: Typed property Shape::$numberOfSides must not be ac
<row>
<entry><type>bool</type></entry>
<entry>
The property must be <type>boolean</type> value.
The property must be <type>bool</type> value.
</entry>
<entry>PHP 7.4.0</entry>
</row>
<row>
<entry><type>int</type></entry>
<entry>
The property must be an <type>integer</type>.
The property must be an <type>int</type>.
</entry>
<entry>PHP 7.4.0</entry>
</row>

View file

@ -1450,7 +1450,7 @@ Expression: 0 = -4 << 62
<entry>$a &lt;=&gt; $b</entry>
<entry>Spaceship</entry>
<entry>
An <type>integer</type> less than, equal to, or greater than zero when
An <type>int</type> less than, equal to, or greater than zero when
<varname>$a</varname> is less than, equal to, or greater than
<varname>$b</varname>, respectively.
</entry>

View file

@ -19,7 +19,7 @@
an error occurs while performing mathematical operations.
These errors include attempting to perform a bitshift by a negative
amount, and any call to <function>intdiv</function> that would result in a
value outside the possible bounds of an <type>integer</type>.
value outside the possible bounds of an <type>int</type>.
</para>
</section>
<!-- }}} -->

View file

@ -52,7 +52,7 @@
</para>
<note>
<para>
The return value will be casted to <type>boolean</type> if non-boolean was returned.
The return value will be casted to <type>bool</type> if non-boolean was returned.
</para>
</note>
</refsect1>

View file

@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the error code as <type>integer</type>
Returns the error code as <type>int</type>
</para>
</refsect1>

View file

@ -51,7 +51,7 @@
</para>
<note>
<para>
While the severity can be any <type>integer</type> value, it is intended that the
While the severity can be any <type>int</type> value, it is intended that the
<link linkend="errorfunc.constants">error constants</link> be used.
</para>
</note>

View file

@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the exception code as <type>integer</type> in
Returns the exception code as <type>int</type> in
<classname>Exception</classname> but possibly as other type in
<classname>Exception</classname> descendants (for example as
<type>string</type> in <classname>PDOException</classname>).

View file

@ -28,7 +28,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The return value will be casted to <type>boolean</type> and then evaluated.
The return value will be casted to <type>bool</type> and then evaluated.
&return.success;
</para>
</refsect1>

View file

@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the exception code as <type>integer</type> in
Returns the exception code as <type>int</type> in
<classname>Exception</classname> but possibly as other type in
<classname>Exception</classname> descendants (for example as
<type>string</type> in <classname>PDOException</classname>).

View file

@ -18,13 +18,13 @@
<listitem>
<simpara>
<type>boolean</type>
<type>bool</type>
</simpara>
</listitem>
<listitem>
<simpara>
<type>integer</type>
<type>int</type>
</simpara>
</listitem>

View file

@ -76,7 +76,7 @@ $array = [
</example>
<para>
The <replaceable>key</replaceable> can either be an <type>integer</type>
The <replaceable>key</replaceable> can either be an <type>int</type>
or a <type>string</type>. The <replaceable>value</replaceable> can be
of any type.
</para>
@ -86,22 +86,22 @@ $array = [
<itemizedlist>
<listitem>
<simpara>
<type>String</type>s containing valid decimal <type>integer</type>s, unless the number is preceded by a <literal>+</literal> sign, will be cast to the
<type>integer</type> type. E.g. the key <literal>"8"</literal> will actually be
<type>String</type>s containing valid decimal <type>int</type>s, unless the number is preceded by a <literal>+</literal> sign, will be cast to the
<type>int</type> type. E.g. the key <literal>"8"</literal> will actually be
stored under <literal>8</literal>. On the other hand <literal>"08"</literal> will
not be cast, as it isn't a valid decimal integer.
</simpara>
</listitem>
<listitem>
<simpara>
<type>Float</type>s are also cast to <type>integer</type>s, which means that the
<type>Float</type>s are also cast to <type>int</type>s, which means that the
fractional part will be truncated. E.g. the key <literal>8.7</literal> will actually
be stored under <literal>8</literal>.
</simpara>
</listitem>
<listitem>
<simpara>
<type>Bool</type>s are cast to <type>integer</type>s, too, i.e. the key
<type>Bool</type>s are cast to <type>int</type>s, too, i.e. the key
<literal>true</literal> will actually be stored under <literal>1</literal>
and the key <literal>false</literal> under <literal>0</literal>.
</simpara>
@ -157,12 +157,12 @@ array(1) {
</example>
<para>
PHP arrays can contain <type>integer</type> and <type>string</type> keys at the same time
PHP arrays can contain <type>int</type> and <type>string</type> keys at the same time
as PHP does not distinguish between indexed and associative arrays.
</para>
<example>
<title>Mixed <type>integer</type> and <type>string</type> keys</title>
<title>Mixed <type>int</type> and <type>string</type> keys</title>
<programlisting role="php">
<![CDATA[
<?php
@ -195,7 +195,7 @@ array(4) {
<para>
The <replaceable>key</replaceable> is optional. If it is not specified, PHP will
use the increment of the largest previously used <type>integer</type> key.
use the increment of the largest previously used <type>int</type> key.
</para>
<example>
@ -364,7 +364,7 @@ list(, $secondElement) = getArray();
<synopsis>
$arr[<replaceable>key</replaceable>] = <replaceable>value</replaceable>;
$arr[] = <replaceable>value</replaceable>;
// <replaceable>key</replaceable> may be an <type>integer</type> or <type>string</type>
// <replaceable>key</replaceable> may be an <type>int</type> or <type>string</type>
// <replaceable>value</replaceable> may be any value of any type</synopsis>
<para>
@ -413,8 +413,8 @@ unset($arr); // This deletes the whole array
<note>
<para>
As mentioned above, if no key is specified, the maximum of the existing
<type>integer</type> indices is taken, and the new key will be that maximum
value plus 1 (but at least 0). If no <type>integer</type> indices exist yet, the key will
<type>int</type> indices is taken, and the new key will be that maximum
value plus 1 (but at least 0). If no <type>int</type> indices exist yet, the key will
be <literal>0</literal> (zero).
</para>
@ -767,8 +767,8 @@ $error_descriptions[8] = "This is just an informal notice";
<title>Converting to array</title>
<para>
For any of the types <type>integer</type>, <type>float</type>,
<type>string</type>, <type>boolean</type> and <type>resource</type>,
For any of the types <type>int</type>, <type>float</type>,
<type>string</type>, <type>bool</type> and <type>resource</type>,
converting a value to an <type>array</type> results in an array with a single
element with index zero and the value of the scalar which was converted. In
other words, <literal>(array)$scalarValue</literal> is exactly the same as

View file

@ -4,14 +4,14 @@
<title>Booleans</title>
<simpara>
This is the simplest type. A <type>boolean</type> expresses a truth value. It
This is the simplest type. A <type>bool</type> expresses a truth value. It
can be either &true; or &false;.
</simpara>
<sect2 xml:id="language.types.boolean.syntax">
<title>Syntax</title>
<para>
To specify a <type>boolean</type> literal, use the constants &true; or
To specify a <type>bool</type> literal, use the constants &true; or
&false;. Both are case-insensitive.
</para>
@ -27,7 +27,7 @@ $foo = True; // assign the value TRUE to $foo
<para>
Typically, the result of an <link linkend="language.operators">operator</link>
which returns a <type>boolean</type> value is passed on to a
which returns a <type>bool</type> value is passed on to a
<link linkend="language.control-structures">control structure</link>.
</para>
@ -60,11 +60,11 @@ if ($show_separators) {
<title>Converting to boolean</title>
<simpara>
To explicitly convert a value to <type>boolean</type>, use the
To explicitly convert a value to <type>bool</type>, use the
<literal>(bool)</literal> or <literal>(boolean)</literal> casts. However, in
most cases the cast is unnecessary, since a value will be automatically
converted if an operator, function or control structure requires a
<type>boolean</type> argument.
<type>bool</type> argument.
</simpara>
<simpara>
@ -72,7 +72,7 @@ if ($show_separators) {
</simpara>
<para>
When converting to <type>boolean</type>, the following values are considered
When converting to <type>bool</type>, the following values are considered
&false;:
</para>

View file

@ -86,7 +86,7 @@ EXPONENT_DNUM (({LNUM} | {DNUM}) [eE][+-]? {LNUM})
For information on converting <type>string</type>s to <type>float</type>, see
<link linkend="language.types.string.conversion">String conversion to
numbers</link>. For values of other types, the conversion is performed by
converting the value to <type>integer</type> first and then to
converting the value to <type>int</type> first and then to
<type>float</type>. See
<link linkend="language.types.integer.casting">Converting to integer</link>
for more information.

View file

@ -4,7 +4,7 @@
<title>Integers</title>
<simpara>
An <type>integer</type> is a number of the set
An <type>int</type> is a number of the set
&#8484; = {..., -2, -1, 0, 1, 2, ...}.
</simpara>
@ -34,10 +34,10 @@
<title>Syntax</title>
<simpara>
<type>Integer</type>s can be specified in decimal (base 10), hexadecimal
<type>int</type>s can be specified in decimal (base 10), hexadecimal
(base 16), octal (base 8) or binary (base 2) notation.
The <link linkend="language.operators.arithmetic">negation operator</link>
can be used to denote a negative <type>integer</type>.
can be used to denote a negative <type>int</type>.
</simpara>
<para>
@ -67,7 +67,7 @@ $a = 1_234_567; // decimal number (as of PHP 7.4.0)
</example>
<para>
Formally, the structure for <type>integer</type> literals is as of PHP 7.4.0
Formally, the structure for <type>int</type> literals is as of PHP 7.4.0
(previously, underscores have not been allowed):
</para>
@ -92,11 +92,11 @@ integer : decimal
</informalexample>
<para>
The size of an <type>integer</type> is platform-dependent, although a maximum
The size of an <type>int</type> is platform-dependent, although a maximum
value of about two billion is the usual value (that's 32 bits signed).
64-bit platforms usually have a maximum value of about 9E18.
PHP does not support unsigned <type>integer</type>s.
<type>Integer</type> size can be determined
PHP does not support unsigned <type>int</type>s.
<type>int</type> size can be determined
using the constant <constant>PHP_INT_SIZE</constant>, maximum value using
the constant <constant>PHP_INT_MAX</constant>,
and minimum value using the constant <constant>PHP_INT_MIN</constant>.
@ -107,10 +107,10 @@ integer : decimal
<title>Integer overflow</title>
<para>
If PHP encounters a number beyond the bounds of the <type>integer</type>
If PHP encounters a number beyond the bounds of the <type>int</type>
type, it will be interpreted as a <type>float</type> instead. Also, an
operation which results in a number beyond the bounds of the
<type>integer</type> type will return a <type>float</type> instead.
<type>int</type> type will return a <type>float</type> instead.
</para>
<example>
@ -152,10 +152,10 @@ var_dump($large_number); // float(5.0E+19)
</example>
<para>
There is no <type>integer</type> division operator in PHP, to achieve this
There is no <type>int</type> division operator in PHP, to achieve this
use the <function>intdiv</function> function.
<literal>1/2</literal> yields the <type>float</type> <literal>0.5</literal>.
The value can be cast to an <type>integer</type> to round it towards zero, or
The value can be cast to an <type>int</type> to round it towards zero, or
the <function>round</function> function provides finer control over rounding.
</para>
@ -176,16 +176,16 @@ var_dump(round(25/7)); // float(4)
<title>Converting to integer</title>
<simpara>
To explicitly convert a value to <type>integer</type>, use either the
To explicitly convert a value to <type>int</type>, use either the
<literal>(int)</literal> or <literal>(integer)</literal> casts. However, in
most cases the cast is not needed, since a value will be automatically
converted if an operator, function or control structure requires an
<type>integer</type> argument. A value can also be converted to
<type>integer</type> with the <function>intval</function> function.
<type>int</type> argument. A value can also be converted to
<type>int</type> with the <function>intval</function> function.
</simpara>
<simpara>
If a <type>resource</type> is converted to an <type>integer</type>, then
If a <type>resource</type> is converted to an <type>int</type>, then
the result will be the unique resource number assigned to the
<type>resource</type> by PHP at runtime.
</simpara>
@ -209,28 +209,28 @@ var_dump(round(25/7)); // float(4)
</title>
<simpara>
When converting from <type>float</type> to <type>integer</type>, the number
When converting from <type>float</type> to <type>int</type>, the number
will be rounded <emphasis>towards zero</emphasis>.
</simpara>
<para>
If the float is beyond the boundaries of <type>integer</type> (usually
If the float is beyond the boundaries of <type>int</type> (usually
<literal>+/- 2.15e+9 = 2^31</literal> on 32-bit platforms and
<literal>+/- 9.22e+18 = 2^63</literal> on 64-bit platforms),
the result is undefined, since the <type>float</type> doesn't
have enough precision to give an exact <type>integer</type> result.
have enough precision to give an exact <type>int</type> result.
No warning, not even a notice will be issued when this happens!
</para>
<note>
<para>
NaN and Infinity will always be zero when cast to <type>integer</type>.
NaN and Infinity will always be zero when cast to <type>int</type>.
</para>
</note>
<warning>
<para>
Never cast an unknown fraction to <type>integer</type>, as this can
Never cast an unknown fraction to <type>int</type>, as this can
sometimes lead to unexpected results.
</para>
@ -273,7 +273,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echoes 7!
<caution>
<simpara>
The behaviour of converting to <type>integer</type> is undefined for other
The behaviour of converting to <type>int</type> is undefined for other
types. Do <emphasis>not</emphasis> rely on any observed behaviour, as it
can change without notice.
</simpara>

View file

@ -985,14 +985,14 @@ bool(false)
</para>
<para>
A <type>boolean</type> &true; value is converted to the <type>string</type>
<literal>"1"</literal>. <type>Boolean</type> &false; is converted to
A <type>bool</type> &true; value is converted to the <type>string</type>
<literal>"1"</literal>. <type>bool</type> &false; is converted to
<literal>""</literal> (the empty string). This allows conversion back and
forth between <type>boolean</type> and <type>string</type> values.
forth between <type>bool</type> and <type>string</type> values.
</para>
<para>
An <type>integer</type> or <type>float</type> is converted to a
An <type>int</type> or <type>float</type> is converted to a
<type>string</type> representing the number textually (including the
exponent part for <type>float</type>s). Floating point numbers can be
converted using exponential notation (<literal>4.1E+6</literal>).
@ -1062,7 +1062,7 @@ bool(false)
If the <type>string</type> does not contain any of the characters '.', 'e',
or 'E' and the numeric value fits into integer type limits (as defined by
<constant>PHP_INT_MAX</constant>), the <type>string</type> will be evaluated
as an <type>integer</type>. In all other cases it will be evaluated as a
as an <type>int</type>. In all other cases it will be evaluated as a
<type>float</type>.
</simpara>

View file

@ -8,16 +8,16 @@
declaration; a variable's type is determined by the context in which the
variable is used. That is to say, if a <type>string</type> value is assigned
to variable <varname>$var</varname>, <varname>$var</varname> becomes a
<type>string</type>. If an <type>integer</type> value is then assigned to
<varname>$var</varname>, it becomes an <type>integer</type>.
<type>string</type>. If an <type>int</type> value is then assigned to
<varname>$var</varname>, it becomes an <type>int</type>.
</simpara>
<para>
An example of PHP's automatic type conversion is the multiplication operator '*'.
If either operand is a <type>float</type>, then both operands are evaluated as
<type>float</type>s, and the result will be a <type>float</type>. Otherwise,
the operands will be interpreted as <type>integer</type>s, and the result will
also be an <type>integer</type>. Note that this does <emphasis>not</emphasis>
the operands will be interpreted as <type>int</type>s, and the result will
also be an <type>int</type>. Note that this does <emphasis>not</emphasis>
change the types of the operands themselves; the only change is in how the
operands are evaluated and what the type of the expression itself is.
</para>
@ -127,10 +127,10 @@ $bar = (boolean) $foo; // $bar is a boolean
<itemizedlist>
<listitem>
<simpara>(int), (integer) - cast to <type>integer</type></simpara>
<simpara>(int), (integer) - cast to <type>int</type></simpara>
</listitem>
<listitem>
<simpara>(bool), (boolean) - cast to <type>boolean</type></simpara>
<simpara>(bool), (boolean) - cast to <type>bool</type></simpara>
</listitem>
<listitem>
<simpara>(float), (double), (real) - cast to <type>float</type></simpara>

View file

@ -62,7 +62,7 @@
<varlistentry xml:id="ini.engine">
<term>
<parameter>engine</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -79,7 +79,7 @@
<varlistentry xml:id="ini.child-terminate">
<term>
<parameter>child_terminate</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -91,7 +91,7 @@
<varlistentry xml:id="ini.last-modified">
<term>
<parameter>last_modified</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -102,7 +102,7 @@
<varlistentry xml:id="ini.xbithack">
<term>
<parameter>xbithack</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -10,7 +10,7 @@
<varlistentry xml:id="constant.apcu-iter-all">
<term>
<constant>APC_ITER_ALL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -21,7 +21,7 @@
<varlistentry xml:id="constant.apcu-iter-atime">
<term>
<constant>APC_ITER_ATIME</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -32,7 +32,7 @@
<varlistentry xml:id="constant.apcu-iter-ctime">
<term>
<constant>APC_ITER_CTIME</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -43,7 +43,7 @@
<varlistentry xml:id="constant.apcu-iter-device">
<term>
<constant>APC_ITER_DEVICE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -54,7 +54,7 @@
<varlistentry xml:id="constant.apcu-iter-dtime">
<term>
<constant>APC_ITER_DTIME</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -65,7 +65,7 @@
<varlistentry xml:id="constant.apcu-iter-filename">
<term>
<constant>APC_ITER_FILENAME</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -76,7 +76,7 @@
<varlistentry xml:id="constant.apcu-iter-inode">
<term>
<constant>APC_ITER_INODE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -87,7 +87,7 @@
<varlistentry xml:id="constant.apcu-iter-key">
<term>
<constant>APC_ITER_KEY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -98,7 +98,7 @@
<varlistentry xml:id="constant.apcu-iter-md5">
<term>
<constant>APC_ITER_MD5</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -109,7 +109,7 @@
<varlistentry xml:id="constant.apcu-iter-mem-size">
<term>
<constant>APC_ITER_MEM_SIZE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -120,7 +120,7 @@
<varlistentry xml:id="constant.apcu-iter-mtime">
<term>
<constant>APC_ITER_MTIME</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -131,7 +131,7 @@
<varlistentry xml:id="constant.apcu-iter-none">
<term>
<constant>APC_ITER_NONE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -142,7 +142,7 @@
<varlistentry xml:id="constant.apcu-iter-num-hits">
<term>
<constant>APC_ITER_NUM_HITS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -153,7 +153,7 @@
<varlistentry xml:id="constant.apcu-iter-refcount">
<term>
<constant>APC_ITER_REFCOUNT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -164,7 +164,7 @@
<varlistentry xml:id="constant.apcu-iter-ttl">
<term>
<constant>APC_ITER_TTL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -175,7 +175,7 @@
<varlistentry xml:id="constant.apcu-iter-type">
<term>
<constant>APC_ITER_TYPE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -186,7 +186,7 @@
<varlistentry xml:id="constant.apcu-iter-value">
<term>
<constant>APC_ITER_VALUE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -197,7 +197,7 @@
<varlistentry xml:id="constant.apcu-list-active">
<term>
<constant>APC_LIST_ACTIVE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -208,7 +208,7 @@
<varlistentry xml:id="constant.apcu-list-deleted">
<term>
<constant>APC_LIST_DELETED</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -139,7 +139,7 @@
<varlistentry xml:id="ini.apcu.enabled">
<term>
<parameter>apc.enabled</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -154,7 +154,7 @@
<varlistentry xml:id="ini.apcu.shm-segments">
<term>
<parameter>apc.shm_segments</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -184,7 +184,7 @@
<varlistentry xml:id="ini.apcu.entries-hint">
<term>
<parameter>apc.entries_hint</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -196,7 +196,7 @@
<varlistentry xml:id="ini.apcu.ttl">
<term>
<parameter>apc.ttl</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -216,7 +216,7 @@
<varlistentry xml:id="ini.apcu.gc-ttl">
<term>
<parameter>apc.gc_ttl</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -256,7 +256,7 @@
<varlistentry xml:id="ini.apcu.slam-defense">
<term>
<parameter>apc.slam_defense</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -278,7 +278,7 @@
<varlistentry xml:id="ini.apcu.enable-cli">
<term>
<parameter>apc.enable_cli</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -304,7 +304,7 @@
<varlistentry xml:id="ini.apcu.coredump-unmap">
<term>
<parameter>apc.coredump_unmap</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>

View file

@ -8,7 +8,7 @@
<varlistentry xml:id="constant.case-lower">
<term>
<constant>CASE_LOWER</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -22,7 +22,7 @@
<varlistentry xml:id="constant.case-upper">
<term>
<constant>CASE_UPPER</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -40,7 +40,7 @@
<varlistentry xml:id="constant.sort-asc">
<term>
<constant>SORT_ASC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -52,7 +52,7 @@
<varlistentry xml:id="constant.sort-desc">
<term>
<constant>SORT_DESC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -69,7 +69,7 @@
<varlistentry xml:id="constant.sort-regular">
<term>
<constant>SORT_REGULAR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -80,7 +80,7 @@
<varlistentry xml:id="constant.sort-numeric">
<term>
<constant>SORT_NUMERIC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -91,7 +91,7 @@
<varlistentry xml:id="constant.sort-string">
<term>
<constant>SORT_STRING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -102,7 +102,7 @@
<varlistentry xml:id="constant.sort-locale-string">
<term>
<constant>SORT_LOCALE_STRING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -114,7 +114,7 @@
<varlistentry xml:id="constant.sort-natural">
<term>
<constant>SORT_NATURAL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -126,7 +126,7 @@
<varlistentry xml:id="constant.sort-flag-case">
<term>
<constant>SORT_FLAG_CASE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -145,7 +145,7 @@
<varlistentry xml:id="constant.array-filter-use-key">
<term>
<constant>ARRAY_FILTER_USE_KEY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -158,7 +158,7 @@
<varlistentry xml:id="constant.array-filter-use-both">
<term>
<constant>ARRAY_FILTER_USE_BOTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -175,7 +175,7 @@
<varlistentry xml:id="constant.count-normal">
<term>
<constant>COUNT_NORMAL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -186,7 +186,7 @@
<varlistentry xml:id="constant.count-recursive">
<term>
<constant>COUNT_RECURSIVE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -197,7 +197,7 @@
<varlistentry xml:id="constant.extr-overwrite">
<term>
<constant>EXTR_OVERWRITE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -208,7 +208,7 @@
<varlistentry xml:id="constant.extr-skip">
<term>
<constant>EXTR_SKIP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -219,7 +219,7 @@
<varlistentry xml:id="constant.extr-prefix-same">
<term>
<constant>EXTR_PREFIX_SAME</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -230,7 +230,7 @@
<varlistentry xml:id="constant.extr-prefix-all">
<term>
<constant>EXTR_PREFIX_ALL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -241,7 +241,7 @@
<varlistentry xml:id="constant.extr-prefix-invalid">
<term>
<constant>EXTR_PREFIX_INVALID</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -252,7 +252,7 @@
<varlistentry xml:id="constant.extr-prefix-if-exists">
<term>
<constant>EXTR_PREFIX_IF_EXISTS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -263,7 +263,7 @@
<varlistentry xml:id="constant.extr-if-exists">
<term>
<constant>EXTR_IF_EXISTS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -274,7 +274,7 @@
<varlistentry xml:id="constant.extr-refs">
<term>
<constant>EXTR_REFS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -49,7 +49,7 @@
&reftitle.errors;
<para>
Throws <constant>E_WARNING</constant> for every element which is not
<type>string</type> or <type>integer</type>.
<type>string</type> or <type>int</type>.
</para>
</refsect1>

View file

@ -18,7 +18,7 @@
</para>
<para>
Note that the values of <parameter>array</parameter> need to be valid
keys, i.e. they need to be either <type>integer</type> or
keys, i.e. they need to be either <type>int</type> or
<type>string</type>. A warning will be emitted if a value has the wrong
type, and the key/value pair in question <emphasis>will not be included
in the result</emphasis>.

View file

@ -101,7 +101,7 @@ var_dump(current($arr)); // array(0) { }
<simpara>
The results of calling <function>current</function> on an empty array
and on an array, whose internal pointer points beyond the end of the elements,
are indistinguishable from a <type>boolean</type> &false; element.
are indistinguishable from a <type>bool</type> &false; element.
To properly traverse an array which may contain &false; elements, see the
<function>foreach</function> function.
</simpara>

View file

@ -70,7 +70,7 @@ $mode = end($transport); // $mode = 'plane';
&reftitle.notes;
<note>
<simpara>
The end of an array is indistinguishable from a <type>boolean</type> &false; element.
The end of an array is indistinguishable from a <type>bool</type> &false; element.
To properly traverse an array which may contain &false; elements, see the
<function>foreach</function> function.
</simpara>

View file

@ -68,7 +68,7 @@ $mode = end($transport); // $mode = 'plane';
<note>
<simpara>
The beginning of an array is indistinguishable from a
<type>boolean</type> &false; element. To make the distinction, check that
<type>bool</type> &false; element. To make the distinction, check that
the <function>key</function> of the <function>prev</function> element is not
&null;.
</simpara>

View file

@ -74,7 +74,7 @@ echo current($array) . "<br />\n"; // "step one"
<note>
<simpara>
The return value for an empty array is indistinguishable from
the return value in case of an array which has a <type>boolean</type> &false;
the return value in case of an array which has a <type>bool</type> &false;
first element. To properly check the value of the first element of an array
which may contain &false; elements, first check the <function>count</function>
of the array, or check that <function>key</function> is not

View file

@ -43,7 +43,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -35,7 +35,7 @@
<varlistentry xml:id="ini.bcmath.scale">
<term>
<parameter>bcmath.scale</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>

View file

@ -7,7 +7,7 @@
<varlistentry xml:id="constant.cal-easter-default">
<term>
<constant>CAL_EASTER_DEFAULT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -20,7 +20,7 @@
<varlistentry xml:id="constant.cal-easter-roman">
<term>
<constant>CAL_EASTER_ROMAN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -33,7 +33,7 @@
<varlistentry xml:id="constant.cal-easter-always-gregorian">
<term>
<constant>CAL_EASTER_ALWAYS_GREGORIAN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -45,7 +45,7 @@
<varlistentry xml:id="constant.cal-easter-always-julian">
<term>
<constant>CAL_EASTER_ALWAYS_JULIAN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -57,7 +57,7 @@
<varlistentry xml:id="constant.cal-gregorian">
<term>
<constant>CAL_GREGORIAN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -70,7 +70,7 @@
<varlistentry xml:id="constant.cal-julian">
<term>
<constant>CAL_JULIAN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -83,7 +83,7 @@
<varlistentry xml:id="constant.cal-jewish">
<term>
<constant>CAL_JEWISH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -96,7 +96,7 @@
<varlistentry xml:id="constant.cal-french">
<term>
<constant>CAL_FRENCH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -109,7 +109,7 @@
<varlistentry xml:id="constant.cal-num-cals">
<term>
<constant>CAL_NUM_CALS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -120,7 +120,7 @@
<varlistentry xml:id="constant.cal-jewish-add-alafim-geresh">
<term>
<constant>CAL_JEWISH_ADD_ALAFIM_GERESH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -132,7 +132,7 @@
<varlistentry xml:id="constant.cal-jewish-add-alafim">
<term>
<constant>CAL_JEWISH_ADD_ALAFIM</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -144,7 +144,7 @@
<varlistentry xml:id="constant.cal-jewish-add-gereshayim">
<term>
<constant>CAL_JEWISH_ADD_GERESHAYIM</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -156,12 +156,12 @@
<varlistentry xml:id="constant.cal-dow-dayno">
<term>
<constant>CAL_DOW_DAYNO</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
For <function>jddayofweek</function>: the day of the week as
<type>integer</type>, where <literal>0</literal> means Sunday and
<type>int</type>, where <literal>0</literal> means Sunday and
<literal>6</literal> means Saturday.
</simpara>
</listitem>
@ -169,7 +169,7 @@
<varlistentry xml:id="constant.cal-dow-short">
<term>
<constant>CAL_DOW_SHORT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -181,7 +181,7 @@
<varlistentry xml:id="constant.cal-dow-long">
<term>
<constant>CAL_DOW_LONG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -193,7 +193,7 @@
<varlistentry xml:id="constant.cal-month-gregorian-short">
<term>
<constant>CAL_MONTH_GREGORIAN_SHORT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -204,7 +204,7 @@
<varlistentry xml:id="constant.cal-month-gregorian-long">
<term>
<constant>CAL_MONTH_GREGORIAN_LONG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -215,7 +215,7 @@
<varlistentry xml:id="constant.cal-month-julian-short">
<term>
<constant>CAL_MONTH_JULIAN_SHORT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -226,7 +226,7 @@
<varlistentry xml:id="constant.cal-month-julian-long">
<term>
<constant>CAL_MONTH_JULIAN_LONG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -237,7 +237,7 @@
<varlistentry xml:id="constant.cal-month-jewish">
<term>
<constant>CAL_MONTH_JEWISH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -248,7 +248,7 @@
<varlistentry xml:id="constant.cal-month-french">
<term>
<constant>CAL_MONTH_FRENCH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -35,17 +35,17 @@
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname>CommonMark\Interfaces\IVisitor::Done</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname>CommonMark\Interfaces\IVisitor::Enter</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname>CommonMark\Interfaces\IVisitor::Leave</varname>
</fieldsynopsis>

View file

@ -34,7 +34,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -44,7 +44,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\Normalize</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -54,7 +54,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\ValidateUTF8</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -64,7 +64,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\Smart</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -41,7 +41,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -51,7 +51,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\Normalize</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -61,7 +61,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\ValidateUTF8</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -71,7 +71,7 @@
<varlistentry>
<term>
<constant>CommonMark\Parser\Smart</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -43,7 +43,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -53,7 +53,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\SourcePos</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -63,7 +63,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\HardBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -73,7 +73,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Safe</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -83,7 +83,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\NoBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -44,7 +44,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -54,7 +54,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\SourcePos</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -64,7 +64,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\HardBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -74,7 +74,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Safe</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -84,7 +84,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\NoBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -44,7 +44,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -54,7 +54,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\SourcePos</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -64,7 +64,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\HardBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -74,7 +74,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Safe</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -84,7 +84,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\NoBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -44,7 +44,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -54,7 +54,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\SourcePos</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -64,7 +64,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\HardBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -74,7 +74,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Safe</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -84,7 +84,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\NoBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -43,7 +43,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Normal</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -53,7 +53,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\SourcePos</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -63,7 +63,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\HardBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -73,7 +73,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\Safe</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -83,7 +83,7 @@
<varlistentry>
<term>
<constant>CommonMark\Render\NoBreaks</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -18,7 +18,7 @@
<row xml:id="constant.clsctx-inproc-server">
<entry>
<constant>CLSCTX_INPROC_SERVER</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>
@ -31,7 +31,7 @@
<row xml:id="constant.clsctx-inproc-handler">
<entry>
<constant>CLSCTX_INPROC_HANDLER</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>
@ -45,7 +45,7 @@
<row xml:id="constant.clsctx-local-server">
<entry>
<constant>CLSCTX_LOCAL_SERVER</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>4</entry>
<entry>
@ -57,7 +57,7 @@
<row xml:id="constant.clsctx-remote-server">
<entry>
<constant>CLSCTX_REMOTE_SERVER</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>16</entry>
<entry>
@ -69,7 +69,7 @@
<row xml:id="constant.clsctx-server">
<entry>
<constant>CLSCTX_SERVER</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>21</entry>
<entry>
@ -83,7 +83,7 @@
<row xml:id="constant.clsctx-all">
<entry>
<constant>CLSCTX_ALL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>23</entry>
<entry>
@ -96,7 +96,7 @@
<row xml:id="constant.vt-null">
<entry>
<constant>VT_NULL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>
@ -107,7 +107,7 @@
<row xml:id="constant.vt-empty">
<entry>
<constant>VT_EMPTY</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>0</entry>
<entry>
@ -119,7 +119,7 @@
<row xml:id="constant.vt-int">
<entry>
<constant>VT_INT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>22</entry>
<entry>
@ -131,7 +131,7 @@
<row xml:id="constant.vt-i1">
<entry>
<constant>VT_I1</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>16</entry>
<entry>
@ -142,7 +142,7 @@
<row xml:id="constant.vt-i2">
<entry>
<constant>VT_I2</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>
@ -153,7 +153,7 @@
<row xml:id="constant.vt-i4">
<entry>
<constant>VT_I4</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>3</entry>
<entry>
@ -164,7 +164,7 @@
<row xml:id="constant.vt-i8">
<entry>
<constant>VT_I8</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>20</entry>
<entry>
@ -175,7 +175,7 @@
<row xml:id="constant.vt-uint">
<entry>
<constant>VT_UINT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>23</entry>
<entry>
@ -187,7 +187,7 @@
<row xml:id="constant.vt-ui1">
<entry>
<constant>VT_UI1</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>17</entry>
<entry>
@ -198,7 +198,7 @@
<row xml:id="constant.vt-ui2">
<entry>
<constant>VT_UI2</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>18</entry>
<entry>
@ -209,7 +209,7 @@
<row xml:id="constant.vt-ui4">
<entry>
<constant>VT_UI4</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>19</entry>
<entry>
@ -220,7 +220,7 @@
<row xml:id="constant.vt-ui8">
<entry>
<constant>VT_UI8</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>21</entry>
<entry>
@ -231,7 +231,7 @@
<row xml:id="constant.vt-r4">
<entry>
<constant>VT_R4</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>4</entry>
<entry>
@ -242,7 +242,7 @@
<row xml:id="constant.vt-r8">
<entry>
<constant>VT_R8</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>5</entry>
<entry>
@ -253,7 +253,7 @@
<row xml:id="constant.vt-bool">
<entry>
<constant>VT_BOOL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>11</entry>
<entry>
@ -264,7 +264,7 @@
<row xml:id="constant.vt-error">
<entry>
<constant>VT_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>10</entry>
<entry>
@ -276,7 +276,7 @@
<row xml:id="constant.vt-cy">
<entry>
<constant>VT_CY</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>6</entry>
<entry>
@ -287,7 +287,7 @@
<row xml:id="constant.vt-date">
<entry>
<constant>VT_DATE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>7</entry>
<entry>
@ -302,7 +302,7 @@
<row xml:id="constant.vt-bstr">
<entry>
<constant>VT_BSTR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>8</entry>
<entry>
@ -313,7 +313,7 @@
<row xml:id="constant.vt-decimal">
<entry>
<constant>VT_DECIMAL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>14</entry>
<entry>
@ -324,7 +324,7 @@
<row xml:id="constant.vt-unknown">
<entry>
<constant>VT_UNKNOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>13</entry>
<entry>
@ -335,7 +335,7 @@
<row xml:id="constant.vt-dispatch">
<entry>
<constant>VT_DISPATCH</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>9</entry>
<entry>
@ -346,7 +346,7 @@
<row xml:id="constant.vt-variant">
<entry>
<constant>VT_VARIANT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>12</entry>
<entry>
@ -359,7 +359,7 @@
<row xml:id="constant.vt-array">
<entry>
<constant>VT_ARRAY</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>8192</entry>
<entry>
@ -380,7 +380,7 @@
<row xml:id="constant.vt-byref">
<entry>
<constant>VT_BYREF</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>16384</entry>
<entry>
@ -394,7 +394,7 @@
<row xml:id="constant.cp-acp">
<entry>
<constant>CP_ACP</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>0</entry>
<entry>
@ -405,7 +405,7 @@
<row xml:id="constant.cp-maccp">
<entry>
<constant>CP_MACCP</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>
@ -416,7 +416,7 @@
<row xml:id="constant.cp-oemcp">
<entry>
<constant>CP_OEMCP</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>
@ -427,7 +427,7 @@
<row xml:id="constant.cp-utf7">
<entry>
<constant>CP_UTF7</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>65000</entry>
<entry>
@ -438,7 +438,7 @@
<row xml:id="constant.cp-utf8">
<entry>
<constant>CP_UTF8</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>65001</entry>
<entry>
@ -449,7 +449,7 @@
<row xml:id="constant.cp-symbol">
<entry>
<constant>CP_SYMBOL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>42</entry>
<entry>
@ -460,7 +460,7 @@
<row xml:id="constant.cp-thread-acp">
<entry>
<constant>CP_THREAD_ACP</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>3</entry>
<entry>
@ -471,7 +471,7 @@
<row xml:id="constant.varcmp-lt">
<entry>
<constant>VARCMP_LT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>0</entry>
<entry>
@ -483,7 +483,7 @@
<row xml:id="constant.varcmp-eq">
<entry>
<constant>VARCMP_EQ</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>
@ -494,7 +494,7 @@
<row xml:id="constant.varcmp-gt">
<entry>
<constant>VARCMP_GT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>
@ -506,7 +506,7 @@
<row xml:id="constant.varcmp-null">
<entry>
<constant>VARCMP_NULL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>3</entry>
<entry>
@ -517,7 +517,7 @@
<row xml:id="constant.norm-ignorecase">
<entry>
<constant>NORM_IGNORECASE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>
@ -528,7 +528,7 @@
<row xml:id="constant.norm-ignorenonspace">
<entry>
<constant>NORM_IGNORENONSPACE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>
@ -539,7 +539,7 @@
<row xml:id="constant.norm-ignoresymbols">
<entry>
<constant>NORM_IGNORESYMBOLS</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>4</entry>
<entry>
@ -550,7 +550,7 @@
<row xml:id="constant.norm-ignorewidth">
<entry>
<constant>NORM_IGNOREWIDTH</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>131072</entry>
<entry>
@ -561,7 +561,7 @@
<row xml:id="constant.norm-ignorekanatype">
<entry>
<constant>NORM_IGNOREKANATYPE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>65536</entry>
<entry>
@ -572,7 +572,7 @@
<row xml:id="constant.norm-ignorekashida">
<entry>
<constant>NORM_IGNOREKASHIDA</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>262144</entry>
<entry>
@ -585,7 +585,7 @@
<row xml:id="constant.disp-e-divbyzero">
<entry>
<constant>DISP_E_DIVBYZERO</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>-2147352558</entry>
<entry>
@ -596,7 +596,7 @@
<row xml:id="constant.disp-e-overflow">
<entry>
<constant>DISP_E_OVERFLOW</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>-2147352566</entry>
<entry>
@ -608,7 +608,7 @@
<row xml:id="constant.disp-e-badindex">
<entry>
<constant>DISP_E_BADINDEX</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>-2147352565</entry>
<entry>
@ -619,7 +619,7 @@
<row xml:id="constant.mk-e-unavailable">
<entry>
<constant>MK_E_UNAVAILABLE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>-2147221021</entry>
<entry>

File diff suppressed because it is too large Load diff

View file

@ -622,7 +622,7 @@
</informaltable>
</para>
<para>
<parameter>value</parameter> should be an <type>integer</type> for the
<parameter>value</parameter> should be an <type>int</type> for the
following values of the <parameter>option</parameter> parameter:
<informaltable>
<tgroup cols="3">

View file

@ -17,7 +17,7 @@
<varlistentry xml:id="constant.sunfuncs-ret-timestamp">
<term>
<constant>SUNFUNCS_RET_TIMESTAMP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -28,7 +28,7 @@
<varlistentry xml:id="constant.sunfuncs-ret-string">
<term>
<constant>SUNFUNCS_RET_STRING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -39,7 +39,7 @@
<varlistentry xml:id="constant.sunfuncs-ret-double">
<term>
<constant>SUNFUNCS_RET_DOUBLE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -50,32 +50,32 @@
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.y">y</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.m">m</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.d">d</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.h">h</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.i">i</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.s">s</varname>
</fieldsynopsis>
<fieldsynopsis>
@ -85,7 +85,7 @@
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateinterval.props.invert">invert</varname>
</fieldsynopsis>
<fieldsynopsis>

View file

@ -42,7 +42,7 @@
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateperiod.constants.exclude-start-date">DatePeriod::EXCLUDE_START_DATE</varname>
<initializer>1</initializer>
</fieldsynopsis>
@ -50,12 +50,12 @@
<classsynopsisinfo role="comment">&Properties;</classsynopsisinfo>
<fieldsynopsis>
<modifier>public</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="dateperiod.props.recurrences">recurrences</varname>
</fieldsynopsis>
<fieldsynopsis>
<modifier>public</modifier>
<type>boolean</type>
<type>bool</type>
<varname linkend="dateperiod.props.include_start_date">include_start_date</varname>
</fieldsynopsis>
<fieldsynopsis>

View file

@ -235,7 +235,7 @@
<entry>
Microseconds (added in PHP 5.2.2). Note that
<function>date</function> will always generate
<literal>000000</literal> since it takes an <type>integer</type>
<literal>000000</literal> since it takes an <type>int</type>
parameter, whereas <methodname>DateTime::format</methodname> does
support microseconds if <classname>DateTime</classname> was
created with microseconds.
@ -317,7 +317,7 @@
</para>
<note>
<para>
Since this function only accepts <type>integer</type> timestamps the
Since this function only accepts <type>int</type> timestamps the
<literal>u</literal> format character is only useful when using the
<function>date_format</function> function with user based timestamps
created with <function>date_create</function>.

View file

@ -34,85 +34,85 @@
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.africa">DateTimeZone::AFRICA</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.america">DateTimeZone::AMERICA</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.antarctica">DateTimeZone::ANTARCTICA</varname>
<initializer>4</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.arctic">DateTimeZone::ARCTIC</varname>
<initializer>8</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.asia">DateTimeZone::ASIA</varname>
<initializer>16</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.atlantic">DateTimeZone::ATLANTIC</varname>
<initializer>32</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.australia">DateTimeZone::AUSTRALIA</varname>
<initializer>64</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.europe">DateTimeZone::EUROPE</varname>
<initializer>128</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.indian">DateTimeZone::INDIAN</varname>
<initializer>256</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.pacific">DateTimeZone::PACIFIC</varname>
<initializer>512</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.utc">DateTimeZone::UTC</varname>
<initializer>1024</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.all">DateTimeZone::ALL</varname>
<initializer>2047</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.all-with-bc">DateTimeZone::ALL_WITH_BC</varname>
<initializer>4095</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="datetimezone.constants.per-country">DateTimeZone::PER_COUNTRY</varname>
<initializer>4096</initializer>
</fieldsynopsis>

View file

@ -63,7 +63,7 @@
</row>
<row>
<entry>SUNFUNCS_RET_TIMESTAMP</entry>
<entry>returns the result as <type>integer</type> (timestamp)</entry>
<entry>returns the result as <type>int</type> (timestamp)</entry>
<entry>1095034606</entry>
</row>
</tbody>

View file

@ -65,7 +65,7 @@
</row>
<row>
<entry>SUNFUNCS_RET_TIMESTAMP</entry>
<entry>returns the result as <type>integer</type> (timestamp)</entry>
<entry>returns the result as <type>int</type> (timestamp)</entry>
<entry>1095034606</entry>
</row>
</tbody>

View file

@ -116,7 +116,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a <type>integer</type> Unix timestamp.
Returns a <type>int</type> Unix timestamp.
</para>
</refsect1>

View file

@ -132,10 +132,10 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an <type>integer</type>.
Returns an <type>int</type>.
</para>
<para>
As <function>idate</function> always returns an <type>integer</type> and
As <function>idate</function> always returns an <type>int</type> and
as they can't start with a "0", <function>idate</function> may return
fewer digits than you would expect. See the example below.
</para>

View file

@ -129,7 +129,7 @@ if ($db) {
&reftitle.notes;
<note>
<para>
Boolean fields result in an <type>integer</type> element value
Boolean fields result in an <type>int</type> element value
(<literal>0</literal> or <literal>1</literal>) when retrieved via
<function>dbase_get_record</function> or
<function>dbase_get_record_with_names</function>. If they are written back,

View file

@ -20,7 +20,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-noerr">DBPLUS_ERR_NOERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_NOERR</entry>
<entry>Null error condition</entry>
@ -28,7 +28,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-duplicate">DBPLUS_ERR_DUPLICATE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_DUPLICATE</entry>
<entry>Tried to insert a duplicate tuple</entry>
@ -36,7 +36,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-eoscan">DBPLUS_ERR_EOSCAN</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_EOSCAN</entry>
<entry>End of scan from <literal>rget()</literal></entry>
@ -44,7 +44,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-empty">DBPLUS_ERR_EMPTY</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_EMPTY</entry>
<entry>Relation is empty (server)</entry>
@ -52,7 +52,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-close">DBPLUS_ERR_CLOSE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_CLOSE</entry>
<entry>The server can't close</entry>
@ -60,7 +60,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-wlocked">DBPLUS_ERR_WLOCKED</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_WLOCKED</entry>
<entry>The record is write locked</entry>
@ -68,7 +68,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-locked">DBPLUS_ERR_LOCKED</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_LOCKED</entry>
<entry>Relation was already locked</entry>
@ -76,7 +76,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-nolock">DBPLUS_ERR_NOLOCK</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_NOLOCK</entry>
<entry>Relation cannot be locked</entry>
@ -84,7 +84,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-read">DBPLUS_ERR_READ</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_READ</entry>
<entry>Read error on relation</entry>
@ -92,7 +92,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-write">DBPLUS_ERR_WRITE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_WRITE</entry>
<entry>Write error on relation</entry>
@ -100,7 +100,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-create">DBPLUS_ERR_CREATE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_CREATE</entry>
<entry><literal>Create()</literal> system call failed</entry>
@ -108,7 +108,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-lseek">DBPLUS_ERR_LSEEK</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_LSEEK</entry>
<entry><literal>Lseek()</literal> system call failed</entry>
@ -116,7 +116,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-length">DBPLUS_ERR_LENGTH</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_LENGTH</entry>
<entry>Tuple exceeds maximum length</entry>
@ -124,7 +124,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-open">DBPLUS_ERR_OPEN</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_OPEN</entry>
<entry><literal>Open()</literal> system call failed</entry>
@ -132,7 +132,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-wopen">DBPLUS_ERR_WOPEN</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_WOPEN</entry>
<entry>Relation already opened for writing</entry>
@ -140,7 +140,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-magic">DBPLUS_ERR_MAGIC</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_MAGIC</entry>
<entry>File is not a relation</entry>
@ -148,7 +148,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-version">DBPLUS_ERR_VERSION</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_VERSION</entry>
<entry>File is a very old relation</entry>
@ -156,7 +156,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-pgsize">DBPLUS_ERR_PGSIZE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_PGSIZE</entry>
<entry>Relation uses a different page size</entry>
@ -164,7 +164,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-crc">DBPLUS_ERR_CRC</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_CRC</entry>
<entry>Invalid crc in the superpage</entry>
@ -172,7 +172,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-pipe">DBPLUS_ERR_PIPE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_PIPE</entry>
<entry>Piped relation requires <literal>lseek()</literal></entry>
@ -180,7 +180,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-nidx">DBPLUS_ERR_NIDX</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_NIDX</entry>
<entry>Too many secondary indices</entry>
@ -188,7 +188,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-malloc">DBPLUS_ERR_MALLOC</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_MALLOC</entry>
<entry><literal>Malloc()</literal> call failed</entry>
@ -196,7 +196,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-nusers">DBPLUS_ERR_NUSERS</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_NUSERS</entry>
<entry>Error use of max users</entry>
@ -204,7 +204,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-preexit">DBPLUS_ERR_PREEXIT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_PREEXIT</entry>
<entry>Caused by invalid usage</entry>
@ -212,7 +212,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-ontrap">DBPLUS_ERR_ONTRAP</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_ONTRAP</entry>
<entry>Caused by a signal</entry>
@ -220,7 +220,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-preproc">DBPLUS_ERR_PREPROC</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_PREPROC</entry>
<entry>Error in the preprocessor</entry>
@ -228,7 +228,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-dbparse">DBPLUS_ERR_DBPARSE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_DBPARSE</entry>
<entry>Error in the parser</entry>
@ -236,7 +236,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-dbrunerr">DBPLUS_ERR_DBRUNERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_DBRUNERR</entry>
<entry>Run error in db</entry>
@ -244,7 +244,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-dbpreexit">DBPLUS_ERR_DBPREEXIT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_DBPREEXIT</entry>
<entry>Exit condition caused by <literal>prexit()</literal> * procedure</entry>
@ -252,7 +252,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-wait">DBPLUS_ERR_WAIT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_WAIT</entry>
<entry>Wait a little (Simple only)</entry>
@ -260,7 +260,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-corrupt-tuple">DBPLUS_ERR_CORRUPT_TUPLE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_CORRUPT_TUPLE</entry>
<entry>A client sent a corrupt tuple</entry>
@ -268,7 +268,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-warning0">DBPLUS_ERR_WARNING0</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_WARNING0</entry>
<entry>
@ -279,7 +279,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-panic">DBPLUS_ERR_PANIC</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_PANIC</entry>
<entry>
@ -290,7 +290,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-fifo">DBPLUS_ERR_FIFO</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_FIFO</entry>
<entry>Can't create a fifo</entry>
@ -298,7 +298,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-perm">DBPLUS_ERR_PERM</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_PERM</entry>
<entry>Permission denied</entry>
@ -306,7 +306,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-tcl">DBPLUS_ERR_TCL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_TCL</entry>
<entry>TCL_error</entry>
@ -314,7 +314,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-restricted">DBPLUS_ERR_RESTRICTED</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_RESTRICTED</entry>
<entry>Only two users</entry>
@ -322,7 +322,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-user">DBPLUS_ERR_USER</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_USER</entry>
<entry>
@ -333,7 +333,7 @@
<row>
<entry>
<constant xml:id="constant.dbplus-err-unknown">DBPLUS_ERR_UNKNOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>ERR_UNKNOWN</entry>
<entry></entry>

View file

@ -7,7 +7,7 @@
<varlistentry xml:id="constant.dbx-mysql">
<term>
<constant>DBX_MYSQL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -18,7 +18,7 @@
<varlistentry xml:id="constant.dbx-odbc">
<term>
<constant>DBX_ODBC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -29,7 +29,7 @@
<varlistentry xml:id="constant.dbx-pgsql">
<term>
<constant>DBX_PGSQL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -40,7 +40,7 @@
<varlistentry xml:id="constant.dbx-mssql">
<term>
<constant>DBX_MSSQL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -51,7 +51,7 @@
<varlistentry xml:id="constant.dbx-fbsql">
<term>
<constant>DBX_FBSQL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -62,7 +62,7 @@
<varlistentry xml:id="constant.dbx-oci8">
<term>
<constant>DBX_OCI8</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -73,7 +73,7 @@
<varlistentry xml:id="constant.dbx-sybasect">
<term>
<constant>DBX_SYBASECT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -84,7 +84,7 @@
<varlistentry xml:id="constant.dbx-sqlite">
<term>
<constant>DBX_SQLITE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -95,7 +95,7 @@
<varlistentry xml:id="constant.dbx-persistent">
<term>
<constant>DBX_PERSISTENT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -106,7 +106,7 @@
<varlistentry xml:id="constant.dbx-result-info">
<term>
<constant>DBX_RESULT_INFO</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -117,7 +117,7 @@
<varlistentry xml:id="constant.dbx-result-index">
<term>
<constant>DBX_RESULT_INDEX</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -128,7 +128,7 @@
<varlistentry xml:id="constant.dbx-result-assoc">
<term>
<constant>DBX_RESULT_ASSOC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -139,7 +139,7 @@
<varlistentry xml:id="constant.dbx-result-unbuffered">
<term>
<constant>DBX_RESULT_UNBUFFERED</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -150,7 +150,7 @@
<varlistentry xml:id="constant.dbx-colnames-unchanged">
<term>
<constant>DBX_COLNAMES_UNCHANGED</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -161,7 +161,7 @@
<varlistentry xml:id="constant.dbx-colnames-uppercase">
<term>
<constant>DBX_COLNAMES_UPPERCASE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -172,7 +172,7 @@
<varlistentry xml:id="constant.dbx-colnames-lowercase">
<term>
<constant>DBX_COLNAMES_LOWERCASE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -183,7 +183,7 @@
<varlistentry xml:id="constant.dbx-cmp-native">
<term>
<constant>DBX_CMP_NATIVE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -194,7 +194,7 @@
<varlistentry xml:id="constant.dbx-cmp-text">
<term>
<constant>DBX_CMP_TEXT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -205,7 +205,7 @@
<varlistentry xml:id="constant.dbx-cmp-number">
<term>
<constant>DBX_CMP_NUMBER</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -216,7 +216,7 @@
<varlistentry xml:id="constant.dbx-cmp-asc">
<term>
<constant>DBX_CMP_ASC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -227,7 +227,7 @@
<varlistentry xml:id="constant.dbx-cmp-desc">
<term>
<constant>DBX_CMP_DESC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -7,7 +7,7 @@
<varlistentry xml:id="constant.f-dupfd">
<term>
<constant>F_DUPFD</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -16,7 +16,7 @@
<varlistentry xml:id="constant.f-getfd">
<term>
<constant>F_GETFD</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -25,7 +25,7 @@
<varlistentry xml:id="constant.f-getfl">
<term>
<constant>F_GETFL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -34,7 +34,7 @@
<varlistentry xml:id="constant.f-getlk">
<term>
<constant>F_GETLK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -43,7 +43,7 @@
<varlistentry xml:id="constant.f-getown">
<term>
<constant>F_GETOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -52,7 +52,7 @@
<varlistentry xml:id="constant.f-rdlck">
<term>
<constant>F_RDLCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -61,7 +61,7 @@
<varlistentry xml:id="constant.f-setfl">
<term>
<constant>F_SETFL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -70,7 +70,7 @@
<varlistentry xml:id="constant.f-setlk">
<term>
<constant>F_SETLK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -79,7 +79,7 @@
<varlistentry xml:id="constant.f-setlkw">
<term>
<constant>F_SETLKW</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -88,7 +88,7 @@
<varlistentry xml:id="constant.f-setown">
<term>
<constant>F_SETOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -97,7 +97,7 @@
<varlistentry xml:id="constant.f-unlck">
<term>
<constant>F_UNLCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -106,7 +106,7 @@
<varlistentry xml:id="constant.f-wrlck">
<term>
<constant>F_WRLCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -115,7 +115,7 @@
<varlistentry xml:id="constant.o-append">
<term>
<constant>O_APPEND</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -124,7 +124,7 @@
<varlistentry xml:id="constant.o-async">
<term>
<constant>O_ASYNC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -133,7 +133,7 @@
<varlistentry xml:id="constant.o-creat">
<term>
<constant>O_CREAT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -142,7 +142,7 @@
<varlistentry xml:id="constant.o-excl">
<term>
<constant>O_EXCL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -151,7 +151,7 @@
<varlistentry xml:id="constant.o-ndelay">
<term>
<constant>O_NDELAY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -160,7 +160,7 @@
<varlistentry xml:id="constant.o-noctty">
<term>
<constant>O_NOCTTY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -169,7 +169,7 @@
<varlistentry xml:id="constant.o-nonblock">
<term>
<constant>O_NONBLOCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -178,7 +178,7 @@
<varlistentry xml:id="constant.o-rdonly">
<term>
<constant>O_RDONLY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -187,7 +187,7 @@
<varlistentry xml:id="constant.o-rdwr">
<term>
<constant>O_RDWR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -196,7 +196,7 @@
<varlistentry xml:id="constant.o-sync">
<term>
<constant>O_SYNC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -205,7 +205,7 @@
<varlistentry xml:id="constant.o-trunc">
<term>
<constant>O_TRUNC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -214,7 +214,7 @@
<varlistentry xml:id="constant.o-wronly">
<term>
<constant>O_WRONLY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -223,7 +223,7 @@
<varlistentry xml:id="constant.s-irgrp">
<term>
<constant>S_IRGRP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -232,7 +232,7 @@
<varlistentry xml:id="constant.s-iroth">
<term>
<constant>S_IROTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -241,7 +241,7 @@
<varlistentry xml:id="constant.s-irusr">
<term>
<constant>S_IRUSR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -250,7 +250,7 @@
<varlistentry xml:id="constant.s-irwxg">
<term>
<constant>S_IRWXG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -259,7 +259,7 @@
<varlistentry xml:id="constant.s-irwxo">
<term>
<constant>S_IRWXO</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -268,7 +268,7 @@
<varlistentry xml:id="constant.s-irwxu">
<term>
<constant>S_IRWXU</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -277,7 +277,7 @@
<varlistentry xml:id="constant.s-iwgrp">
<term>
<constant>S_IWGRP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -286,7 +286,7 @@
<varlistentry xml:id="constant.s-iwoth">
<term>
<constant>S_IWOTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -295,7 +295,7 @@
<varlistentry xml:id="constant.s-iwusr">
<term>
<constant>S_IWUSR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -304,7 +304,7 @@
<varlistentry xml:id="constant.s-ixgrp">
<term>
<constant>S_IXGRP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -313,7 +313,7 @@
<varlistentry xml:id="constant.s-ixoth">
<term>
<constant>S_IXOTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>
@ -322,7 +322,7 @@
<varlistentry xml:id="constant.s-ixusr">
<term>
<constant>S_IXUSR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<para></para>

View file

@ -28,7 +28,7 @@
<varlistentry xml:id="constant.scandir-sort-ascending">
<term>
<constant>SCANDIR_SORT_ASCENDING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -39,7 +39,7 @@
<varlistentry xml:id="constant.scandir-sort-descending">
<term>
<constant>SCANDIR_SORT_DESCENDING</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -50,7 +50,7 @@
<varlistentry xml:id="constant.scandir-sort-none">
<term>
<constant>SCANDIR_SORT_NONE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -17,7 +17,7 @@
<row xml:id="constant.xml-element-node">
<entry>
<constant>XML_ELEMENT_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>Node is a <classname>DOMElement</classname></entry>
@ -25,7 +25,7 @@
<row xml:id="constant.xml-attribute-node">
<entry>
<constant>XML_ATTRIBUTE_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>Node is a <classname>DOMAttr</classname></entry>
@ -33,7 +33,7 @@
<row xml:id="constant.xml-text-node">
<entry>
<constant>XML_TEXT_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>3</entry>
<entry>Node is a <classname>DOMText</classname></entry>
@ -41,7 +41,7 @@
<row xml:id="constant.xml-cdata-section-node">
<entry>
<constant>XML_CDATA_SECTION_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>4</entry>
<entry>Node is a <classname>DOMCharacterData</classname></entry>
@ -49,7 +49,7 @@
<row xml:id="constant.xml-entity-ref-node">
<entry>
<constant>XML_ENTITY_REF_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>5</entry>
<entry>Node is a <classname>DOMEntityReference</classname></entry>
@ -57,7 +57,7 @@
<row xml:id="constant.xml-entity-node">
<entry>
<constant>XML_ENTITY_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>6</entry>
<entry>Node is a <classname>DOMEntity</classname></entry>
@ -65,7 +65,7 @@
<row xml:id="constant.xml-pi-node">
<entry>
<constant>XML_PI_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>7</entry>
<entry>Node is a <classname>DOMProcessingInstruction</classname></entry>
@ -73,7 +73,7 @@
<row xml:id="constant.xml-comment-node">
<entry>
<constant>XML_COMMENT_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>8</entry>
<entry>Node is a <classname>DOMComment</classname></entry>
@ -81,7 +81,7 @@
<row xml:id="constant.xml-document-node">
<entry>
<constant>XML_DOCUMENT_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>9</entry>
<entry>Node is a <classname>DOMDocument</classname></entry>
@ -89,7 +89,7 @@
<row xml:id="constant.xml-document-type-node">
<entry>
<constant>XML_DOCUMENT_TYPE_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>10</entry>
<entry>Node is a <classname>DOMDocumentType</classname></entry>
@ -97,7 +97,7 @@
<row xml:id="constant.xml-document-frag-node">
<entry>
<constant>XML_DOCUMENT_FRAG_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>11</entry>
<entry>Node is a <classname>DOMDocumentFragment</classname></entry>
@ -105,7 +105,7 @@
<row xml:id="constant.xml-notation-node">
<entry>
<constant>XML_NOTATION_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>12</entry>
<entry>Node is a <classname>DOMNotation</classname></entry>
@ -113,7 +113,7 @@
<row xml:id="constant.xml-html-document-node">
<entry>
<constant>XML_HTML_DOCUMENT_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>13</entry>
<entry></entry>
@ -121,7 +121,7 @@
<row xml:id="constant.xml-dtd-node">
<entry>
<constant>XML_DTD_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>14</entry>
<entry></entry>
@ -129,7 +129,7 @@
<row xml:id="constant.xml-element-decl-node">
<entry>
<constant>XML_ELEMENT_DECL_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>15</entry>
<entry></entry>
@ -137,7 +137,7 @@
<row xml:id="constant.xml-attribute-decl-node">
<entry>
<constant>XML_ATTRIBUTE_DECL_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>16</entry>
<entry></entry>
@ -145,7 +145,7 @@
<row xml:id="constant.xml-entity-decl-node">
<entry>
<constant>XML_ENTITY_DECL_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>17</entry>
<entry></entry>
@ -153,7 +153,7 @@
<row xml:id="constant.xml-namespace-decl-node">
<entry>
<constant>XML_NAMESPACE_DECL_NODE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>18</entry>
<entry></entry>
@ -161,7 +161,7 @@
<row xml:id="constant.xml-attribute-cdata">
<entry>
<constant>XML_ATTRIBUTE_CDATA</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry></entry>
@ -169,7 +169,7 @@
<row xml:id="constant.xml-attribute-id">
<entry>
<constant>XML_ATTRIBUTE_ID</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry></entry>
@ -177,7 +177,7 @@
<row xml:id="constant.xml-attribute-idref">
<entry>
<constant>XML_ATTRIBUTE_IDREF</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>3</entry>
<entry></entry>
@ -185,7 +185,7 @@
<row xml:id="constant.xml-attribute-idrefs">
<entry>
<constant>XML_ATTRIBUTE_IDREFS</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>4</entry>
<entry></entry>
@ -193,7 +193,7 @@
<row xml:id="constant.xml-attribute-entity">
<entry>
<constant>XML_ATTRIBUTE_ENTITY</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>5</entry>
<entry></entry>
@ -201,7 +201,7 @@
<row xml:id="constant.xml-attribute-nmtoken">
<entry>
<constant>XML_ATTRIBUTE_NMTOKEN</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>7</entry>
<entry></entry>
@ -209,7 +209,7 @@
<row xml:id="constant.xml-attribute-nmtokens">
<entry>
<constant>XML_ATTRIBUTE_NMTOKENS</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>8</entry>
<entry></entry>
@ -217,7 +217,7 @@
<row xml:id="constant.xml-attribute-enumeration">
<entry>
<constant>XML_ATTRIBUTE_ENUMERATION</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>9</entry>
<entry></entry>
@ -225,7 +225,7 @@
<row xml:id="constant.xml-attribute-notation">
<entry>
<constant>XML_ATTRIBUTE_NOTATION</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>10</entry>
<entry></entry>
@ -247,7 +247,7 @@
<row xml:id="constant.dom-php-err">
<entry>
<constant>DOM_PHP_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>0</entry>
<entry>
@ -257,7 +257,7 @@
<row xml:id="constant.dom-index-size-err">
<entry>
<constant>DOM_INDEX_SIZE_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>1</entry>
<entry>
@ -267,7 +267,7 @@
<row xml:id="constant.domstring-size-err">
<entry>
<constant>DOMSTRING_SIZE_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>2</entry>
<entry>
@ -278,7 +278,7 @@
<row xml:id="constant.dom-hierarchy-request-err">
<entry>
<constant>DOM_HIERARCHY_REQUEST_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>3</entry>
<entry>If any node is inserted somewhere it doesn't belong</entry>
@ -286,7 +286,7 @@
<row xml:id="constant.dom-wrong-document-err">
<entry>
<constant>DOM_WRONG_DOCUMENT_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>4</entry>
<entry>
@ -296,7 +296,7 @@
<row xml:id="constant.dom-invalid-character-err">
<entry>
<constant>DOM_INVALID_CHARACTER_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>5</entry>
<entry>
@ -306,7 +306,7 @@
<row xml:id="constant.dom-no-data-allowed-err">
<entry>
<constant>DOM_NO_DATA_ALLOWED_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>6</entry>
<entry>
@ -316,7 +316,7 @@
<row xml:id="constant.dom-no-modification-allowed-err">
<entry>
<constant>DOM_NO_MODIFICATION_ALLOWED_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>7</entry>
<entry>
@ -326,7 +326,7 @@
<row xml:id="constant.dom-not-found-err">
<entry>
<constant>DOM_NOT_FOUND_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>8</entry>
<entry>
@ -336,7 +336,7 @@
<row xml:id="constant.dom-not-supported-err">
<entry>
<constant>DOM_NOT_SUPPORTED_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>9</entry>
<entry>
@ -346,7 +346,7 @@
<row xml:id="constant.dom-inuse-attribute-err">
<entry>
<constant>DOM_INUSE_ATTRIBUTE_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>10</entry>
<entry>
@ -356,7 +356,7 @@
<row xml:id="constant.dom-invalid-state-err">
<entry>
<constant>DOM_INVALID_STATE_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>11</entry>
<entry>
@ -366,7 +366,7 @@
<row xml:id="constant.dom-syntax-err">
<entry>
<constant>DOM_SYNTAX_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>12</entry>
<entry>If an invalid or illegal string is specified.</entry>
@ -374,7 +374,7 @@
<row xml:id="constant.dom-invalid-modification-err">
<entry>
<constant>DOM_INVALID_MODIFICATION_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>13</entry>
<entry>If an attempt is made to modify the type of the underlying object.</entry>
@ -382,7 +382,7 @@
<row xml:id="constant.dom-namespace-err">
<entry>
<constant>DOM_NAMESPACE_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>14</entry>
<entry>
@ -393,7 +393,7 @@
<row xml:id="constant.dom-invalid-access-err">
<entry>
<constant>DOM_INVALID_ACCESS_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>15</entry>
<entry>
@ -403,7 +403,7 @@
<row xml:id="constant.dom-validation-err">
<entry>
<constant>DOM_VALIDATION_ERR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>16</entry>
<entry>

View file

@ -35,7 +35,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -33,7 +33,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -35,7 +35,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -33,7 +33,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -35,7 +35,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -33,7 +33,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -35,7 +35,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -33,7 +33,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -35,7 +35,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -33,7 +33,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -35,7 +35,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -33,7 +33,7 @@
<para>
Returning <emphasis>non-integer</emphasis> values from the comparison
function, such as <type>float</type>, will result in an internal cast to
<type>integer</type> of the callback's return value. So values such as
<type>int</type> of the callback's return value. So values such as
0.99 and 0.1 will both be cast to an integer value of 0, which will
compare such values as equal.
</para>

View file

@ -11,7 +11,7 @@
<varlistentry xml:id="constant.eio-pri-min">
<term>
<constant>EIO_PRI_MIN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -22,7 +22,7 @@
<varlistentry xml:id="constant.eio-pri-default">
<term>
<constant>EIO_PRI_DEFAULT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -33,7 +33,7 @@
<varlistentry xml:id="constant.eio-pri-max">
<term>
<constant>EIO_PRI_MAX</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -50,7 +50,7 @@
<varlistentry xml:id="constant.eio-seek-set">
<term>
<constant>EIO_SEEK_SET</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -61,7 +61,7 @@
<varlistentry xml:id="constant.eio-seek-cur">
<term>
<constant>EIO_SEEK_CUR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -72,7 +72,7 @@
<varlistentry xml:id="constant.eio-seek-end">
<term>
<constant>EIO_SEEK_END</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -91,7 +91,7 @@
<varlistentry xml:id="constant.eio-readdir-dents">
<term>
<constant>EIO_READDIR_DENTS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -111,7 +111,7 @@
<varlistentry xml:id="constant.eio-readdir-dirs-first">
<term>
<constant>EIO_READDIR_DIRS_FIRST</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -123,7 +123,7 @@
<varlistentry xml:id="constant.eio-readdir-stat-order">
<term>
<constant>EIO_READDIR_STAT_ORDER</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -138,7 +138,7 @@
<varlistentry xml:id="constant.eio-readdir-found-unknown">
<term>
<constant>EIO_READDIR_FOUND_UNKNOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -152,7 +152,7 @@
<varlistentry xml:id="constant.eio-dt-unknown">
<term>
<constant>EIO_DT_UNKNOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -163,7 +163,7 @@
<varlistentry xml:id="constant.eio-dt-fifo">
<term>
<constant>EIO_DT_FIFO</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -174,7 +174,7 @@
<varlistentry xml:id="constant.eio-dt-chr">
<term>
<constant>EIO_DT_CHR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -185,7 +185,7 @@
<varlistentry xml:id="constant.eio-dt-mpc">
<term>
<constant>EIO_DT_MPC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -196,7 +196,7 @@
<varlistentry xml:id="constant.eio-dt-dir">
<term>
<constant>EIO_DT_DIR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -207,7 +207,7 @@
<varlistentry xml:id="constant.eio-dt-nam">
<term>
<constant>EIO_DT_NAM</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -218,7 +218,7 @@
<varlistentry xml:id="constant.eio-dt-blk">
<term>
<constant>EIO_DT_BLK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -229,7 +229,7 @@
<varlistentry xml:id="constant.eio-dt-mpb">
<term>
<constant>EIO_DT_MPB</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -240,7 +240,7 @@
<varlistentry xml:id="constant.eio-dt-reg">
<term>
<constant>EIO_DT_REG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -251,7 +251,7 @@
<varlistentry xml:id="constant.eio-dt-nwk">
<term>
<constant>EIO_DT_NWK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -261,7 +261,7 @@
<varlistentry xml:id="constant.eio-dt-cmp">
<term>
<constant>EIO_DT_CMP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -272,7 +272,7 @@
<varlistentry xml:id="constant.eio-dt-lnk">
<term>
<constant>EIO_DT_LNK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -283,7 +283,7 @@
<varlistentry xml:id="constant.eio-dt-sock">
<term>
<constant>EIO_DT_SOCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -294,7 +294,7 @@
<varlistentry xml:id="constant.eio-dt-door">
<term>
<constant>EIO_DT_DOOR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -305,7 +305,7 @@
<varlistentry xml:id="constant.eio-dt-wht">
<term>
<constant>EIO_DT_WHT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -316,7 +316,7 @@
<varlistentry xml:id="constant.eio-dt-max">
<term>
<constant>EIO_DT_MAX</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -338,7 +338,7 @@
<varlistentry xml:id="constant.eio-o-rdonly">
<term>
<constant>EIO_O_RDONLY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -348,7 +348,7 @@
<varlistentry xml:id="constant.eio-o-wronly">
<term>
<constant>EIO_O_WRONLY</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -358,7 +358,7 @@
<varlistentry xml:id="constant.eio-o-rdwr">
<term>
<constant>EIO_O_RDWR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -368,7 +368,7 @@
<varlistentry xml:id="constant.eio-o-nonblock">
<term>
<constant>EIO_O_NONBLOCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -378,7 +378,7 @@
<varlistentry xml:id="constant.eio-o-append">
<term>
<constant>EIO_O_APPEND</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -388,7 +388,7 @@
<varlistentry xml:id="constant.eio-o-creat">
<term>
<constant>EIO_O_CREAT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -398,7 +398,7 @@
<varlistentry xml:id="constant.eio-o-trunc">
<term>
<constant>EIO_O_TRUNC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -408,7 +408,7 @@
<varlistentry xml:id="constant.eio-o-excl">
<term>
<constant>EIO_O_EXCL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -418,7 +418,7 @@
<varlistentry xml:id="constant.eio-o-fsync">
<term>
<constant>EIO_O_FSYNC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -437,7 +437,7 @@
<varlistentry xml:id="constant.eio-s-irusr">
<term>
<constant>EIO_S_IRUSR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -447,7 +447,7 @@
<varlistentry xml:id="constant.eio-s-iwusr">
<term>
<constant>EIO_S_IWUSR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -457,7 +457,7 @@
<varlistentry xml:id="constant.eio-s-ixusr">
<term>
<constant>EIO_S_IXUSR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -467,7 +467,7 @@
<varlistentry xml:id="constant.eio-s-irgrp">
<term>
<constant>EIO_S_IRGRP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -477,7 +477,7 @@
<varlistentry xml:id="constant.eio-s-iwgrp">
<term>
<constant>EIO_S_IWGRP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -487,7 +487,7 @@
<varlistentry xml:id="constant.eio-s-ixgrp">
<term>
<constant>EIO_S_IXGRP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -497,7 +497,7 @@
<varlistentry xml:id="constant.eio-s-iroth">
<term>
<constant>EIO_S_IROTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -507,7 +507,7 @@
<varlistentry xml:id="constant.eio-s-iwoth">
<term>
<constant>EIO_S_IWOTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -517,7 +517,7 @@
<varlistentry xml:id="constant.eio-s-ixoth">
<term>
<constant>EIO_S_IXOTH</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -527,7 +527,7 @@
<varlistentry xml:id="constant.eio-s-ifreg">
<term>
<constant>EIO_S_IFREG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -537,7 +537,7 @@
<varlistentry xml:id="constant.eio-s-ifchr">
<term>
<constant>EIO_S_IFCHR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -547,7 +547,7 @@
<varlistentry xml:id="constant.eio-s-ifblk">
<term>
<constant>EIO_S_IFBLK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -557,7 +557,7 @@
<varlistentry xml:id="constant.eio-s-ififo">
<term>
<constant>EIO_S_IFIFO</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -567,7 +567,7 @@
<varlistentry xml:id="constant.eio-s-ifsock">
<term>
<constant>EIO_S_IFSOCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -587,7 +587,7 @@
<varlistentry xml:id="constant.eio-sync-file-range-wait-before">
<term>
<constant>EIO_SYNC_FILE_RANGE_WAIT_BEFORE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -597,7 +597,7 @@
<varlistentry xml:id="constant.eio-sync-file-range-write">
<term>
<constant>EIO_SYNC_FILE_RANGE_WRITE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -607,7 +607,7 @@
<varlistentry xml:id="constant.eio-sync-file-range-wait-after">
<term>
<constant>EIO_SYNC_FILE_RANGE_WAIT_AFTER</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -626,7 +626,7 @@
<varlistentry xml:id="constant.eio-falloc-fl-keep-size">
<term>
<constant>EIO_FALLOC_FL_KEEP_SIZE</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -85,7 +85,7 @@
<varlistentry>
<term>
<constant>EIO_READDIR_DENTS</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -105,7 +105,7 @@
<varlistentry>
<term>
<constant>EIO_READDIR_DIRS_FIRST</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -117,7 +117,7 @@
<varlistentry>
<term>
<constant>EIO_READDIR_STAT_ORDER</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -132,7 +132,7 @@
<varlistentry>
<term>
<constant>EIO_READDIR_FOUND_UNKNOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -152,7 +152,7 @@
<varlistentry>
<term>
<constant>EIO_DT_UNKNOWN</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -163,7 +163,7 @@
<varlistentry>
<term>
<constant>EIO_DT_FIFO</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -174,7 +174,7 @@
<varlistentry>
<term>
<constant>EIO_DT_CHR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -185,7 +185,7 @@
<varlistentry>
<term>
<constant>EIO_DT_MPC</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -196,7 +196,7 @@
<varlistentry>
<term>
<constant>EIO_DT_DIR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -207,7 +207,7 @@
<varlistentry>
<term>
<constant>EIO_DT_NAM</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -218,7 +218,7 @@
<varlistentry>
<term>
<constant>EIO_DT_BLK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -229,7 +229,7 @@
<varlistentry>
<term>
<constant>EIO_DT_MPB</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -240,7 +240,7 @@
<varlistentry>
<term>
<constant>EIO_DT_REG</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -251,7 +251,7 @@
<varlistentry>
<term>
<constant>EIO_DT_NWK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -261,7 +261,7 @@
<varlistentry>
<term>
<constant>EIO_DT_CMP</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -272,7 +272,7 @@
<varlistentry>
<term>
<constant>EIO_DT_LNK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -283,7 +283,7 @@
<varlistentry>
<term>
<constant>EIO_DT_SOCK</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -294,7 +294,7 @@
<varlistentry>
<term>
<constant>EIO_DT_DOOR</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -305,7 +305,7 @@
<varlistentry>
<term>
<constant>EIO_DT_WHT</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -316,7 +316,7 @@
<varlistentry>
<term>
<constant>EIO_DT_MAX</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -8,7 +8,7 @@
<varlistentry xml:id="constant.enchant-myspell">
<term>
<constant>ENCHANT_MYSPELL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>
@ -21,7 +21,7 @@
<varlistentry xml:id="constant.enchant-ispell">
<term>
<constant>ENCHANT_ISPELL</constant>
(<type>integer</type>)
(<type>int</type>)
</term>
<listitem>
<simpara>

View file

@ -26,7 +26,7 @@
<entry>1</entry>
<entry>
<constant>E_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Fatal run-time errors. These indicate errors that can not be
@ -40,7 +40,7 @@
<entry>2</entry>
<entry>
<constant>E_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Run-time warnings (non-fatal errors). Execution of the script is not
@ -53,7 +53,7 @@
<entry>4</entry>
<entry>
<constant>E_PARSE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Compile-time parse errors. Parse errors should only be generated by
@ -66,7 +66,7 @@
<entry>8</entry>
<entry>
<constant>E_NOTICE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Run-time notices. Indicate that the script encountered something that
@ -80,7 +80,7 @@
<entry>16</entry>
<entry>
<constant>E_CORE_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Fatal errors that occur during PHP's initial startup. This is like an
@ -93,7 +93,7 @@
<entry>32</entry>
<entry>
<constant>E_CORE_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Warnings (non-fatal errors) that occur during PHP's initial startup.
@ -107,7 +107,7 @@
<entry>64</entry>
<entry>
<constant>E_COMPILE_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Fatal compile-time errors. This is like an <constant>E_ERROR</constant>,
@ -120,7 +120,7 @@
<entry>128</entry>
<entry>
<constant>E_COMPILE_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Compile-time warnings (non-fatal errors). This is like an
@ -134,7 +134,7 @@
<entry>256</entry>
<entry>
<constant>E_USER_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
User-generated error message. This is like an
@ -148,7 +148,7 @@
<entry>512</entry>
<entry>
<constant>E_USER_WARNING</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
User-generated warning message. This is like an
@ -162,7 +162,7 @@
<entry>1024</entry>
<entry>
<constant>E_USER_NOTICE</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
User-generated notice message. This is like an
@ -176,7 +176,7 @@
<entry>2048</entry>
<entry>
<constant>E_STRICT</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Enable to have PHP suggest changes
@ -190,7 +190,7 @@
<entry>4096</entry>
<entry>
<constant>E_RECOVERABLE_ERROR</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Catchable fatal error. It indicates that a probably dangerous error
@ -206,7 +206,7 @@
<entry>8192</entry>
<entry>
<constant>E_DEPRECATED</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
Run-time notices. Enable this to receive warnings about code
@ -219,7 +219,7 @@
<entry>16384</entry>
<entry>
<constant>E_USER_DEPRECATED</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
User-generated warning message. This is like an
@ -233,7 +233,7 @@
<entry>32767</entry>
<entry>
<constant>E_ALL</constant>
(<type>integer</type>)
(<type>int</type>)
</entry>
<entry>
All errors and warnings, as supported, except of level

View file

@ -93,7 +93,7 @@
</row>
<row>
<entry>line</entry>
<entry><type>integer</type></entry>
<entry><type>int</type></entry>
<entry>
The current line number. See also
<link linkend="language.constants.predefined">__LINE__</link>.

View file

@ -149,7 +149,7 @@
<varlistentry xml:id="ini.error-reporting">
<term>
<parameter>error_reporting</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -205,7 +205,7 @@
<title>PHP Constants outside of PHP</title>
<para>
Using PHP Constants outside of PHP, like in <filename>httpd.conf</filename>,
will have no useful meaning so in such cases the <type>integer</type> values
will have no useful meaning so in such cases the <type>int</type> values
are required. And since error levels will be added over time, the maximum
value (for <constant>E_ALL</constant>) will likely change. So in place of
<constant>E_ALL</constant> consider using a larger value to cover all bit
@ -230,7 +230,7 @@
<para>
Value <literal>"stderr"</literal> sends the errors to <literal>stderr</literal>
instead of <literal>stdout</literal>. The value is available as of PHP
5.2.4. In earlier versions, this directive was of type <type>boolean</type>.
5.2.4. In earlier versions, this directive was of type <type>bool</type>.
</para>
<note>
<para>
@ -251,7 +251,7 @@
<varlistentry xml:id="ini.display-startup-errors">
<term>
<parameter>display_startup_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -265,7 +265,7 @@
<varlistentry xml:id="ini.log-errors">
<term>
<parameter>log_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -285,7 +285,7 @@
<varlistentry xml:id="ini.log-errors-max-len">
<term>
<parameter>log_errors_max_len</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>
@ -306,7 +306,7 @@
<varlistentry xml:id="ini.ignore-repeated-errors">
<term>
<parameter>ignore_repeated_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -321,7 +321,7 @@
<varlistentry xml:id="ini.ignore-repeated-source">
<term>
<parameter>ignore_repeated_source</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -335,7 +335,7 @@
<varlistentry xml:id="ini.report-memleaks">
<term>
<parameter>report_memleaks</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -354,7 +354,7 @@
<varlistentry xml:id="ini.track-errors">
<term>
<parameter>track_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -367,7 +367,7 @@
<varlistentry xml:id="ini.html-errors">
<term>
<parameter>html_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -387,7 +387,7 @@
<varlistentry xml:id="ini.xmlrpc-errors">
<term>
<parameter>xmlrpc_errors</parameter>
<type>boolean</type>
<type>bool</type>
</term>
<listitem>
<para>
@ -400,7 +400,7 @@
<varlistentry xml:id="ini.xmlrpc-error-number">
<term>
<parameter>xmlrpc_error_number</parameter>
<type>integer</type>
<type>int</type>
</term>
<listitem>
<para>

View file

@ -33,205 +33,205 @@
<!--{{{-->
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.flag-auto">Ev::FLAG_AUTO</varname>
<initializer>0</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.flag-noenv">Ev::FLAG_NOENV</varname>
<initializer>16777216</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.flag-forkcheck">Ev::FLAG_FORKCHECK</varname>
<initializer>33554432</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.flag-noinotify">Ev::FLAG_NOINOTIFY</varname>
<initializer>1048576</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.flag-signalfd">Ev::FLAG_SIGNALFD</varname>
<initializer>2097152</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.flag-nosigmask">Ev::FLAG_NOSIGMASK</varname>
<initializer>4194304</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.run-nowait">Ev::RUN_NOWAIT</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.run-once">Ev::RUN_ONCE</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.break-cancel">Ev::BREAK_CANCEL</varname>
<initializer>0</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.break-one">Ev::BREAK_ONE</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.break-all">Ev::BREAK_ALL</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.minpri">Ev::MINPRI</varname>
<initializer>-2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.maxpri">Ev::MAXPRI</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.read">Ev::READ</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.write">Ev::WRITE</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.timer">Ev::TIMER</varname>
<initializer>256</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.periodic">Ev::PERIODIC</varname>
<initializer>512</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.signal">Ev::SIGNAL</varname>
<initializer>1024</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.child">Ev::CHILD</varname>
<initializer>2048</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.stat">Ev::STAT</varname>
<initializer>4096</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.idle">Ev::IDLE</varname>
<initializer>8192</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.prepare">Ev::PREPARE</varname>
<initializer>16384</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.check">Ev::CHECK</varname>
<initializer>32768</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.embed">Ev::EMBED</varname>
<initializer>65536</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.custom">Ev::CUSTOM</varname>
<initializer>16777216</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.error">Ev::ERROR</varname>
<initializer>2147483648</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-select">Ev::BACKEND_SELECT</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-poll">Ev::BACKEND_POLL</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-epoll">Ev::BACKEND_EPOLL</varname>
<initializer>4</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-kqueue">Ev::BACKEND_KQUEUE</varname>
<initializer>8</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-devpoll">Ev::BACKEND_DEVPOLL</varname>
<initializer>16</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-port">Ev::BACKEND_PORT</varname>
<initializer>32</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-all">Ev::BACKEND_ALL</varname>
<initializer>63</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="ev.constants.backend-mask">Ev::BACKEND_MASK</varname>
<initializer>65535</initializer>
</fieldsynopsis>

View file

@ -106,7 +106,7 @@
</term>
<listitem>
<para>
<type>Integer</type>
<type>int</type>
between
<constant>Ev::MINPRI</constant>
and

View file

@ -58,37 +58,37 @@
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="event.constants.et">Event::ET</varname>
<initializer>32</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="event.constants.persist">Event::PERSIST</varname>
<initializer>16</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="event.constants.read">Event::READ</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="event.constants.write">Event::WRITE</varname>
<initializer>4</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="event.constants.signal">Event::SIGNAL</varname>
<initializer>8</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="event.constants.timeout">Event::TIMEOUT</varname>
<initializer>1</initializer>
</fieldsynopsis>

View file

@ -72,37 +72,37 @@
<classsynopsisinfo role="comment">Constants</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="eventbase.constants.loop-once">EventBase::LOOP_ONCE</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="eventbase.constants.loop-nonblock">EventBase::LOOP_NONBLOCK</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="eventbase.constants.nolock">EventBase::NOLOCK</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="eventbase.constants.startup-iocp">EventBase::STARTUP_IOCP</varname>
<initializer>4</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="eventbase.constants.no-cache-time">EventBase::NO_CACHE_TIME</varname>
<initializer>8</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>integer</type>
<type>int</type>
<varname linkend="eventbase.constants.epoll-use-changelist">EventBase::EPOLL_USE_CHANGELIST</varname>
<initializer>16</initializer>
</fieldsynopsis>

Some files were not shown because too many files have changed in this diff Show more