Home
last modified time | relevance | path

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

/PHP-8.3/ext/json/
H A Djson_encoder.c541 if (ZEND_GUARD_IS_RECURSIVE(guard, JSON)) { in php_json_encode_serializable_object()
/PHP-8.3/Zend/
H A Dzend_types.h643 #define ZEND_GUARD_IS_RECURSIVE(pg, t) ((*pg & ZEND_GUARD_RECURSION_TYPE(t)) != 0) macro
888 (pg ? ZEND_GUARD_IS_RECURSIVE(pg, t) : GC_IS_RECURSIVE(zobj))

Completed in 19 milliseconds