Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_object_handlers.c42 #define IN_ISSET (1<<3) macro
728 if (!((*guard) & IN_ISSET)) { in zend_std_read_property()
735 *guard |= IN_ISSET; in zend_std_read_property()
737 *guard &= ~IN_ISSET; in zend_std_read_property()
1765 if (!((*guard) & IN_ISSET)) { in zend_std_has_property()
1773 (*guard) |= IN_ISSET; /* prevent circular getting */ in zend_std_has_property()
1788 (*guard) &= ~IN_ISSET; in zend_std_has_property()

Completed in 21 milliseconds