Re: [PHP-DEV] AUTOLOAD in PHP

2002-03-23 Thread S.Murali Krishna
Hi Thanks for you to point me such coding style. I had looked in to unserialize() callback mechanism, you know, it is now disabled in 4.1.2 (look at ext/standard/incomplete_class.c ) In manual also there is nothing about callback function and all, anyway the link you showed me h

Re: [PHP-DEV] AUTOLOAD in PHP

2002-03-22 Thread Hartmut Holzgraefe
S.Murali Krishna wrote: > Hi, > As I told in my Previous Post that I have added a feauture in PHP > which is similar to AUTOLOAD feauture in Perl Modules. > > I had sent a unified diff output along with this. > > According to that if a user tried to call a undefined func

Re: [PHP-DEV] AUTOLOAD in PHP

2002-03-21 Thread S.Murali Krishna
Hi Chris I Intially thought about passing function name as first argument only, but I don't know whether I done it correctly or not, Its not recognizing the argument that I pushed in to argument stack. If you help me in how to do this, it would be really helpful to me. After

[PHP-DEV] AUTOLOAD in PHP

2002-03-21 Thread S.Murali Krishna
Hi, As I told in my Previous Post that I have added a feauture in PHP which is similar to AUTOLOAD feauture in Perl Modules. I had sent a unified diff output along with this. According to that if a user tried to call a undefined function, PHP Zend Engine would s