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.c37 static HashTable internal_attributes; variable
469 zend_hash_update_ptr(&internal_attributes, lcname, internal_attr); in zend_mark_internal_attribute()
489 return zend_hash_find_ptr(&internal_attributes, lcname); in zend_internal_attribute_get()
496 zend_hash_init(&internal_attributes, 8, NULL, free_internal_attribute, 1); in zend_register_attribute_ce()
527 zend_hash_destroy(&internal_attributes); in zend_attributes_shutdown()

Completed in 6 milliseconds