Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_object_handlers.c42 #define IN_ISSET ZEND_GUARD_PROPERTY_ISSET macro
694 if (!((*guard) & IN_ISSET)) { in zend_std_read_property()
701 *guard |= IN_ISSET; in zend_std_read_property()
703 *guard &= ~IN_ISSET; in zend_std_read_property()
1886 if (!((*guard) & IN_ISSET)) { in zend_std_has_property()
1894 (*guard) |= IN_ISSET; /* prevent circular getting */ in zend_std_has_property()
1909 (*guard) &= ~IN_ISSET; in zend_std_has_property()

Completed in 11 milliseconds