Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_attributes.c35 static HashTable internal_attributes; variable
345 zend_hash_update_ptr(&internal_attributes, lcname, internal_attr); in zend_mark_internal_attribute()
365 return zend_hash_find_ptr(&internal_attributes, lcname); in zend_internal_attribute_get()
372 zend_hash_init(&internal_attributes, 8, NULL, free_internal_attribute, 1); in zend_register_attribute_ce()
398 zend_hash_destroy(&internal_attributes); in zend_attributes_shutdown()

Completed in 12 milliseconds