Searched refs:ast_is_refcounted (Results 1 – 1 of 1) sorted by relevance
705 bool ast_is_refcounted = !(GC_FLAGS(ast_ref) & GC_IMMUTABLE); in zval_update_constant_with_ctx() local706 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