stranno, dovrebbe comunque funzionare datto che ZEND_CHANGES.txt ha quasi
un anno mentre il tuo CVS checkout e, credo, sia un sacco piu fresco.
Sicuro che non funzioni?

---
Maxim Maletsky
[EMAIL PROTECTED]


On 02 Feb 2003 21:56:08 +0100 michel 'ziobudda' morelli <[EMAIL PROTECTED]> wrote:

> Il dom, 2003-02-02 alle 21:31, Maxim Maletsky ha scritto:
> > da http://www.php.net/ZEND_CHANGES.txt
> > 
> > 
> >             <?php
> >             class FooClass {
> >                 function foo() {
> >                     $this->bar();
> >                     bar();
> >                 }
> > 
> >                 function bar() {
> >                     print "foobar\n";
> >                 }
> >             }
> > 
> >             $obj = new FooClass;
> >             $obj->foo();
> >             ?>
> > 
> > 
> 
> Ok, this not works. My cvs is old, very old. Tnx anyway.
> 
> 
> -- 
> michel 'ziobudda' morelli <[EMAIL PROTECTED]>
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to