php-developer-list | 2000101
Date: 10/10/00
- Next message: Dhr. CaPS Cappert: "Re: [PHP-DEV] PHP 4.0 Bug #7113: count and pointers"
- Previous message: Wico de Leeuw: "Re: [PHP-DEV] PHP 4.0 Bug #7113: count and pointers"
- Next in thread: Dhr. CaPS Cappert: "Re: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Reply: Dhr. CaPS Cappert: "Re: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Maybe reply: Marc Boeren: "RE: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Reply: Thies C. Arntzen: "Re: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I createt a extension for PHP which contains a few functions, implemented as
ZEND_FUNCTION(test) {
zend_printf("Hello World");
}
>From another function I'd like to call this function:
ZEND_FUNCTION(test2) {
// call test()
}
How do I call functions which are implemeted in my extension ?
Thanks
Andre
-- 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: Dhr. CaPS Cappert: "Re: [PHP-DEV] PHP 4.0 Bug #7113: count and pointers"
- Previous message: Wico de Leeuw: "Re: [PHP-DEV] PHP 4.0 Bug #7113: count and pointers"
- Next in thread: Dhr. CaPS Cappert: "Re: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Reply: Dhr. CaPS Cappert: "Re: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Maybe reply: Marc Boeren: "RE: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Reply: Thies C. Arntzen: "Re: [PHP-DEV] Call ZEND_FUNCTION in Zend_API"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

