diff --git a/functions/classobj.xml b/functions/classobj.xml
index d3aa079da0..ca72fd6676 100644
--- a/functions/classobj.xml
+++ b/functions/classobj.xml
@@ -270,7 +270,7 @@ call_user_method ("print_info", $cntry, "\t");
- See also call_user_func_array.
+ See also call_user_func_array,
call_user_func,
call_user_method_array.
diff --git a/functions/info.xml b/functions/info.xml
index d442ef8964..5ca9d1eaf2 100644
--- a/functions/info.xml
+++ b/functions/info.xml
@@ -1230,7 +1230,7 @@ Array
Description
- string zendversion
+ string zend_version
void
@@ -1238,7 +1238,7 @@ Array
Returns a string containing the version of the currently running
PHP parser.
- zendversion() example
+ zend_version example
// prints e.g. 'Zend engine version: 1.0.4'
echo "Zend engine version: ".zend_version();
diff --git a/functions/var.xml b/functions/var.xml
index f6cfddb8e1..5a57ff8800 100644
--- a/functions/var.xml
+++ b/functions/var.xml
@@ -146,7 +146,7 @@ if (!isset($var)) { // evaluates false
get_defined_vars
- Returns an array of all defined functions
+ Returns an array of all defined variables