Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appendices/migration84/deprecated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class _MyClass {}
<!-- RFC: https://wiki.php.net/rfc/deprecations_php_8_4#xml_set_object_and_xml_set_handler_with_string_method_names -->
<simpara>
Passing non-<type>callable</type> strings to the
<function>xml_set_<replaceable>*</replaceable></function>
<literal>xml_set_*</literal>
functions is now deprecated.
</simpara>
</sect2>
Expand Down
2 changes: 1 addition & 1 deletion appendices/migration84/incompatible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ nodeData: 3
<title>XML</title>

<simpara>
The <function>xml_set_<replaceable>*</replaceable>_handler</function>
The <literal>xml_set_*_handler</literal>
functions now declare and check for an effective
signature of <type class="union"><type>callable</type><type>string</type><type>null</type></type> for the
<parameter>handler</parameter> parameters.
Expand Down