diff --git a/reference/misc/functions/highlight-string.xml b/reference/misc/functions/highlight-string.xml index 61801beeca9c..58ec465fc574 100644 --- a/reference/misc/functions/highlight-string.xml +++ b/reference/misc/functions/highlight-string.xml @@ -9,7 +9,7 @@ &reftitle.description; - stringboolhighlight_string + stringtruehighlight_string stringstring boolreturn&false; @@ -48,8 +48,8 @@ &reftitle.returnvalues; If return is set to &true;, returns the highlighted - code as a string instead of printing it out. Otherwise, it will return - &true; on success, &false; on failure. + code as a string instead of printing it out. + Otherwise, it will return &true;. @@ -65,6 +65,12 @@ + + 8.4.0 + + Return type changed from stringbool to stringtrue. + + 8.3.0 diff --git a/reference/network/functions/long2ip.xml b/reference/network/functions/long2ip.xml index 9372dbf44ce5..3929df2244fd 100644 --- a/reference/network/functions/long2ip.xml +++ b/reference/network/functions/long2ip.xml @@ -38,7 +38,7 @@ &reftitle.returnvalues; - Returns the Internet IP address as a string, &return.falseforfailure;. + Returns the Internet IP address as a string. @@ -53,6 +53,12 @@ + + 8.4.0 + + Return type changed from stringfalse to string. + + 7.1.0 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;