Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_attributes.h34 #define ZEND_ATTRIBUTE_PERSISTENT (1<<0) macro
88 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in END_EXTERN_C()
94 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_function_attribute()
100 uint32_t flags = func->common.type != ZEND_USER_FUNCTION ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_parameter_attribute()
106 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_property_attribute()
112 uint32_t flags = ce->type != ZEND_USER_CLASS ? ZEND_ATTRIBUTE_PERSISTENT : 0; in zend_add_class_constant_attribute()
H A Dzend_attributes.c190 bool persistent = attr->flags & ZEND_ATTRIBUTE_PERSISTENT; in attr_free()
211 bool persistent = flags & ZEND_ATTRIBUTE_PERSISTENT; in zend_add_attribute()

Completed in 6 milliseconds