Home
last modified time | relevance | path

Searched refs:index (Results 176 – 200 of 518) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/strings/
H A Djoin_variation3.phpt43 for($index = 0; $index < count($pieces_arrays); $index ++) {
45 var_dump( join($glue, $pieces_arrays[$index]) );
H A Dstrrchr_variation1.phpt71 for($index=0; $index<count($needle); $index++) {
73 var_dump( strrchr($haystack, $needle[$index]) );
H A Dstrtr_variation8.phpt61 for($index = 0; $index < count($replace_pairs_arr); $index++) {
63 $replace_pairs = $replace_pairs_arr[$index];
/php-src/ext/standard/tests/array/
H A Darray_column_scalar_index_strict_types.phpt26 echo "\n-- Testing array_column() index key parameter should be a string or an integer (testing boo…
38 echo "\n-- Testing array_column() index key parameter should be a string or integer (testing array)…
56 -- Testing array_column() index key parameter should be a string or an integer (testing bool) --
60 -- Testing array_column() index key parameter should be a string or integer (testing array) --
/php-src/Zend/
H A Dzend_list.c36 zend_long index = zend_hash_next_free_element(&EG(regular_list)); in zend_list_insert() local
37 if (index == 0) { in zend_list_insert()
38 index = 1; in zend_list_insert()
39 } else if (index == ZEND_LONG_MAX) { in zend_list_insert()
42 ZVAL_NEW_RES(&zv, index, ptr, type); in zend_list_insert()
43 return zend_hash_index_add_new(&EG(regular_list), index, &zv); in zend_list_insert()
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch18 index 4a10197..ff9c924 100755
31 index 79accd0..0b7f4fd 100755
44 index 741bced..0bd9aec 100755
93 index ba9602f..74bb55e 100755
106 index 0892846..77b86ac 100755
119 index 0f067e4..bdec6a5 100755
155 index e6e43f4..88ad8c4 100755
171 index 2fd06cb..ed1859f 100755
/php-src/ext/dom/
H A Dhtml5_parser.c343 size_t index = *error_index_offset_tokenizer; in lexbor_libxml2_bridge_report_errors() local
344 while ((error = lexbor_array_obj_get(parse_errors, index)) != NULL) { in lexbor_libxml2_bridge_report_errors()
354 index++; in lexbor_libxml2_bridge_report_errors()
356 *error_index_offset_tokenizer = index; in lexbor_libxml2_bridge_report_errors()
360 index = *error_index_offset_tree; in lexbor_libxml2_bridge_report_errors()
361 while ((error = lexbor_array_obj_get(parse_errors, index)) != NULL) { in lexbor_libxml2_bridge_report_errors()
373 index++; in lexbor_libxml2_bridge_report_errors()
375 *error_index_offset_tree = index; in lexbor_libxml2_bridge_report_errors()
/php-src/main/
H A Drfc1867.c88 if (index) { in normalize_protected_variable()
89 index++; in normalize_protected_variable()
90 s = index; in normalize_protected_variable()
96 while (index) { in normalize_protected_variable()
97 while (*index == ' ' || *index == '\r' || *index == '\n' || *index=='\t') { in normalize_protected_variable()
98 index++; in normalize_protected_variable()
101 indexend = indexend ? indexend + 1 : index + strlen(index); in normalize_protected_variable()
103 if (s != index) { in normalize_protected_variable()
104 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
112 index = s; in normalize_protected_variable()
[all …]
/php-src/sapi/fpm/tests/
H A Dbug80024-socket-reduced-inherit.phpt18 [pool_%index%]
19 listen = {{ADDR:UDS[pool_%index%]}}
/php-src/ext/phar/tests/cache_list/
H A Dfrontcontroller22.phpt14 REQUEST_URI=/frontcontroller22.php/index.php
15 PATH_INFO=/index.php
/php-src/ext/standard/
H A Dsha1.c176 unsigned int index, partLen; in PHP_SHA1Update() local
180 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); in PHP_SHA1Update()
188 partLen = 64 - index; in PHP_SHA1Update()
194 ((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA1Update()
200 index = 0; in PHP_SHA1Update()
206 ((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], in PHP_SHA1Update()
218 unsigned int index, padLen; in PHP_SHA1Final() local
232 index = (unsigned int) ((context->count[0] >> 3) & 0x3f); in PHP_SHA1Final()
233 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_SHA1Final()
/php-src/win32/
H A Dregistry.c115 zend_string *index; in LoadDirectory() local
119 ZEND_HASH_MAP_FOREACH_KEY_VAL(parent_ht, num, index, tmpdata) { in LoadDirectory()
120 zend_hash_add(ht, index, tmpdata); in LoadDirectory()
263 zend_string *index; in UpdateIniFromRegistry() local
266 ZEND_HASH_MAP_FOREACH_STR_KEY_VAL(ht, index, data) { in UpdateIniFromRegistry()
267 zend_alter_ini_entry(index, Z_STR_P(data), PHP_INI_USER, PHP_INI_STAGE_ACTIVATE); in UpdateIniFromRegistry()
/php-src/ext/hash/
H A Dhash_snefru.c43 int b, index, rshift, lshift; in Snefru() local
64 for (index = 0; index < 8; index++) { in Snefru()
65 t0 = tables[2*index+0]; in Snefru()
66 t1 = tables[2*index+1]; in Snefru()
/php-src/sapi/cli/tests/
H A Dcli_server_persistent_string002.phpt13 fwrite($fd, "GET /index.php HTTP/1.0\r\nHost: hello");
16 fwrite($fd2, "GET /index.php HTTP/1.0\r\nConnection: close\r\n\r\n");
H A Dphp_cli_server_021.phpt18 …estrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, n…
37 …estrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=auth, n…
/php-src/ext/spl/tests/
H A Ddllist_006.phpt57 Exception: SplDoublyLinkedList::offsetGet(): Argument #1 ($index) must be of type int, string given
59 Exception: SplDoublyLinkedList::offsetGet(): Argument #1 ($index) is out of range
/php-src/ext/gmp/tests/
H A Dgmp_clrbit.phpt49 gmp_clrbit(): Argument #2 ($index) must be greater than or equal to 0
51 gmp_clrbit(): Argument #2 ($index) must be greater than or equal to 0
/php-src/ext/standard/tests/general_functions/
H A Dbug49692.ini3 /home = default:index
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c78 for (int index = 0; index < prodlen - 1; index++) { in _bc_simp_mul() local
79 n1ptr = (char *) (n1end - MAX(0, index - n2len + 1)); in _bc_simp_mul()
80 n2ptr = (char *) (n2end - MIN(index, n2len - 1)); in _bc_simp_mul()
/php-src/ext/spl/
H A Dspl_observer.c249 intern->index = 0; in spl_object_storage_addall()
517 intern->index = 0; in PHP_METHOD()
599 intern->index = 0; in PHP_METHOD()
625 intern->index = 0; in PHP_METHOD()
670 intern->index = 0; in PHP_METHOD()
758 intern->index++; in PHP_METHOD()
779 intern->index = 0; in PHP_METHOD()
784 intern->index++; in PHP_METHOD()
793 intern->index++; in PHP_METHOD()
798 intern->index--; in PHP_METHOD()
[all …]
/php-src/ext/standard/tests/url/
H A Dparse_url_error_002.phpt6 $url = 'http://secret:hideout@www.php.net:80/index.php?test=1&test2=char&test3=mixesCI#some_page_re…
34 string(10) "/index.php"
/php-src/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt11 xml_parse_into_struct($p, $simple, $vals, $index);
14 print_r($index);
/php-src/sapi/fpm/fpm/events/
H A Dselect.c148 ev->index = ev->fd; in fpm_event_select_add()
163 ev->index = -1; in fpm_event_select_remove()
/php-src/ext/phar/tests/
H A Dphar_mount.phpt14 $a['index.php'] = '<?php
29 include "index.php";
37 include "index.php";
/php-src/ext/opcache/tests/jit/
H A Dbug81249.phpt74 $index = self::JIS0208_INDEX;
77 $index = self::JIS0212_INDEX;
80 $codePoint = $index[($lead - 0xA1) * 94 + $byte - 0xA1] ?? null;

Completed in 41 milliseconds

12345678910>>...21