RE: [PHP] OOP .. overload not working

2002-03-05 Thread S.Murali Krishna
->x = 56; $val = new stdclass; $val->prop = 555; $o->a = array($val); var_dump($o->a[0]->prop); ?> On Wed, 6 Mar 2002, Martin Towell wrote: > can you provide a code snippet so we can see what you're doing? > > -Original Message- > From: S.Mural

RE: [PHP] OOP .. overload not working

2002-03-05 Thread Martin Towell
can you provide a code snippet so we can see what you're doing? -Original Message- From: S.Murali Krishna [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 06, 2002 4:38 PM To: [EMAIL PROTECTED] Subject: [PHP] OOP .. overload not working Hi PHPzers Is php have to compile

[PHP] OOP .. overload not working

2002-03-05 Thread S.Murali Krishna
Hi PHPzers Is php have to compile with anything to get 'overload' function to work, bcoz its not working on mine, by saying 'undefined function'. In manual ,there is no restriction in using this. <[EMAIL PROTECTED]> --- We must u