Searched refs:catches (Results 1 – 5 of 5) sorted by relevance
15 // ext/soap catches a zend_bailout and then throws an exception
6091 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local6097 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()6101 if (catches->children == 0 && !finally_ast) { in zend_compile_try()6137 if (catches->children != 0) { in zend_compile_try()6141 for (i = 0; i < catches->children; ++i) { in zend_compile_try()6142 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()6147 bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()6211 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
107 . The file() flags error check now catches all invalid flags. Notably
1119 # GRR too general as it catches also FoxPro Memo example NG.FPT1398 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)15238 # GRR: line above is too general as it catches also TrueType font,15289 # GRR: line above is too general as it catches also DEGAS low-res bitmap like:27299 # GRR: line below too general as it catches also27840 # GRR: line above is too general as it catches also MS Windows CURsor28040 # GRR: line below is too general as it catches also Lotus 1-2-3 files33078 # GRR: line below too general as it catches also some Panorama database *.pan ,34878 # GRR: this test is too general as it catches also37079 # GRR: line below too general as it catches also[all …]
Completed in 246 milliseconds