Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_compile.c4803 static zend_bool should_use_jumptable(zend_ast_list *cases, zend_uchar jumptable_type) { in should_use_jumptable() function
4840 if (jumptable_type != IS_UNDEF && should_use_jumptable(cases, jumptable_type)) { in zend_compile_switch()

Completed in 25 milliseconds