Searched refs:catches (Results 1 – 7 of 7) sorted by relevance
3 functionality is working. It catches cases where explicit values such as 0x0a
49 * - CATCH_GET_CHILD which catches exceptions during
5070 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local5076 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()5080 if (catches->children == 0 && !finally_ast) { in zend_compile_try()5116 if (catches->children != 0) { in zend_compile_try()5120 for (i = 0; i < catches->children; ++i) { in zend_compile_try()5121 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()5126 zend_bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()5187 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
699 # GRR too general as it catches also FoxPro Memo example NG.FPT987 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)10952 # GRR: line above is too general as it catches also TrueType font,11001 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX17737 # GRR: line below too general as it catches also18017 # GRR: line above is too general as it catches also MS Windows CURsor18213 # GRR: line below is too general as it catches also Lotus 1-2-3 files21832 # GRR: this test is too general as it catches also23458 # GRR: line below too general as it catches also24456 # GRR this test is still too general as it catches example adressen.dbt[all …]
9522 An optimization catches some of the more simple cases such as
Completed in 138 milliseconds