From bdbcf5b50eadc9aea7ac44be222d2fce27becc44 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Fri, 4 Aug 2000 16:54:18 +0000 Subject: [PATCH] Fixed the typos mentioned by Hotsji git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29604 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/classobj.xml | 2 +- functions/info.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/classobj.xml b/functions/classobj.xml index 3fbba5abcf..a41c45c3f9 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -11,7 +11,7 @@ These functions allow you to obtain information about classes and instance objects. You can obtain the name of the class to which a object belongs, as well as its member properties and - methods. Using this functions, you can find out not only the + methods. Using these functions, you can find out not only the class membership of an object, but also its parentage (i.e. what class is the object class extending). diff --git a/functions/info.xml b/functions/info.xml index 52bb6ffe19..fc313a0e84 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -802,7 +802,7 @@ Array get_extension_funcs - Returns an array with the names of the function of a module + Returns an array with the names of the functions of a module @@ -874,6 +874,7 @@ print_r(get_required_files()); echo "Included_once files\n"; print_r(get_included_files()); +?> will generate the following output: