Searched defs:cases (Results 1 – 2 of 2) sorted by relevance
7 public static function cases(): array; function
6181 static uint8_t determine_switch_jumptable_type(zend_ast_list *cases) { in determine_switch_jumptable_type()6222 static bool should_use_jumptable(zend_ast_list *cases, uint8_t jumptable_type) { in should_use_jumptable()6240 zend_ast_list *cases = zend_ast_get_list(ast->child[1]); in zend_compile_switch() local
Completed in 33 milliseconds