section_properties 200 ext/standard/browscap.c HashTable *section_properties; section_properties 210 ext/standard/browscap.c section_properties = (HashTable *) pemalloc(sizeof(HashTable), persistent); section_properties 211 ext/standard/browscap.c zend_hash_init(section_properties, 0, NULL, section_properties 215 ext/standard/browscap.c Z_ARRVAL_P(bdata->current_section) = section_properties; section_properties 234 ext/standard/browscap.c zend_hash_update(section_properties, "browser_name_regex", sizeof("browser_name_regex"), (void *) &processed, sizeof(zval *), NULL); section_properties 235 ext/standard/browscap.c zend_hash_update(section_properties, "browser_name_pattern", sizeof("browser_name_pattern"), (void *) &unprocessed, sizeof(zval *), NULL);