From d95798d3aa4cfceab4bbf9ed853d7db1382b3d9f Mon Sep 17 00:00:00 2001 From: Leonardo Lara Rodrigues Date: Fri, 6 Feb 2026 12:15:21 -0300 Subject: [PATCH] sync with en rev --- language/predefined/attributes/attribute.xml | 36 ++++++++- reference/imap/functions/imap-headerinfo.xml | 9 +-- reference/intl/dateformatter-constants.xml | 13 +++- reference/intl/dateformatter.xml | 30 +++++++- reference/intl/intlchar.xml | 57 ++++++++++++++- reference/intl/numberformatter-constants.xml | 62 +++++++++++++++- reference/intl/numberformatter.xml | 46 +++++++++++- reference/intl/spoofchecker.xml | 73 ++++++++++++++++++- .../functions/mb-decode-numericentity.xml | 10 +-- reference/random/functions/rand.xml | 7 +- reference/soap/soapfault.xml | 39 +++++++++- 11 files changed, 354 insertions(+), 28 deletions(-) diff --git a/language/predefined/attributes/attribute.xml b/language/predefined/attributes/attribute.xml index ecb474b95..959350bdd 100644 --- a/language/predefined/attributes/attribute.xml +++ b/language/predefined/attributes/attribute.xml @@ -1,4 +1,4 @@ - + O atributo Attribute Attribute @@ -59,6 +59,11 @@ int Attribute::TARGET_PARAMETER + + const + int + Attribute::TARGET_CONSTANT + const int @@ -129,6 +134,13 @@ + + Attribute::TARGET_CONSTANT + + + + + Attribute::TARGET_ALL @@ -157,6 +169,28 @@ +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Adicionada a constante Attribute::TARGET_CONSTANT. + + + + + +
+
&reftitle.seealso; Visão geral dos atributos diff --git a/reference/imap/functions/imap-headerinfo.xml b/reference/imap/functions/imap-headerinfo.xml index 707dfc245..aa239a3f4 100644 --- a/reference/imap/functions/imap-headerinfo.xml +++ b/reference/imap/functions/imap-headerinfo.xml @@ -1,5 +1,5 @@ - + imap_headerinfo @@ -49,13 +49,6 @@ - - defaulthost - - - - - diff --git a/reference/intl/dateformatter-constants.xml b/reference/intl/dateformatter-constants.xml index 9fefde37f..f870d9fe1 100644 --- a/reference/intl/dateformatter-constants.xml +++ b/reference/intl/dateformatter-constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -104,6 +104,17 @@ + + + IntlDateFormatter::PATTERN + int + + + + Usa o padrão informado em pattern. Disponível a partir do PHP 8.4.0. + + + diff --git a/reference/intl/dateformatter.xml b/reference/intl/dateformatter.xml index 0cdee99d5..65c1c9cd8 100644 --- a/reference/intl/dateformatter.xml +++ b/reference/intl/dateformatter.xml @@ -1,5 +1,5 @@ - + A classe IntlDateFormatter IntlDateFormatter @@ -86,6 +86,12 @@ int IntlDateFormatter::RELATIVE_SHORT + + public + const + int + IntlDateFormatter::PATTERN + public const @@ -111,6 +117,28 @@
+
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Adicionada a constante IntlDateFormatter::PATTERN. + + + + + +
+
&reftitle.seealso; diff --git a/reference/intl/intlchar.xml b/reference/intl/intlchar.xml index f83ef6108..19e893bf7 100644 --- a/reference/intl/intlchar.xml +++ b/reference/intl/intlchar.xml @@ -1,5 +1,5 @@ - + IntlChar @@ -180,6 +180,24 @@ int IntlChar::PROPERTY_IDS_TRINARY_OPERATOR + + public + const + int + IntlChar::PROPERTY_IDS_UNARY_OPERATOR + + + public + const + int + IntlChar::PROPERTY_ID_COMPAT_MATH_START + + + public + const + int + IntlChar::PROPERTY_ID_COMPAT_MATH_CONTINUE + public const @@ -4272,6 +4290,36 @@ + + + IntlChar::PROPERTY_IDS_UNARY_OPERATOR + int + + + Para determinação programática de Sequências de Descrição Ideográficas. Disponível a partir do PHP 8.4.0. + + + + + + IntlChar::PROPERTY_ID_COMPAT_MATH_START + int + + + Usada em perfil de identificação matemática no UAX 31. Disponível a partir do PHP 8.4.0. + + + + + + IntlChar::PROPERTY_ID_COMPAT_MATH_CONTINUE + int + + + Usada em perfil de identificação matemática no UAX 31. Disponível a partir do PHP 8.4.0. + + + IntlChar::PROPERTY_JOIN_CONTROL @@ -10669,6 +10717,13 @@ + + 8.4.0 + + Adicionadas as constantes IntlChar::PROPERTY_IDS_UNARY_OPERATOR, IntlChar::PROPERTY_ID_COMPAT_MATH_START e + IntlChar::PROPERTY_ID_COMPAT_MATH_START. + + 8.4.0 diff --git a/reference/intl/numberformatter-constants.xml b/reference/intl/numberformatter-constants.xml index da7e8cae4..664e075dd 100644 --- a/reference/intl/numberformatter-constants.xml +++ b/reference/intl/numberformatter-constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -29,6 +29,26 @@ + + + NumberFormatter::DECIMAL_COMPACT_SHORT + int + + + Formato decimal expresso em notação compacta (forma curta), por exemplo, "23K", "45B". Disponível a partir do PHP 8.5.0 e ICU 56. + + + + + + NumberFormatter::DECIMAL_COMPACT_LONG + int + + + Formato decimal expresso em notação compacta (forma longa), por exemplo, "23 thousand", "45 billion". Disponível a partir do PHP 8.5.0 e ICU 56. + + + NumberFormatter::CURRENCY @@ -39,6 +59,46 @@ + + + NumberFormatter::CURRENCY_ISO + int + + + Formato ISO de moeda (ex.: "USD1.00"). Disponível a partir do PHP 8.5.0. + + + + + + NumberFormatter::CURRENCY_PLURAL + int + + + Formato pluralizado de moeda (ex.: "1.00 US dollar" e "3.00 US dollars"). Disponível a partir do PHP 8.5.0. + + + + + + NumberFormatter::CASH_CURRENCY + int + + + Símbolo da moeda em uso de DINHEIRO, por exemplo, "NT$3" em vez de "NT$3.23". Disponível a partir do PHP 8.5.0 e ICU 54. + + + + + + NumberFormatter::CURRENCY_STANDARD + int + + + Símbolo de moeda, por exemplo, "$1.00", usando estilo não contábil para valores negativos (por exemplo, sinal de menos). Disponível a partir do PHP 8.5.0 e ICU 56. + + + NumberFormatter::PERCENT diff --git a/reference/intl/numberformatter.xml b/reference/intl/numberformatter.xml index 5ad96fbd6..f5cd0e0ae 100644 --- a/reference/intl/numberformatter.xml +++ b/reference/intl/numberformatter.xml @@ -1,5 +1,5 @@ - + A classe NumberFormatter NumberFormatter @@ -70,6 +70,18 @@ int NumberFormatter::DECIMAL + + public + const + int + NumberFormatter::DECIMAL_COMPACT_SHORT + + + public + const + int + NumberFormatter::DECIMAL_COMPACT_LONG + public const @@ -118,12 +130,36 @@ int NumberFormatter::IGNORE + + public + const + int + NumberFormatter::CURRENCY_ISO + + + public + const + int + NumberFormatter::CURRENCY_PLURAL + public const int NumberFormatter::CURRENCY_ACCOUNTING + + public + const + int + NumberFormatter::CASH_CURRENCY + + + public + const + int + NumberFormatter::CURRENCY_STANDARD + public const @@ -584,6 +620,14 @@ + + 8.5.0 + + Adicionadas as constantes NumberFormatter::DECIMAL_COMPACT_SHORT, NumberFormatter::DECIMAL_COMPACT_LONG, + NumberFormatter::CURRENCY_ISO, NumberFormatter::CURRENCY_PLURAL, + NumberFormatter::CASH_CURRENCY e NumberFormatter::CURRENCY_STANDARD. + + 8.4.0 diff --git a/reference/intl/spoofchecker.xml b/reference/intl/spoofchecker.xml index 0548b4181..87739e298 100644 --- a/reference/intl/spoofchecker.xml +++ b/reference/intl/spoofchecker.xml @@ -1,5 +1,5 @@ - + A classe Spoofchecker @@ -124,6 +124,30 @@ int Spoofchecker::HIDDEN_OVERLAY + + public + const + int + Spoofchecker::IGNORE_SPACE + + + public + const + int + Spoofchecker::CASE_INSENSITIVE + + + public + const + int + Spoofchecker::ADD_CASE_MAPPINGS + + + public + const + int + Spoofchecker::SIMPLE_CASE_INSENSITIVE + &Methods; @@ -290,6 +314,46 @@ + + + + Spoofchecker::IGNORE_SPACE + int + + + + + + + + + Spoofchecker::CASE_INSENSITIVE + int + + + Habilita correspondência insensível a maiúsculas/minúsculas + + + + + + Spoofchecker::ADD_CASE_MAPPINGS + int + + + Adiciona todos os mapeamentos de maiúsculas/minúsculas para cada elemento no conjunto + + + + + + Spoofchecker::SIMPLE_CASE_INSENSITIVE + int + + + Habilita correspondência insensível a maiúsculas/minúsculas + +
@@ -304,6 +368,13 @@
+ + 8.4.0 + + Adicionadas as constantes Spoofchecker::IGNORE_SPACE, Spoofchecker::CASE_INSENSITIVE, + Spoofchecker::ADD_CASE_MAPPINGS e Spoofchecker::SIMPLE_CASE_INSENSITIVE. + + 8.4.0 diff --git a/reference/mbstring/functions/mb-decode-numericentity.xml b/reference/mbstring/functions/mb-decode-numericentity.xml index 30ae3d69a..099b7fd07 100644 --- a/reference/mbstring/functions/mb-decode-numericentity.xml +++ b/reference/mbstring/functions/mb-decode-numericentity.xml @@ -1,5 +1,5 @@ - + mb_decode_numericentity @@ -47,14 +47,6 @@ &mbstring.encoding.parameter;
- - is_hex - - - Este parâmetro não é utilizado. - - -
diff --git a/reference/random/functions/rand.xml b/reference/random/functions/rand.xml index 12c096013..2feace3d7 100644 --- a/reference/random/functions/rand.xml +++ b/reference/random/functions/rand.xml @@ -1,5 +1,5 @@ - + rand @@ -132,8 +132,9 @@ echo rand(5, 15), "\n"; O intervalo min max deve estar - dentro do intervalo getrandmax. Ou seja, (max - - min) <= getrandmax + dentro do intervalo getrandmax. Ou seja, + abs(max - min) <= + getrandmax. Caso contrário, rand poderá retornar números aleatórios de baixa qualidade. diff --git a/reference/soap/soapfault.xml b/reference/soap/soapfault.xml index d57ffa294..f5f8dc3e5 100644 --- a/reference/soap/soapfault.xml +++ b/reference/soap/soapfault.xml @@ -1,5 +1,5 @@ - + A classe SoapFault @@ -72,6 +72,12 @@ headerfault null + + public + string + lang + "" + &InheritedProperties; @@ -146,8 +152,39 @@ + + headerfault + + + Atributo xml:lang do texto de motivo do SOAP 1.2. + + +
+ +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Adicionada a propriedade SoapFault::lang. + + + + + +
+ &reference.soap.entities.soapfault;