Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_types.h641 #define ZEND_GUARD_RECURSION_TYPE(t) ZEND_GUARD_RECURSION_ ## t macro
643 #define ZEND_GUARD_IS_RECURSIVE(pg, t) ((*pg & ZEND_GUARD_RECURSION_TYPE(t)) != 0)
644 #define ZEND_GUARD_PROTECT_RECURSION(pg, t) *pg |= ZEND_GUARD_RECURSION_TYPE(t)
645 #define ZEND_GUARD_UNPROTECT_RECURSION(pg, t) *pg &= ~ZEND_GUARD_RECURSION_TYPE(t)

Completed in 15 milliseconds