diff --git a/reference/intl/numberformatter.xml b/reference/intl/numberformatter.xml index 834bf14d8e15..cefb91ad1b9a 100644 --- a/reference/intl/numberformatter.xml +++ b/reference/intl/numberformatter.xml @@ -134,25 +134,25 @@ public const int - NumberFormatter::ROUND_AWAY_FROM_ZERO + NumberFormatter::ROUND_CEILING public const int - NumberFormatter::ROUND_CEILING + NumberFormatter::ROUND_FLOOR public const int - NumberFormatter::ROUND_FLOOR + NumberFormatter::ROUND_DOWN public const int - NumberFormatter::ROUND_DOWN + NumberFormatter::ROUND_UP public @@ -164,7 +164,7 @@ public const int - NumberFormatter::ROUND_UP + NumberFormatter::ROUND_AWAY_FROM_ZERO public @@ -176,13 +176,13 @@ public const int - NumberFormatter::ROUND_HALFDOWN + NumberFormatter::ROUND_HALFODD public const int - NumberFormatter::ROUND_HALFODD + NumberFormatter::ROUND_HALFDOWN public diff --git a/reference/pcntl/functions/pcntl-waitid.xml b/reference/pcntl/functions/pcntl-waitid.xml index ff4ffd9a06ca..e0664aef7229 100644 --- a/reference/pcntl/functions/pcntl-waitid.xml +++ b/reference/pcntl/functions/pcntl-waitid.xml @@ -10,10 +10,10 @@ &reftitle.description; boolpcntl_waitid - intidtypeP_ALL - intidnull + intidtypeP_ALL + intnullid&null; arrayinfo[] - intflagsWEXITED + intflagsWEXITED Obtains status information pertaining to termination, stop, and/or continue diff --git a/reference/pgsql/functions/pg-select.xml b/reference/pgsql/functions/pg-select.xml index e63911524e8a..a89e457a2fe9 100644 --- a/reference/pgsql/functions/pg-select.xml +++ b/reference/pgsql/functions/pg-select.xml @@ -15,7 +15,7 @@ arraystringfalsepg_select PgSql\Connectionconnection stringtable_name - arrayconditions + arrayconditions[] intflagsPGSQL_DML_EXEC intmodePGSQL_ASSOC @@ -76,6 +76,8 @@ An array whose keys are field names in the table table_name, and whose values are the conditions that a row must meet to be retrieved. + As of PHP 8.4.0, when an empty array is provided, no conditions will apply. + Previously, the function failed with an empty conditions argument. @@ -132,6 +134,12 @@ + + 8.4.0 + + conditions is now optional. + + &pgsql.changelog.connection-object; 7.1.0 diff --git a/reference/xml/functions/xml-parse-into-struct.xml b/reference/xml/functions/xml-parse-into-struct.xml index faac6b47a674..36cacc7076b1 100644 --- a/reference/xml/functions/xml-parse-into-struct.xml +++ b/reference/xml/functions/xml-parse-into-struct.xml @@ -9,7 +9,7 @@ &reftitle.description; - intxml_parse_into_struct + intfalsexml_parse_into_struct XMLParserparser stringdata arrayvalues diff --git a/reference/xml/functions/xml-set-character-data-handler.xml b/reference/xml/functions/xml-set-character-data-handler.xml index de5af091eba0..2ce7032b2b2a 100644 --- a/reference/xml/functions/xml-set-character-data-handler.xml +++ b/reference/xml/functions/xml-set-character-data-handler.xml @@ -11,7 +11,7 @@ truexml_set_character_data_handler XMLParserparser - callablehandler + callablestringnullhandler Sets the character data handler function for the XML parser diff --git a/reference/xml/functions/xml-set-default-handler.xml b/reference/xml/functions/xml-set-default-handler.xml index 37a702af4aea..4e338558200a 100644 --- a/reference/xml/functions/xml-set-default-handler.xml +++ b/reference/xml/functions/xml-set-default-handler.xml @@ -11,7 +11,7 @@ truexml_set_default_handler XMLParserparser - callablehandler + callablestringnullhandler Sets the default handler function for the XML parser diff --git a/reference/xml/functions/xml-set-element-handler.xml b/reference/xml/functions/xml-set-element-handler.xml index 45949acc5e5b..f6b4caf803d8 100644 --- a/reference/xml/functions/xml-set-element-handler.xml +++ b/reference/xml/functions/xml-set-element-handler.xml @@ -11,8 +11,8 @@ truexml_set_element_handler XMLParserparser - callablestart_handler - callableend_handler + callablestringnullstart_handler + callablestringnullend_handler Sets the element handler functions for the XML parser. diff --git a/reference/xml/functions/xml-set-end-namespace-decl-handler.xml b/reference/xml/functions/xml-set-end-namespace-decl-handler.xml index 67ecb8864423..1743920c94f8 100644 --- a/reference/xml/functions/xml-set-end-namespace-decl-handler.xml +++ b/reference/xml/functions/xml-set-end-namespace-decl-handler.xml @@ -11,7 +11,7 @@ truexml_set_end_namespace_decl_handler XMLParserparser - callablehandler + callablestringnullhandler Set a handler to be called when leaving the scope of a namespace diff --git a/reference/xml/functions/xml-set-external-entity-ref-handler.xml b/reference/xml/functions/xml-set-external-entity-ref-handler.xml index dcbb968095a6..1f99f2c7251e 100644 --- a/reference/xml/functions/xml-set-external-entity-ref-handler.xml +++ b/reference/xml/functions/xml-set-external-entity-ref-handler.xml @@ -11,7 +11,7 @@ truexml_set_external_entity_ref_handler XMLParserparser - callablehandler + callablestringnullhandler Sets the external entity reference handler function for the XML parser diff --git a/reference/xml/functions/xml-set-notation-decl-handler.xml b/reference/xml/functions/xml-set-notation-decl-handler.xml index 55037f8795de..dee650efbd33 100644 --- a/reference/xml/functions/xml-set-notation-decl-handler.xml +++ b/reference/xml/functions/xml-set-notation-decl-handler.xml @@ -11,7 +11,7 @@ truexml_set_notation_decl_handler XMLParserparser - callablehandler + callablestringnullhandler Sets the notation declaration handler function for the XML parser diff --git a/reference/xml/functions/xml-set-processing-instruction-handler.xml b/reference/xml/functions/xml-set-processing-instruction-handler.xml index 25b34c66514b..59536df36b88 100644 --- a/reference/xml/functions/xml-set-processing-instruction-handler.xml +++ b/reference/xml/functions/xml-set-processing-instruction-handler.xml @@ -13,7 +13,7 @@ truexml_set_processing_instruction_handler XMLParserparser - callablehandler + callablestringnullhandler Sets the processing instruction (PI) handler function for the XML parser diff --git a/reference/xml/functions/xml-set-start-namespace-decl-handler.xml b/reference/xml/functions/xml-set-start-namespace-decl-handler.xml index 445b50397567..ca08b165e437 100644 --- a/reference/xml/functions/xml-set-start-namespace-decl-handler.xml +++ b/reference/xml/functions/xml-set-start-namespace-decl-handler.xml @@ -13,7 +13,7 @@ truexml_set_start_namespace_decl_handler XMLParserparser - callablehandler + callablestringnullhandler Set a handler to be called when a namespace is declared. Namespace diff --git a/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml b/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml index ecd34e125a08..bf8ac9a8bd22 100644 --- a/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml +++ b/reference/xml/functions/xml-set-unparsed-entity-decl-handler.xml @@ -13,7 +13,7 @@ truexml_set_unparsed_entity_decl_handler XMLParserparser - callablehandler + callablestringnullhandler Sets the unparsed entity declaration handler function for the XML parser