Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/testdata/
H A DtestinputEBC3 functionality is working. It catches cases where explicit values such as 0x0a
H A DtestoutputEBC3 functionality is working. It catches cases where explicit values such as 0x0a
/PHP-7.2/ext/spl/internal/
H A Drecursiveiteratoriterator.inc49 * - CATCH_GET_CHILD which catches exceptions during
/PHP-7.2/Zend/
H A Dzend_compile.c5070 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local
5076 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()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic699 # GRR too general as it catches also FoxPro Memo example NG.FPT
987 # 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.NDX
17737 # GRR: line below too general as it catches also
18017 # GRR: line above is too general as it catches also MS Windows CURsor
18213 # GRR: line below is too general as it catches also Lotus 1-2-3 files
21832 # GRR: this test is too general as it catches also
23458 # GRR: line below too general as it catches also
24456 # GRR this test is still too general as it catches example adressen.dbt
[all …]
H A Dmagic私はガラスを食べられます699 # GRR too general as it catches also FoxPro Memo example NG.FPT
987 # 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.NDX
17737 # GRR: line below too general as it catches also
18017 # GRR: line above is too general as it catches also MS Windows CURsor
18213 # GRR: line below is too general as it catches also Lotus 1-2-3 files
21832 # GRR: this test is too general as it catches also
23458 # GRR: line below too general as it catches also
24456 # GRR this test is still too general as it catches example adressen.dbt
[all …]
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt9522 An optimization catches some of the more simple cases such as

Completed in 542 milliseconds