Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_execute_API.c719 bool ast_is_refcounted = !(GC_FLAGS(ast_ref) & GC_IMMUTABLE); in zval_update_constant_with_ctx() local
720 if (ast_is_refcounted) { in zval_update_constant_with_ctx()
724 if (ast_is_refcounted && !GC_DELREF(ast_ref)) { in zval_update_constant_with_ctx()

Completed in 54 milliseconds