Searched refs:arms (Results 1 – 4 of 4) sorted by relevance
2 Test multiple default arms in match in different arms
6 Or to take arms against a sea of troubles,
107 docker run -it php-src-arms-example make test TESTS="-d opcache.jit_buffer_size=16M -d opcache.enab…
6379 for (uint32_t i = 0; i < arms->children; i++) { in count_match_conds()6380 zend_ast *arm_ast = arms->child[i]; in count_match_conds()6393 for (uint32_t i = 0; i < arms->children; i++) { in can_match_use_jumptable()6394 zend_ast *arm_ast = arms->child[i]; in can_match_use_jumptable()6433 uint32_t num_conds = count_match_conds(arms); in zend_compile_match()6439 for (uint32_t i = 0; i < arms->children; ++i) { in zend_compile_match()6440 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()6469 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()6521 if (arms->children == 0) { in zend_compile_match()6528 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()[all …]
Completed in 40 milliseconds