static void browscap_entry_dtor(zval *pvalue)
{
if (Z_TYPE_P(pvalue) == IS_ARRAY) {
- TSRMLS_FETCH();
-
zend_hash_destroy(Z_ARRVAL_P(pvalue));
free(Z_ARRVAL_P(pvalue));
}
if (current_section && arg2) {
zval *new_property;
char *new_key;
- TSRMLS_FETCH();
new_property = (zval *) malloc(sizeof(zval));
INIT_PZVAL(new_property);
zval *processed;
zval *unprocessed;
HashTable *section_properties;
- TSRMLS_FETCH();
/*printf("'%s' (%d)\n",$1.value.str.val,$1.value.str.len+1);*/
current_section = (zval *) malloc(sizeof(zval));
regex_t r;
char *lookup_browser_name = va_arg(args, char *);
zval **found_browser_entry = va_arg(args, zval **);
- TSRMLS_FETCH();
if (*found_browser_entry) { /* already found */
return 0;