reference/misc/constants.xml
e43797863fd4216bd2bcb240f7b497fa3057d287
...
...
@@ -7,7 +7,7 @@
7
7
<varlistentry xml:id="constant.connection-aborted">
8
8
<term>
9
9
<constant>CONNECTION_ABORTED</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
...
...
@@ -18,7 +18,7 @@
18
18
<varlistentry xml:id="constant.connection-normal">
19
19
<term>
20
20
<constant>CONNECTION_NORMAL</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
...
...
@@ -29,7 +29,7 @@
29
29
<varlistentry xml:id="constant.connection-timeout">
30
30
<term>
31
31
<constant>CONNECTION_TIMEOUT</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
...
...
@@ -37,14 +37,14 @@
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
-
<varlistentry xml:id="constant.--compiler-halt-offset--">
40
+
<varlistentry xml:id="constant.compiler-halt-offset">
41
41
<term>
42
42
<constant>__COMPILER_HALT_OFFSET__</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
47
-
Added in PHP 5.1.
47
+

48
48
</simpara>
49
49
</listitem>
50
50
</varlistentry>
51
51