RE: [PHP] How to call Calling Non-Existing function

2002-01-22 Thread Tim Ward
D]] Sent: 21 January 2002 11:22 To: [EMAIL PROTECTED] Cc: PHP Subject: Re: [PHP] How to call Calling Non-Existing function Not sure this is exactly what you need but try this: @Draw_Table() or default_func(); Valentin Petruchek (aki Z

Re: [PHP] How to call Calling Non-Existing function

2002-01-21 Thread S. Murali Krishna
etruchek (aki Zliy Pes) > http://zliypes.com.ua > mailto:[EMAIL PROTECTED] > - Original Message - > From: "S. Murali Krishna" <[EMAIL PROTECTED]> > To: "PHP List" <[EMAIL PROTECTED]> > Sent: Monday, January 21, 2002 1:17 PM > Subject: [PHP]

Re: [PHP] How to call Calling Non-Existing function

2002-01-21 Thread val petruchek
MAIL PROTECTED]> Sent: Monday, January 21, 2002 1:17 PM Subject: [PHP] How to call Calling Non-Existing function > > Hi PHP Experts, > > Is there any way to call a non-existent or undeclared function > and redirect the call to someother function by knowing its non-existense.

[PHP] How to call Calling Non-Existing function

2002-01-21 Thread S. Murali Krishna
Hi PHP Experts, Is there any way to call a non-existent or undeclared function and redirect the call to someother function by knowing its non-existense. Is there any try() and catch() idea or any configurations, or may be either error handler like thing. for example if