Searched refs:ZEND_ATTRIBUTE_FLAGS (Results 1 – 2 of 2) sorted by relevance
/PHP-8.0/Zend/ | ||
H A D | zend_attributes.h | 31 #define ZEND_ATTRIBUTE_FLAGS ((1<<7) - 1) macro |
H A D | zend_attributes.c | 50 if (Z_LVAL(flags) & ~ZEND_ATTRIBUTE_FLAGS) { in validate_attribute() |
Completed in 8 milliseconds