Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_execute_API.c705 bool ast_is_refcounted = !(GC_FLAGS(ast_ref) & GC_IMMUTABLE); in zval_update_constant_with_ctx() local
706 if (ast_is_refcounted) { in zval_update_constant_with_ctx()
710 if (ast_is_refcounted && !GC_DELREF(ast_ref)) { in zval_update_constant_with_ctx()

Completed in 12 milliseconds