Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 61) sorted by last modified time

123

/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar358 * Autoloader using a map file (gtClassMap.php)
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1151 -aam application/x-authorware-map
1328 /* Yep. Just return the existing map */
/PHP-5.5/sapi/aolserver/
H A DREADME47 The 'map' command will cause AOLserver to pass all requests to *.php to
50 ns_param map *.php
/PHP-5.5/ext/xml/
H A Dxml.mak33 MAP_FILE = $(FINAL_DIR)\$(MODULE_NAME).map
167 -@del "$(FINAL_DIR)\$(MODULE_NAME).map"
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt652 ↦ U+021A6
H A Dget_html_translation_table_basic5.phpt1030 [↦] => ↦
/PHP-5.5/ext/standard/tests/array/
H A Dbug35821.phpt26 Warning: array_map(): An error occurred while invoking the map callback in %s on line %d
H A Darray_map_001.phpt21 Warning: array_map(): An error occurred while invoking the map callback in %s on line %d
/PHP-5.5/ext/standard/
H A Dpack.c96 *output++ = v[map[i]]; in php_pack()
401 map = big_endian_short_map; in PHP_FUNCTION()
403 map = little_endian_short_map; in PHP_FUNCTION()
425 int *map = machine_endian_long_map; in PHP_FUNCTION() local
428 map = big_endian_long_map; in PHP_FUNCTION()
430 map = little_endian_long_map; in PHP_FUNCTION()
508 cresult[map[i]] = *data++; in php_unpack()
812 map = big_endian_short_map; in PHP_FUNCTION()
814 map = little_endian_short_map; in PHP_FUNCTION()
848 map = big_endian_long_map; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/html_tables/
H A Dents_html5.txt1342 map 021A6
H A Dhtml_table_gen.php187 $map = array(); variable
191 $map[] = array($matches[1], $matches[2]);
195 foreach ($map as $v) { $mappy[hexdec($v[0])] = hexdec($v[1]); }
330 $map = array(); variable
334 $map[] = array($matches[1], $matches[2], rtrim($matches[3]));
338 foreach ($map as $v) {
/PHP-5.5/ext/soap/
H A Dsoap.c1071 new_enc->details.map = emalloc(sizeof(soapMapping)); in soap_create_typemap()
1072 memset(new_enc->details.map, 0, sizeof(soapMapping)); in soap_create_typemap()
1075 new_enc->details.map->to_xml = to_xml; in soap_create_typemap()
1077 } else if (enc->details.map && enc->details.map->to_xml) { in soap_create_typemap()
1078 zval_add_ref(&enc->details.map->to_xml); in soap_create_typemap()
1079 new_enc->details.map->to_xml = enc->details.map->to_xml; in soap_create_typemap()
1083 new_enc->details.map->to_zval = to_zval; in soap_create_typemap()
1085 } else if (enc->details.map && enc->details.map->to_zval) { in soap_create_typemap()
1086 zval_add_ref(&enc->details.map->to_zval); in soap_create_typemap()
1087 new_enc->details.map->to_zval = enc->details.map->to_zval; in soap_create_typemap()
H A Dphp_encoding.h181 soapMappingPtr map; member
H A DTODO3 - make sure soapserver.map(), soap_encode_to_xml() and soap_encode_to_zval() are really need
H A Dphp_encoding.c632 if (type && type->map && type->map->to_xml) { in to_xml_user()
662 if (type && type->map && type->map->to_zval) { in to_zval_user()
3753 soapMappingPtr map = (soapMappingPtr)data; in delete_mapping() local
3755 if (map->to_xml) { in delete_mapping()
3756 zval_ptr_dtor(&map->to_xml); in delete_mapping()
3758 if (map->to_zval) { in delete_mapping()
3759 zval_ptr_dtor(&map->to_zval); in delete_mapping()
3761 efree(map); in delete_mapping()
3773 if (t->details.map) { in delete_encoder()
3774 delete_mapping(t->details.map); in delete_encoder()
[all …]
/PHP-5.5/ext/soap/tests/
H A Dbug48557.phpt11 function test($map) {
12 var_dump($map, $map[1], $map[2]);die;
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak165 -@del "$(FINAL_DIR)\$(MODULE_NAME).map"
/PHP-5.5/ext/pdo_odbc/tests/
H A Dlong_columns.phpt35 …ll have to open MS Access, create a database, then load that file in this Window to map it to a DSN
/PHP-5.5/ext/pdo/tests/
H A Dpdo_018.phpt132 // For Oracle map NULL to empty string so the test doesn't diff
/PHP-5.5/ext/pdo/
H A DTODO29 transparently map BLOBs and CLOBs as PDO_PARAM_LOB.
H A Dpdo_sql_parser.re341 /* map number to name */
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_study.c1341 pcre_uint8 *map; in set_start_bits() local
1343 map = NULL; in set_start_bits()
1347 map = (pcre_uint8 *)(tcode + 1 + LINK_SIZE + 1); in set_start_bits()
1354 map = (pcre_uint8 *)tcode; in set_start_bits()
1365 if (map != NULL) in set_start_bits()
1371 for (c = 0; c < 16; c++) start_bits[c] |= map[c]; in set_start_bits()
1374 if ((map[c/8] && (1 << (c&7))) != 0) in set_start_bits()
1386 for (c = 0; c < 32; c++) start_bits[c] |= map[c]; in set_start_bits()
H A DHACKING325 8-word) bit map containing a 1 bit for every character that is acceptable. The
334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
339 this is a negative class, and XCL_MAP indicates that a bit map is present.
340 There follows the bit map, if XCL_MAP is set, and then a sequence of items
350 than 256, an XCL_RANGE item is used, without setting any bits in the bit map.
351 This means that if no other items in the class set bits in the map, a map is
H A DChangeLog420 unit bit map for the list of possible characters. Now it does. This is an
2011 13. pcre_study() now recognizes \h, \v, and \R when constructing a bit map of
3892 a character class. The bit map for "word" characters is now created
4945 a name/number map. There are three relevant calls:
4947 PCRE_INFO_NAMEENTRYSIZE yields the size of each entry in the map
4949 PCRE_INFO_NAMETABLE yields a pointer to the map.
4951 The map is a vector of fixed-size entries. The size of each entry depends on
5122 a bit map, and the map is inverted for negative classes. Previously, a
5753 initializing a 32-byte map regardless, which could cause it to run off the end
5771 2. Optimized negated single characters not to use a bit map.
[all …]
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2907 the conversion, you need to use the name-to-number map, which is
2910 The map consists of a number of fixed-size entries. PCRE_INFO_NAMECOUNT
2952 name-to-number map, remember that the length of the entries is likely
4647 distinguish which parentheses matched, because both names map to cap-

Completed in 107 milliseconds

123