Home
last modified time | relevance | path

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

/PHP-8.0/ext/zend_test/tests/
H A Dobserver_error_04.phpt14 // ext/soap catches a zend_bailout and then throws an exception
/PHP-8.0/Zend/
H A Dzend_compile.c5685 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local
5691 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()
5695 if (catches->children == 0 && !finally_ast) { in zend_compile_try()
5731 if (catches->children != 0) { in zend_compile_try()
5735 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
5736 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()
5741 zend_bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()
5805 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます829 # GRR too general as it catches also FoxPro Memo example NG.FPT
1108 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
13259 # GRR: line above is too general as it catches also TrueType font,
13308 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
22574 # GRR: line below too general as it catches also
22951 # GRR: line above is too general as it catches also MS Windows CURsor
23151 # GRR: line below is too general as it catches also Lotus 1-2-3 files
26883 # GRR: line below too general as it catches also some Panorama database *.pan ,
28180 # GRR: this test is too general as it catches also
30033 # GRR: line below too general as it catches also
[all …]
H A Dmagic829 # GRR too general as it catches also FoxPro Memo example NG.FPT
1108 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
13259 # GRR: line above is too general as it catches also TrueType font,
13308 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
22574 # GRR: line below too general as it catches also
22951 # GRR: line above is too general as it catches also MS Windows CURsor
23151 # GRR: line below is too general as it catches also Lotus 1-2-3 files
26883 # GRR: line below too general as it catches also some Panorama database *.pan ,
28180 # GRR: this test is too general as it catches also
30033 # GRR: line below too general as it catches also
[all …]

Completed in 266 milliseconds