Home
last modified time | relevance | path

Searched refs:catches (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_compile.c4955 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local
4961 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()
4965 if (catches->children == 0 && !finally_ast) { in zend_compile_try()
5001 if (catches->children != 0) { in zend_compile_try()
5005 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
5006 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()
5011 zend_bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()
5075 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます819 # GRR too general as it catches also FoxPro Memo example NG.FPT
1107 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
12568 # GRR: line above is too general as it catches also TrueType font,
12617 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
20886 # GRR: line below too general as it catches also
21203 # GRR: line above is too general as it catches also MS Windows CURsor
21407 # GRR: line below is too general as it catches also Lotus 1-2-3 files
25379 # GRR: this test is too general as it catches also
27127 # GRR: line below too general as it catches also
28405 # GRR this test is still too general as it catches example adressen.dbt
[all …]
H A Dmagic819 # GRR too general as it catches also FoxPro Memo example NG.FPT
1107 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
12568 # GRR: line above is too general as it catches also TrueType font,
12617 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
20886 # GRR: line below too general as it catches also
21203 # GRR: line above is too general as it catches also MS Windows CURsor
21407 # GRR: line below is too general as it catches also Lotus 1-2-3 files
25379 # GRR: this test is too general as it catches also
27127 # GRR: line below too general as it catches also
28405 # GRR this test is still too general as it catches example adressen.dbt
[all …]

Completed in 155 milliseconds