File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -566,6 +566,7 @@ PHP 8.4 UPGRADE NOTES
566
566
. output_add_rewrite_var() now uses url_rewriter.hosts instead of
567
567
session.trans_sid_hosts for selecting hosts that will be rewritten.
568
568
. highlight_string() now has a return type of string|true instead of string|bool.
569
+ . print_r() now has a return type of string|true instead of string|bool.
569
570
570
571
========================================
571
572
6. New Functions
Original file line number Diff line number Diff line change @@ -2050,7 +2050,7 @@ function set_include_path(string $include_path): string|false {}
2050
2050
function get_include_path (): string |false {}
2051
2051
2052
2052
/** @refcount 1 */
2053
- function print_r (mixed $ value , bool $ return = false ): string |bool {}
2053
+ function print_r (mixed $ value , bool $ return = false ): string |false {}
2054
2054
2055
2055
function connection_aborted (): int {}
2056
2056
You can’t perform that action at this time.
0 commit comments