Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_execute_API.c692 bool ast_is_refcounted = !(GC_FLAGS(ast_ref) & GC_IMMUTABLE); in zval_update_constant_ex() local
693 if (ast_is_refcounted) { in zval_update_constant_ex()
697 if (ast_is_refcounted && !GC_DELREF(ast_ref)) { in zval_update_constant_ex()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c3077 bool ast_is_refcounted = !(GC_FLAGS(ast_ref) & GC_IMMUTABLE); in zval_jit_update_constant_ex() local
3078 if (ast_is_refcounted) { in zval_jit_update_constant_ex()
3082 if (ast_is_refcounted && !GC_DELREF(ast_ref)) { in zval_jit_update_constant_ex()

Completed in 44 milliseconds