Home
last modified time | relevance | path

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

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_func_info.h31 #define ZEND_FUNC_RECURSIVE (1<<7) macro
H A Dzend_call_graph.c235 func_info->flags |= ZEND_FUNC_RECURSIVE | ZEND_FUNC_RECURSIVE_DIRECTLY; in zend_analyze_recursion()
240 func_info->flags |= ZEND_FUNC_RECURSIVE | ZEND_FUNC_RECURSIVE_INDIRECTLY; in zend_analyze_recursion()
H A Dzend_dump.c909 if (func_flags & ZEND_FUNC_RECURSIVE) { in zend_dump_op_array()
H A Dzend_inference.c4382 if (!info->ssa.var_info || !(info->flags & ZEND_FUNC_RECURSIVE)) { in zend_inference_check_recursive_dependencies()

Completed in 24 milliseconds