Searched refs:catches (Results 1 – 7 of 7) sorted by relevance
2 Pdo\Pgsql::setNoticeCallback catches Postgres "raise notice".
15 // ext/soap catches a zend_bailout and then throws an exception
6608 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local6614 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()6618 if (catches->children == 0 && !finally_ast) { in zend_compile_try()6654 if (catches->children != 0) { in zend_compile_try()6658 for (i = 0; i < catches->children; ++i) { in zend_compile_try()6659 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()6664 bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()6728 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
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 234 milliseconds