Home
last modified time | relevance | path

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

/PHP-7.1/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt4 The test attempts to enable safe_mode, catches all the relevant E_WARNING's and tries to create a f…
/PHP-7.1/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.1/ext/spl/internal/
H A Drecursiveiteratoriterator.inc49 * - CATCH_GET_CHILD which catches exceptions during
/PHP-7.1/Zend/
H A Dzend_compile.c4719 zend_ast_list *catches = zend_ast_get_list(ast->child[1]); in zend_compile_try() local
4725 uint32_t *jmp_opnums = safe_emalloc(sizeof(uint32_t), catches->children, 0); in zend_compile_try()
4729 if (catches->children == 0 && !finally_ast) { in zend_compile_try()
4765 if (catches->children != 0) { in zend_compile_try()
4769 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
4770 zend_ast *catch_ast = catches->child[i]; in zend_compile_try()
4775 zend_bool is_last_catch = (i + 1 == catches->children); in zend_compile_try()
4836 for (i = 0; i < catches->children; ++i) { in zend_compile_try()
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic686 # GRR too general as it catches also FoxPro Memo example NG.FPT
974 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
1654 # GRR: this test is still too general as it catches also Gujin BOOT144.SYS (0xfa080000)
8945 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
10808 # GRR: this test is still too general as it catches also many FATs of DOS filesystems
11565 # GRR: original test was still too general as it catches xbase examples T5.DBT,T6.DBT with 0xa000000
16659 # GRR: line below too general as it catches also Windows precompiled setup information *.PNF
19462 # GRR: original 1 byte test at offset was too general as it catches also many FATs of DOS filesyste…
20732 # GRR this test is still too general as it catches example adressen.dbt
21151 # GRR: line below too general as it catches also PDP-11 UNIX/RT ldp
H A Dmagic私はガラスを食べられます686 # GRR too general as it catches also FoxPro Memo example NG.FPT
974 # GRR this test is still too general as it catches a BOM of UTF-16 files (0xFFFE)
1654 # GRR: this test is still too general as it catches also Gujin BOOT144.SYS (0xfa080000)
8945 # GRR: line below too general as it catches also Xbase index file t3-CHAR.NDX
10808 # GRR: this test is still too general as it catches also many FATs of DOS filesystems
11565 # GRR: original test was still too general as it catches xbase examples T5.DBT,T6.DBT with 0xa000000
16659 # GRR: line below too general as it catches also Windows precompiled setup information *.PNF
19462 # GRR: original 1 byte test at offset was too general as it catches also many FATs of DOS filesyste…
20732 # GRR this test is still too general as it catches example adressen.dbt
21151 # GRR: line below too general as it catches also PDP-11 UNIX/RT ldp
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt9475 An optimization catches some of the more simple cases such as

Completed in 115 milliseconds