[PHP-DEV] calling php__LINE__ & php__FILE__ in a (zif) function

2003-01-20 Thread Johannes G. Arlt
Hi all, For a (extension)-function (zif), is there a way to get __LINE__ and __FILE__ from the current php-script. I neet the php__LINE__ and php__FILE__ in my own ext.-function form where the function is calling. -- thanks Johannes G. Arlt [EMAIL PROTECTED] -- PHP Development Mailing List

Re: [PHP-DEV] Re: how build komplex array

2003-01-13 Thread Johannes G. Arlt
zend_hash_add(Z_ARRVAL_P(return_value),pkeyP , strlen(pkeyP)+1 , &field_array, sizeof(zval *), NULL); } } mysql_free_result(s_mysql_res); mysql_close(&s_mysql); zend_hash_add(Z_ARRVAL_P(return_value),"text" , strlen("text")+

[PHP-DEV] how build komplex array

2003-01-10 Thread Johannes G. Arlt
rn_value),key , strlen(key)+1 , \ &felder_array, sizeof(zval *), NULL); } Thanks Johannes G. Arlt [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php