Searched refs:IN_ISSET (Results 1 – 1 of 1) sorted by relevance
42 #define IN_ISSET (1<<3) macro613 if (!((*guard) & IN_ISSET)) { in zend_std_read_property()621 *guard |= IN_ISSET; in zend_std_read_property()623 *guard &= ~IN_ISSET; in zend_std_read_property()1587 if (!((*guard) & IN_ISSET)) { in zend_std_has_property()1597 (*guard) |= IN_ISSET; /* prevent circular getting */ in zend_std_has_property()1618 (*guard) &= ~IN_ISSET; in zend_std_has_property()
Completed in 10 milliseconds