Searched refs:ZEND_GUARD_IS_RECURSIVE (Results 1 – 2 of 2) sorted by relevance
592 if (ZEND_GUARD_IS_RECURSIVE(guard, JSON)) { in php_json_encode_serializable_object()
645 #define ZEND_GUARD_IS_RECURSIVE(pg, t) ((*pg & ZEND_GUARD_RECURSION_TYPE(t)) != 0) macro892 (pg ? ZEND_GUARD_IS_RECURSIVE(pg, t) : GC_IS_RECURSIVE(zobj))
Completed in 18 milliseconds