Home
last modified time | relevance | path

Searched refs:internal_attributes (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_attributes.c36 static HashTable internal_attributes; variable
422 zend_hash_update_ptr(&internal_attributes, lcname, internal_attr); in zend_mark_internal_attribute()
442 return zend_hash_find_ptr(&internal_attributes, lcname); in zend_internal_attribute_get()
449 zend_hash_init(&internal_attributes, 8, NULL, free_internal_attribute, 1); in zend_register_attribute_ce()
477 zend_hash_destroy(&internal_attributes); in zend_attributes_shutdown()

Completed in 8 milliseconds