Home
last modified time | relevance | path

Searched refs:map (Results 76 – 100 of 121) sorted by relevance

12345

/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt36 …ll have to open MS Access, create a database, then load that file in this Window to map it to a DSN
/php-src/ext/fileinfo/libmagic/
H A Dfile.h417 void *map; /* internal resources used by entry */ member
/php-src/ext/mbstring/tests/
H A Dhz_encoding.phpt101 // Although they do not appear in the Unicode -> GB2312 map, ASCII characters *are*
H A Diso2022jp_ms_encoding.phpt47 /* Windows-932 has many cases where two different kuten codes map to the same
/php-src/ext/opcache/jit/
H A Dzend_jit.c132 if (ssa->cfg.blocks[ssa->cfg.map[use]].loop_header > 0 in zend_ssa_is_last_use()
133 || (ssa->cfg.blocks[ssa->cfg.map[use]].flags & ZEND_BB_LOOP_HEADER)) { in zend_ssa_is_last_use()
134 int b = ssa->cfg.map[use]; in zend_ssa_is_last_use()
139 def_block =ssa->cfg.map[ssa->vars[var].definition]; in zend_ssa_is_last_use()
150 if (b != ssa->cfg.map[prev_use] in zend_ssa_is_last_use()
151 && dominates(ssa->cfg.blocks, b, ssa->cfg.map[prev_use]) in zend_ssa_is_last_use()
1304 ssa->cfg.blocks[ssa->cfg.map[rt_opline - op_array->opcodes]].flags |= ZEND_BB_ENTRY; in zend_jit()
/php-src/Zend/Optimizer/
H A Dssa_integrity.c375 if (cfg->map[j] != i) { in ssa_verify_integrity()
H A Dsccp.c1926 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, Z_LVAL_P(jmp_zv))]; in sccp_mark_feasible_successors()
1928 target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in sccp_mark_feasible_successors()
1935 int target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in sccp_mark_feasible_successors()
/php-src/ext/mbstring/tests/data/
H A D8859-6.txt16 # ISO/IEC 8859-6:1999 characters map into Unicode.
H A D8859-8.txt16 # ISO/IEC 8859-8:1999 characters map into Unicode.
H A D8859-11.txt16 # ISO/IEC 8859-11:2001 characters map into Unicode.
H A D8859-1.txt16 # ISO/IEC 8859-1:1998 characters map into Unicode.
H A D8859-13.txt16 # ISO/IEC 8859-13:1998 characters map into Unicode.
H A D8859-15.txt17 # ISO/IEC 8859-15:1999 characters map into Unicode.
H A D8859-3.txt16 # ISO/IEC 8859-3:1999 characters map into Unicode.
H A D8859-5.txt16 # ISO/IEC 8859-5:1999 characters map into Unicode.
H A D8859-7.txt16 # ISO 8859-7:2003 characters map into Unicode.
H A D8859-9.txt16 # ISO/IEC 8859-9:1999 characters map into Unicode.
H A D8859-10.txt16 # ISO/IEC 8859-10:1998 characters map into Unicode.
H A D8859-14.txt17 # ISO/IEC 8859-14:1998 characters map into Unicode.
/php-src/ext/pdo/
H A Dpdo_sql_parser.re386 /* map number to name */
/php-src/
H A DUPGRADING56 the $map is only composed of integers, if not a ValueError is thrown.
301 . Added support for clark notation for namespaces in class map.
302 It is now possible to specify entries in a class map with clark notation
H A DNEWS243 . Add support for clark notation for namespaces in class map. (lxShaDoWxl)
/php-src/docs/source/core/data-structures/
H A Dzval.rst191 represents the class table, which is a hash map of class names to the corresponding
/php-src/ext/standard/html_tables/mappings/
H A D8859-5.TXT28 # ISO/IEC 8859-5:1999 characters map into Unicode.
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt5 $map = array(
1347 "↦",
2133 foreach ($map as $str) {
3481 ↦ => ↦ e286a6

Completed in 61 milliseconds

12345