diff --git a/reference/intl/constants.xml b/reference/intl/constants.xml
index e68710470f..10dad215d8 100644
--- a/reference/intl/constants.xml
+++ b/reference/intl/constants.xml
@@ -24,8 +24,8 @@
- Prohibit processing of unassigned codepoints in the input for IDN
- functions and do not check if the input conforms to domain name ASCII rules.
+ Prohibit processing of unassigned codepoints in the input for IDN
+ functions and do not check if the input conforms to domain name ASCII rules.
diff --git a/reference/intl/dateformatter.xml b/reference/intl/dateformatter.xml
index a97b1fe2fe..38a6a144e7 100644
--- a/reference/intl/dateformatter.xml
+++ b/reference/intl/dateformatter.xml
@@ -9,16 +9,16 @@
&reftitle.intro;
-
+
Date Formatter is a concrete class that enables locale-dependent formatting/parsing
of dates using pattern strings and/or canned patterns.
-
+
-
- This class represents the ICU date formatting functionality.
- It allows users to display dates in a localized format or to parse strings
- into PHP date values using pattern strings and/or canned patterns.
-
+
+ This class represents the ICU date formatting functionality.
+ It allows users to display dates in a localized format or to parse strings
+ into PHP date values using pattern strings and/or canned patterns.
+
diff --git a/reference/intl/dateformatter/format.xml b/reference/intl/dateformatter/format.xml
index 0d4488d87c..051b798e85 100644
--- a/reference/intl/dateformatter/format.xml
+++ b/reference/intl/dateformatter/format.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
stringIntlDateFormatter::formatmixedvalue
- Procedural style
+ Procedural style
stringdatefmt_format
@@ -36,7 +36,7 @@
fmt
- The date formatter resource.
+ The date formatter resource.
@@ -44,9 +44,9 @@
value
- Value to format. Can be integer for an Unix timestamp value (seconds since epoch, UTC) or
- array for a localtime array.
-
+ Value to format. Can be integer for an Unix timestamp value (seconds since epoch, UTC) or
+ array for a localtime array.
+
diff --git a/reference/intl/dateformatter/get-calendar.xml b/reference/intl/dateformatter/get-calendar.xml
index 4fd9ddefe1..c92dc93229 100644
--- a/reference/intl/dateformatter/get-calendar.xml
+++ b/reference/intl/dateformatter/get-calendar.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
intIntlDateFormatter::getCalendar
- Procedural style
+ Procedural style
intdatefmt_get_calendar
@@ -34,7 +34,7 @@
fmt
- The formatter resource
+ The formatter resource
diff --git a/reference/intl/dateformatter/get-datetype.xml b/reference/intl/dateformatter/get-datetype.xml
index 0946573209..617dc4c914 100644
--- a/reference/intl/dateformatter/get-datetype.xml
+++ b/reference/intl/dateformatter/get-datetype.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
intIntlDateFormatter::getDateType
- Procedural style
+ Procedural style
intdatefmt_get_datetype
@@ -35,7 +35,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/get-error-code.xml b/reference/intl/dateformatter/get-error-code.xml
index ca413abe27..9443429308 100644
--- a/reference/intl/dateformatter/get-error-code.xml
+++ b/reference/intl/dateformatter/get-error-code.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
intIntlDateFormatter::getErrorCode
- Procedural style
+ Procedural style
intdatefmt_get_error_code
@@ -36,7 +36,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/get-error-message.xml b/reference/intl/dateformatter/get-error-message.xml
index 35c8d9e94f..5fe33bc14a 100644
--- a/reference/intl/dateformatter/get-error-message.xml
+++ b/reference/intl/dateformatter/get-error-message.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
stringIntlDateFormatter::getErrorMessage
- Procedural style
+ Procedural style
stringdatefmt_get_error_message
@@ -35,7 +35,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/get-locale.xml b/reference/intl/dateformatter/get-locale.xml
index 8de754b9e1..63acb6004f 100644
--- a/reference/intl/dateformatter/get-locale.xml
+++ b/reference/intl/dateformatter/get-locale.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
stringIntlDateFormatter::getLocaleintwhich
- Procedural style
+ Procedural style
stringdatefmt_get_locale
@@ -36,7 +36,7 @@
fmt
- The formatter resource
+ The formatter resource
diff --git a/reference/intl/dateformatter/get-pattern.xml b/reference/intl/dateformatter/get-pattern.xml
index a1a372e878..d6892fd6fe 100644
--- a/reference/intl/dateformatter/get-pattern.xml
+++ b/reference/intl/dateformatter/get-pattern.xml
@@ -9,23 +9,23 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
-
+ stringIntlDateFormatter::getPattern
-
+
- Procedural style
+ Procedural style
stringdatefmt_get_pattern
- IntlDateFormatterfmt
+ IntlDateFormatterfmt
- Get pattern used by the formatter.
+ Get pattern used by the formatter.
-
+
&reftitle.parameters;
@@ -35,7 +35,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/get-timetype.xml b/reference/intl/dateformatter/get-timetype.xml
index 885a96eb56..6d238c8c20 100644
--- a/reference/intl/dateformatter/get-timetype.xml
+++ b/reference/intl/dateformatter/get-timetype.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
intIntlDateFormatter::getTimeType
- Procedural style
+ Procedural style
intdatefmt_get_timetype
@@ -35,7 +35,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/get-timezone-id.xml b/reference/intl/dateformatter/get-timezone-id.xml
index 3d1faa8716..f1bb418bdc 100644
--- a/reference/intl/dateformatter/get-timezone-id.xml
+++ b/reference/intl/dateformatter/get-timezone-id.xml
@@ -9,21 +9,21 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
stringIntlDateFormatter::getTimeZoneId
- Procedural style
+ Procedural style
stringdatefmt_get_timezone_idIntlDateFormatterfmt
- Get the timezone-id used for the IntlDateFormatter.
+ Get the timezone-id used for the IntlDateFormatter.
@@ -35,7 +35,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/is-lenient.xml b/reference/intl/dateformatter/is-lenient.xml
index 8a34eb4319..807a349867 100644
--- a/reference/intl/dateformatter/is-lenient.xml
+++ b/reference/intl/dateformatter/is-lenient.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
boolIntlDateFormatter::isLenient
- Procedural style
+ Procedural style
booldatefmt_is_lenient
@@ -35,7 +35,7 @@
fmt
- The formatter resource.
+ The formatter resource.
diff --git a/reference/intl/dateformatter/localtime.xml b/reference/intl/dateformatter/localtime.xml
index 7e7509f061..732026c21b 100644
--- a/reference/intl/dateformatter/localtime.xml
+++ b/reference/intl/dateformatter/localtime.xml
@@ -9,7 +9,7 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
arrayIntlDateFormatter::localtime
@@ -17,7 +17,7 @@
intposition
- Procedural style
+ Procedural style
arraydatefmt_localtime
@@ -39,7 +39,7 @@ $parse_pos and consuming as much of the input value as possible.
fmt
- The formatter resource
+ The formatter resource
@@ -47,7 +47,7 @@ $parse_pos and consuming as much of the input value as possible.
value
- string to convert to a time
+ string to convert to a time
@@ -55,10 +55,10 @@ $parse_pos and consuming as much of the input value as possible.
position
- Position at which to start the parsing in $value (zero-based).
- If no error occurs before $value is consumed, $parse_pos will contain -1
- otherwise it will contain the position at which parsing ended .
- If $parse_pos > strlen($value), the parse fails immediately.
+ Position at which to start the parsing in $value (zero-based).
+ If no error occurs before $value is consumed, $parse_pos will contain -1
+ otherwise it will contain the position at which parsing ended .
+ If $parse_pos > strlen($value), the parse fails immediately.
diff --git a/reference/intl/dateformatter/parse.xml b/reference/intl/dateformatter/parse.xml
index 31f30bf612..205d17bedb 100644
--- a/reference/intl/dateformatter/parse.xml
+++ b/reference/intl/dateformatter/parse.xml
@@ -9,7 +9,7 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
intIntlDateFormatter::parse
@@ -18,7 +18,7 @@
role="reference">position
- Procedural style
+ Procedural style
intdatefmt_parse
@@ -40,7 +40,7 @@
fmt
- The formatter resource
+ The formatter resource
@@ -48,7 +48,7 @@
value
- string to convert to a time
+ string to convert to a time
@@ -56,11 +56,11 @@
position
- Position at which to start the parsing in $value (zero-based).
- If no error occurs before $value is consumed, $parse_pos will contain -1
-otherwise it will contain the position at which parsing ended (and the error occurred).
- This variable will contain the end position if the parse fails.
- If $parse_pos > strlen($value), the parse fails immediately.
+ Position at which to start the parsing in $value (zero-based).
+ If no error occurs before $value is consumed, $parse_pos will contain -1
+ otherwise it will contain the position at which parsing ended (and the error occurred).
+ This variable will contain the end position if the parse fails.
+ If $parse_pos > strlen($value), the parse fails immediately.
diff --git a/reference/intl/dateformatter/set-calendar.xml b/reference/intl/dateformatter/set-calendar.xml
index dca59397e2..89220a00f0 100644
--- a/reference/intl/dateformatter/set-calendar.xml
+++ b/reference/intl/dateformatter/set-calendar.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
boolIntlDateFormatter::setCalendarintwhich
- Procedural style
+ Procedural style
booldatefmt_set_calendar
@@ -36,7 +36,7 @@
fmt
- The formatter resource.
+ The formatter resource.
@@ -44,8 +44,8 @@
which
- The calendar to use.
- Default is IntlDateFormatter::GREGORIAN.
+ The calendar to use.
+ Default is IntlDateFormatter::GREGORIAN.
diff --git a/reference/intl/dateformatter/set-lenient.xml b/reference/intl/dateformatter/set-lenient.xml
index 8ca257159a..53bfc8fcf5 100644
--- a/reference/intl/dateformatter/set-lenient.xml
+++ b/reference/intl/dateformatter/set-lenient.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
boolIntlDateFormatter::setLenientboollenient
- Procedural style
+ Procedural style
booldatefmt_set_lenient
@@ -39,7 +39,7 @@
fmt
- The formatter resource
+ The formatter resource
@@ -47,7 +47,7 @@
lenient
- Sets whether the parser is lenient or not, default is &false; (strict).
+ Sets whether the parser is lenient or not, default is &false; (strict).
diff --git a/reference/intl/dateformatter/set-timezone-id.xml b/reference/intl/dateformatter/set-timezone-id.xml
index b6f5657ae6..69ca3b9a11 100644
--- a/reference/intl/dateformatter/set-timezone-id.xml
+++ b/reference/intl/dateformatter/set-timezone-id.xml
@@ -9,14 +9,14 @@
&reftitle.description;
- Object oriented style
+ Object oriented style
boolIntlDateFormatter::setTimeZoneIdstringzone
- Procedural style
+ Procedural style
booldatefmt_set_timezone_id
@@ -36,7 +36,7 @@
fmt
- The formatter resource.
+ The formatter resource.
@@ -44,8 +44,8 @@
zone
- The time zone ID string of the time zone to use.
- If &null; or the empty string, the default time zone for the runtime is used.
+ The time zone ID string of the time zone to use.
+ If &null; or the empty string, the default time zone for the runtime is used.
diff --git a/reference/intl/functions/intl-is-failure.xml b/reference/intl/functions/intl-is-failure.xml
index 73f9978960..6e8f628bac 100644
--- a/reference/intl/functions/intl-is-failure.xml
+++ b/reference/intl/functions/intl-is-failure.xml
@@ -57,7 +57,7 @@ function check( $err_code )
var_export( intl_is_failure( $err_code ) );
echo "\n";
}
-
+
check( U_ZERO_ERROR );
check( U_USING_FALLBACK_WARNING );
check( U_ILLEGAL_ARGUMENT_ERROR );
diff --git a/reference/intl/grapheme/grapheme-stripos.xml b/reference/intl/grapheme/grapheme-stripos.xml
index 4bdad2a992..d99ccd3535 100644
--- a/reference/intl/grapheme/grapheme-stripos.xml
+++ b/reference/intl/grapheme/grapheme-stripos.xml
@@ -27,7 +27,7 @@
haystack
- The string to look in. Must be valid UTF-8.
+ The string to look in. Must be valid UTF-8.
@@ -35,7 +35,7 @@
needle
- The string to look for. Must be valid UTF-8.
+ The string to look for. Must be valid UTF-8.
diff --git a/reference/intl/grapheme/grapheme-stristr.xml b/reference/intl/grapheme/grapheme-stristr.xml
index bd157e2f25..b74c115511 100644
--- a/reference/intl/grapheme/grapheme-stristr.xml
+++ b/reference/intl/grapheme/grapheme-stristr.xml
@@ -43,7 +43,7 @@
before_needle
- If &true;, grapheme_strstr() returns the part of the
+ If &true;, grapheme_strstr() returns the part of the
haystack before the first occurrence of the needle.
diff --git a/reference/intl/grapheme/grapheme-strstr.xml b/reference/intl/grapheme/grapheme-strstr.xml
index 154752a49c..8ea4d605dd 100644
--- a/reference/intl/grapheme/grapheme-strstr.xml
+++ b/reference/intl/grapheme/grapheme-strstr.xml
@@ -43,7 +43,7 @@
before_needle
- If &true;, grapheme_strstr() returns the part of the
+ If &true;, grapheme_strstr() returns the part of the
haystack before the first occurrence of the needle.
diff --git a/reference/intl/grapheme/grapheme-substr.xml b/reference/intl/grapheme/grapheme-substr.xml
index de0d25c245..e55ace6d44 100644
--- a/reference/intl/grapheme/grapheme-substr.xml
+++ b/reference/intl/grapheme/grapheme-substr.xml
@@ -36,7 +36,7 @@
Start position in default grapheme units.
- If $start is non-negative, the returned string will start at the
+ If $start is non-negative, the returned string will start at the
$start'th position in $string, counting from zero. If $start is negative,
the returned string will start at the $start'th grapheme unit from the
end of string.
@@ -48,7 +48,7 @@
Length in grapheme units.
- If $length is given and is positive, the string returned will contain
+ If $length is given and is positive, the string returned will contain
at most $length grapheme units beginning from $start (depending on the
length of string). If $string is less than or equal to $start grapheme
units long, FALSE will be returned. If $length is given and is negative, then
diff --git a/reference/intl/locale/accept-from-http.xml b/reference/intl/locale/accept-from-http.xml
index 21d58cd7de..7331ba47b3 100644
--- a/reference/intl/locale/accept-from-http.xml
+++ b/reference/intl/locale/accept-from-http.xml
@@ -27,8 +27,8 @@
stringheader
- Tries to find locale that can satisfy the language list that is requested by the
- HTTP "Accept-Language" header.
+ Tries to find locale that can satisfy the language list that is requested by the
+ HTTP "Accept-Language" header.
diff --git a/reference/intl/locale/compose-locale.xml b/reference/intl/locale/compose-locale.xml
index 69a76b5988..df40426bd7 100644
--- a/reference/intl/locale/compose-locale.xml
+++ b/reference/intl/locale/compose-locale.xml
@@ -53,11 +53,11 @@
the subtag is ordered by suffix resulting in variant0 followed by
variant1 followed by variant2 and so on.
-
- The 'variant', 'private' and 'extlang' multiple values can be specified both
- as array under specific key (e.g. 'variant') and as multiple numbered keys
- (e.g. 'variant0', 'variant1', etc.).
-
+
+ The 'variant', 'private' and 'extlang' multiple values can be specified both
+ as array under specific key (e.g. 'variant') and as multiple numbered keys
+ (e.g. 'variant0', 'variant1', etc.).
+
diff --git a/reference/intl/locale/get-all-variants.xml b/reference/intl/locale/get-all-variants.xml
index cb2a2b5725..1fc938a808 100644
--- a/reference/intl/locale/get-all-variants.xml
+++ b/reference/intl/locale/get-all-variants.xml
@@ -86,7 +86,7 @@ var_export( $arr );
array (
0 => 'NEDIS',
1 => 'ROJAZ',
- 2 => '1901',
+ 2 => '1901',
)
]]>
diff --git a/reference/intl/resourcebundle.xml b/reference/intl/resourcebundle.xml
index 6302818194..faefcd4a6c 100644
--- a/reference/intl/resourcebundle.xml
+++ b/reference/intl/resourcebundle.xml
@@ -10,26 +10,26 @@
&reftitle.intro;
- Localized software products often require sets of data that are to be customized
- depending on current locale, e.g.: messages, labels, formatting patterns. ICU
- resource mechanism allows to define sets of resources that the application can
- load on locale basis, while accessing them in unified locale-independent fashion.
+ Localized software products often require sets of data that are to be customized
+ depending on current locale, e.g.: messages, labels, formatting patterns. ICU
+ resource mechanism allows to define sets of resources that the application can
+ load on locale basis, while accessing them in unified locale-independent fashion.
- This class implements access to ICU resource data files. These files are binary data
- arrays which ICU uses to store the localized data.
+ This class implements access to ICU resource data files. These files are binary data
+ arrays which ICU uses to store the localized data.
- ICU resource bundle can hold simple resources and complex resources. Complex resources
- are containers which can be either integer-indexed or string-indexed (just like PHP arrays).
- Simple resources can be of the following typos: string, integer, binary data field
- or integer array.
+ ICU resource bundle can hold simple resources and complex resources. Complex resources
+ are containers which can be either integer-indexed or string-indexed (just like PHP arrays).
+ Simple resources can be of the following typos: string, integer, binary data field
+ or integer array.
- ResourceBundle supports direct access to the data through array access
- pattern and iteration via foreach,
- as well as access via class methods. The result will be PHP value for simple resources and
- ResourceBundle object for complex ones. All resources are read-only.
+ ResourceBundle supports direct access to the data through array access
+ pattern and iteration via foreach,
+ as well as access via class methods. The result will be PHP value for simple resources and
+ ResourceBundle object for complex ones. All resources are read-only.
diff --git a/reference/intl/resourcebundle/create.xml b/reference/intl/resourcebundle/create.xml
index a46bc4c79c..09f4434098 100644
--- a/reference/intl/resourcebundle/create.xml
+++ b/reference/intl/resourcebundle/create.xml
@@ -61,7 +61,7 @@
bundlename
- The directory where the data is stored or the name of the .dat file.
+ The directory where the data is stored or the name of the .dat file.