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.c6375 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