Home
last modified time | relevance | path

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

/php-src/ext/zend_test/tests/
H A Dobserver_error_04.phpt15 // ext/soap catches a zend_bailout and then throws an exception
/php-src/Zend/
H A Dzend_compile.c6270 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local
6276 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()
6280 if (catches->children == 0 && !finally_ast) { in zend_compile_try()
6316 if (catches->children != 0) { in zend_compile_try()
6320 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
6321 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()
6326 bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()
6390 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1119 # GRR too general as it catches also FoxPro Memo example NG.FPT
1398 # 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 also
27840 # GRR: line above is too general as it catches also MS Windows CURsor
28040 # GRR: line below is too general as it catches also Lotus 1-2-3 files
33078 # GRR: line below too general as it catches also some Panorama database *.pan ,
34878 # GRR: this test is too general as it catches also
37079 # GRR: line below too general as it catches also
[all …]
H A Dmagic1119 # GRR too general as it catches also FoxPro Memo example NG.FPT
1398 # 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 also
27840 # GRR: line above is too general as it catches also MS Windows CURsor
28040 # GRR: line below is too general as it catches also Lotus 1-2-3 files
33078 # GRR: line below too general as it catches also some Panorama database *.pan ,
34878 # GRR: this test is too general as it catches also
37079 # GRR: line below too general as it catches also
[all …]

Completed in 205 milliseconds