Thank you!!
    And... how could I know which PHP file is being executed and which line
I'm on? Is there any simple way of getting it?

    Oriol


----- Original Message -----
From: "Derick Rethans" <[EMAIL PROTECTED]>
To: "Oriol" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 2:32 PM
Subject: Re: [PHP-DEV] Easy question


> Hi,
>
> On Thu, 19 Jun 2003, Oriol wrote:
>
> >     How can I know if a user function exists? Must I use
zend_hash_find()?
> > How?
>
> Yup, zend_hash_find on the function_table hash (check how
> function_exists (Zend/zend_builtin_functions.c) is implemented).
>
> regards,
> Derick
>
> --
> "Interpreting what the GPL actually means is a job best left to those
>                     that read the future by examining animal entrails."
> -------------------------------------------------------------------------
>  Derick Rethans                                 http://derickrethans.nl/
>  International PHP Magazine                          http://php-mag.net/
> -------------------------------------------------------------------------
>
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


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

Reply via email to