Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dzend_persist.c253 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes() function
404 op_array->attributes = zend_persist_attributes(op_array->attributes); in zend_persist_op_array_ex()
600 op_array->attributes = zend_persist_attributes(op_array->attributes); in zend_persist_op_array_ex()
739 prop->attributes = zend_persist_attributes(prop->attributes); in zend_persist_property_info()
782 c->attributes = zend_persist_attributes(c->attributes); in zend_persist_class_constant()
870 ce->attributes = zend_persist_attributes(ce->attributes); in zend_persist_class_entry()

Completed in 6 milliseconds