Searched refs:IN_ISSET (Results 1 – 1 of 1) sorted by relevance
46 #define IN_ISSET ZEND_GUARD_PROPERTY_ISSET macro864 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 53 milliseconds