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…
6375 for (uint32_t i = 0; i < arms->children; i++) { in count_match_conds()6376 zend_ast *arm_ast = arms->child[i]; in count_match_conds()6389 for (uint32_t i = 0; i < arms->children; i++) { in can_match_use_jumptable()6390 zend_ast *arm_ast = arms->child[i]; in can_match_use_jumptable()6429 uint32_t num_conds = count_match_conds(arms); in zend_compile_match()6435 for (uint32_t i = 0; i < arms->children; ++i) { in zend_compile_match()6436 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()6465 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()6517 if (arms->children == 0) { in zend_compile_match()6524 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()[all …]
Completed in 47 milliseconds