Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/internal/
H A Drecursiveiteratoriterator.inc49 * - CATCH_GET_CHILD which catches exceptions during
/PHP-7.3/Zend/
H A Dzend_compile.c5124 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local
5130 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()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic765 # GRR too general as it catches also FoxPro Memo example NG.FPT
1053 # 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.NDX
19177 # GRR: line below too general as it catches also
19458 # GRR: line above is too general as it catches also MS Windows CURsor
19660 # GRR: line below is too general as it catches also Lotus 1-2-3 files
23664 # GRR: this test is too general as it catches also
25326 # GRR: line below too general as it catches also
26417 # GRR this test is still too general as it catches example adressen.dbt
[all …]
H A Dmagic私はガラスを食べられます765 # GRR too general as it catches also FoxPro Memo example NG.FPT
1053 # 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.NDX
19177 # GRR: line below too general as it catches also
19458 # GRR: line above is too general as it catches also MS Windows CURsor
19660 # GRR: line below is too general as it catches also Lotus 1-2-3 files
23664 # GRR: this test is too general as it catches also
25326 # GRR: line below too general as it catches also
26417 # GRR this test is still too general as it catches example adressen.dbt
[all …]

Completed in 167 milliseconds