Date: 09/03/01
- Next message: hholzgra <email protected>: "[PHP-DEV] Bug #13111 Updated: compare two string via =="
- Previous message: hugo <email protected>: "[PHP-DEV] Bug #13112: problems writing files when PHP is run from command line"
- Next in thread: Wez Furlong: "Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)"
- Reply: Wez Furlong: "Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
object.ptr is supposed to point to the object you are calling. It would be
something like object.ptr->obj.ce->name. Anyway I think that's pretty much
it without checking the code.
Andi
At 03:20 PM 9/3/2001 +0100, Wez Furlong wrote:
>OK,
>
>I found op_array->function_name but had discarded it because copying
>it was causing segfaults (I don't know why).
>So, I sprintf it into a stack buffer and then dup that (all using malloc).
>
>Now, the question is, how do I get the class name for a method call?
>
>--Wez.
>
>On 03/09/01, "Wez Furlong" <wez <email protected>> wrote:
> > In a Zend extension in the fcall_begin_handler_func_t, is it
> > possible to get the name of the function being called?
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: hholzgra <email protected>: "[PHP-DEV] Bug #13111 Updated: compare two string via =="
- Previous message: hugo <email protected>: "[PHP-DEV] Bug #13112: problems writing files when PHP is run from command line"
- Next in thread: Wez Furlong: "Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)"
- Reply: Wez Furlong: "Re: [PHP-DEV] fcall_begin_handler_func_t (Zend extensions)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

