fix constant types

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304324 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Stanislav Malyshev 2010-10-11 20:01:31 +00:00
parent 4d4a1873d5
commit fdf3cdd6fe

View file

@ -10,7 +10,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::NONE</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Do not include this element</simpara>
@ -19,7 +19,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::FULL</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Completely specified style (Tuesday, April 12, 1952 AD or 3:30:42pm PST)</simpara>
@ -28,7 +28,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::LONG</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Long style (January 12, 1952 or 3:30:32pm)</simpara>
@ -37,7 +37,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::MEDIUM</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Medium style (Jan 12, 1952)</simpara>
@ -46,7 +46,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::SHORT</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Most abbreviated style, only essential data (12/13/52 or 3:30pm)</simpara>
@ -64,7 +64,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::TRADITIONAL</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Non-Gregorian Calendar</simpara>
@ -73,7 +73,7 @@
<varlistentry>
<term>
<constant>IntlDateFormatter::GREGORIAN</constant>
(<type>string</type>)
(<type>integer</type>)
</term>
<listitem>
<simpara>Gregorian Calendar</simpara>