-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PHP 8.4] intl changes part 1. #4160
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -156,6 +156,15 @@ | |||||
</row> | ||||||
</thead> | ||||||
<tbody> | ||||||
<row> | ||||||
<entry>8.4.0</entry> | ||||||
<entry> | ||||||
<para> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please use simpara |
||||||
A <classname>Value</classname> is thrown if | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not addressed yet (notice ValueError) and mistake copied in error section (check all places for this mistake) |
||||||
<parameter>locale</parameter> is invalid. | ||||||
</para> | ||||||
</entry> | ||||||
</row> | ||||||
<row> | ||||||
<entry>8.1.0</entry> | ||||||
<entry> | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,6 +103,15 @@ | |
</row> | ||
</thead> | ||
<tbody> | ||
<row> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same remarks as for dateformatter |
||
<entry>8.4.0</entry> | ||
<entry> | ||
<para> | ||
A <classname>Value</classname> is thrown if | ||
<parameter>locale</parameter> is invalid. | ||
</para> | ||
</entry> | ||
</row> | ||
<row> | ||
<entry>8.0.0</entry> | ||
<entry> | ||
|
Original file line number | Diff line number | Diff line change | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -63,7 +63,6 @@ | |||||||||||||||
</para> | ||||||||||||||||
</refsect1> | ||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
<refsect1 role="returnvalues"> | ||||||||||||||||
&reftitle.returnvalues; | ||||||||||||||||
<para> | ||||||||||||||||
|
@@ -73,6 +72,38 @@ | |||||||||||||||
</para> | ||||||||||||||||
</refsect1> | ||||||||||||||||
|
||||||||||||||||
<refsect1 role="changelog"> | ||||||||||||||||
&reftitle.changelog; | ||||||||||||||||
<para> | ||||||||||||||||
<informaltable> | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The wrapping |
||||||||||||||||
<tgroup cols="2"> | ||||||||||||||||
<thead> | ||||||||||||||||
<row> | ||||||||||||||||
<entry>&Version;</entry> | ||||||||||||||||
<entry>&Description;</entry> | ||||||||||||||||
</row> | ||||||||||||||||
</thead> | ||||||||||||||||
<tbody> | ||||||||||||||||
<row> | ||||||||||||||||
<entry>8.4.0</entry> | ||||||||||||||||
<entry> | ||||||||||||||||
<para> | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. simpara please |
||||||||||||||||
A <classname>TypeError</classname> is thrown if | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use exceptionname instead of classname in these descriptions |
||||||||||||||||
the offset type is invalid. | ||||||||||||||||
A <classname>ValueError</classname> is thrown if | ||||||||||||||||
if <parameter>index</parameter> is a <type>string</type> | ||||||||||||||||
and is empty or is a <type>int</type> and does not | ||||||||||||||||
fit into a 32 bit integer type. | ||||||||||||||||
</para> | ||||||||||||||||
</entry> | ||||||||||||||||
</row> | ||||||||||||||||
</tbody> | ||||||||||||||||
</tgroup> | ||||||||||||||||
</informaltable> | ||||||||||||||||
</para> | ||||||||||||||||
</refsect1> | ||||||||||||||||
|
||||||||||||||||
|
||||||||||||||||
<refsect1 role="examples"> | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nit:
Suggested change
|
||||||||||||||||
&reftitle.examples; | ||||||||||||||||
<example> | ||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also be in the error section of the page