mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
aa0244ff05
commit
fe9225ea1f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.62 $ -->
|
||||
<!-- $Revision: 1.63 $ -->
|
||||
<chapter id="language.oop">
|
||||
<title>Classes and Objects (PHP 4)</title>
|
||||
|
||||
|
@ -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
|
||||
<varname>$this</varname> at all.
|
||||
</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue