Home
last modified time | relevance | path

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

/PHP-8.2/Zend/tests/match/
H A D038.phpt2 Test multiple default arms in match in different arms
/PHP-8.2/ext/zlib/tests/
H A Ddata.inc6 Or to take arms against a sea of troubles,
/PHP-8.2/Zend/
H A Dzend_compile.c5715 for (uint32_t i = 0; i < arms->children; i++) { in count_match_conds()
5716 zend_ast *arm_ast = arms->child[i]; in count_match_conds()
5729 for (uint32_t i = 0; i < arms->children; i++) { in can_match_use_jumptable()
5730 zend_ast *arm_ast = arms->child[i]; in can_match_use_jumptable()
5769 uint32_t num_conds = count_match_conds(arms); in zend_compile_match()
5775 for (uint32_t i = 0; i < arms->children; ++i) { in zend_compile_match()
5776 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()
5805 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()
5857 if (arms->children == 0) { in zend_compile_match()
5864 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()
[all …]
/PHP-8.2/ext/opcache/jit/
H A DREADME.md141 docker run -it php-src-arms-example make test TESTS="-d opcache.jit_buffer_size=16M -d opcache.enab…

Completed in 36 milliseconds