Searched refs:catches (Results 1 – 4 of 4) sorted by relevance
49 * - CATCH_GET_CHILD which catches exceptions during
5124 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local5130 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()5134 if (catches->children == 0 && !finally_ast) { in zend_compile_try()5170 if (catches->children != 0) { in zend_compile_try()5174 for (i = 0; i < catches->children; ++i) { in zend_compile_try()5175 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()5180 zend_bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()5244 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
765 # GRR too general as it catches also FoxPro Memo example NG.FPT1053 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)11617 # GRR: line above is too general as it catches also TrueType font,11666 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX19177 # GRR: line below too general as it catches also19458 # GRR: line above is too general as it catches also MS Windows CURsor19660 # GRR: line below is too general as it catches also Lotus 1-2-3 files23664 # GRR: this test is too general as it catches also25326 # GRR: line below too general as it catches also26417 # GRR this test is still too general as it catches example adressen.dbt[all …]
Completed in 167 milliseconds