Home
last modified time | relevance | path

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

/php-src/Zend/tests/match/
H A D038.phpt2 Test multiple default arms in match in different arms
/php-src/ext/zlib/tests/
H A Ddata.inc6 Or to take arms against a sea of troubles,
/php-src/ext/opcache/jit/
H A DREADME.md107 docker run -it php-src-arms-example make test TESTS="-d opcache.jit_buffer_size=16M -d opcache.enab…
/php-src/Zend/
H A Dzend_compile.c6041 for (uint32_t i = 0; i < arms->children; i++) { in count_match_conds()
6042 zend_ast *arm_ast = arms->child[i]; in count_match_conds()
6055 for (uint32_t i = 0; i < arms->children; i++) { in can_match_use_jumptable()
6056 zend_ast *arm_ast = arms->child[i]; in can_match_use_jumptable()
6095 uint32_t num_conds = count_match_conds(arms); in zend_compile_match()
6101 for (uint32_t i = 0; i < arms->children; ++i) { in zend_compile_match()
6102 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()
6131 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()
6183 if (arms->children == 0) { in zend_compile_match()
6190 zend_ast *arm_ast = arms->child[i]; in zend_compile_match()
[all …]

Completed in 32 milliseconds