Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_object_handlers.c46 #define IN_ISSET ZEND_GUARD_PROPERTY_ISSET macro
864 if (!((*guard) & IN_ISSET)) { in zend_std_read_property()
868 *guard |= IN_ISSET; in zend_std_read_property()
870 *guard &= ~IN_ISSET; in zend_std_read_property()
2275 if (!((*guard) & IN_ISSET)) { in zend_std_has_property()
2280 (*guard) |= IN_ISSET; /* prevent circular getting */ in zend_std_has_property()
2295 (*guard) &= ~IN_ISSET; in zend_std_has_property()

Completed in 16 milliseconds