From fe9225ea1f83a33e4f65f312bc711139abff91f0 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 12 Jul 2005 22:09:57 +0000 Subject: [PATCH] s/may no use/may not use/ #bug 33670 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190601 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/oop.xml b/language/oop.xml index e9d90304c0..8ca3cb593b 100644 --- a/language/oop.xml +++ b/language/oop.xml @@ -1,5 +1,5 @@ - + Classes and Objects (PHP 4) @@ -565,7 +565,7 @@ $b->example(); There are class functions, but there are no class variables. In fact, there is no object at all at the time of the call. Thus, a class function may not use any object variables (but - it can use local and global variables), and it may no use + it can use local and global variables), and it may not use $this at all.