From 649598d5e2965b2565f7724cdb4fd4f094d4c81e Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Sun, 17 Nov 2024 19:23:37 +0700 Subject: [PATCH] [PHP 8.4] `print_r\' return type change --- reference/var/functions/print-r.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/reference/var/functions/print-r.xml b/reference/var/functions/print-r.xml index 3b8b1a54e40b..2f616b95752e 100644 --- a/reference/var/functions/print-r.xml +++ b/reference/var/functions/print-r.xml @@ -11,7 +11,7 @@ &reftitle.description; - stringboolprint_r + stringtrueprint_r mixedvalue boolreturn&false; @@ -67,6 +67,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 8.4.0 + + Return type changed from stringbool to stringtrue. + + + + + + + + &reftitle.examples;