Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_persist.c274 static HashTable *zend_persist_attributes(HashTable *attributes) in zend_persist_attributes() function
649 op_array->attributes = zend_persist_attributes(op_array->attributes); in zend_persist_op_array_ex()
801 prop->attributes = zend_persist_attributes(prop->attributes); in zend_persist_property_info()
843 c->attributes = zend_persist_attributes(c->attributes); in zend_persist_class_constant()
999 ce->attributes = zend_persist_attributes(ce->attributes); in zend_persist_class_entry()

Completed in 20 milliseconds