diff --git a/reference/misc/functions/get-browser.xml b/reference/misc/functions/get-browser.xml
index 3991f25045..5f481886cb 100644
--- a/reference/misc/functions/get-browser.xml
+++ b/reference/misc/functions/get-browser.xml
@@ -9,8 +9,8 @@
&reftitle.description;
- mixedget_browser
- stringuser_agent
+ objectarrayfalseget_browser
+ stringnulluser_agent&null;boolreturn_array&false;
@@ -65,6 +65,11 @@
cookies are accepted is to set one with setcookie,
reload, and check for the value.
+
+ Returns &false; when no information can be retrieved, such as when the
+ browscap configuration setting in
+ &php.ini; has not been set.
+
diff --git a/reference/misc/functions/highlight-file.xml b/reference/misc/functions/highlight-file.xml
index 8f843c9b85..0cc1bbbaf4 100644
--- a/reference/misc/functions/highlight-file.xml
+++ b/reference/misc/functions/highlight-file.xml
@@ -9,7 +9,7 @@
&reftitle.description;
- mixedhighlight_file
+ stringboolhighlight_filestringfilenameboolreturn&false;
diff --git a/reference/misc/functions/highlight-string.xml b/reference/misc/functions/highlight-string.xml
index 62ba359c4b..3c1e4fe107 100644
--- a/reference/misc/functions/highlight-string.xml
+++ b/reference/misc/functions/highlight-string.xml
@@ -9,8 +9,8 @@
&reftitle.description;
- mixedhighlight_string
- stringstr
+ stringboolhighlight_string
+ stringstringboolreturn&false;
@@ -24,7 +24,7 @@
- str
+ string
The PHP code to be highlighted. This should include the opening tag.