Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-8.1/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-8.1/ext/zip/
H A Dphp_zip_arginfo.h82 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
101 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
119 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
130 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
145 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
155 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
168 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
199 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
219 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
237 ZEND_ARG_TYPE_INFO(0, index, IS_LONG, 0)
[all …]
/PHP-8.1/main/
H A Drfc1867.c110 if (index) { in normalize_protected_variable()
111 index++; in normalize_protected_variable()
112 s = index; in normalize_protected_variable()
118 while (index) { in normalize_protected_variable()
119 while (*index == ' ' || *index == '\r' || *index == '\n' || *index=='\t') { in normalize_protected_variable()
120 index++; in normalize_protected_variable()
123 indexend = indexend ? indexend + 1 : index + strlen(index); in normalize_protected_variable()
125 if (s != index) { in normalize_protected_variable()
126 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
134 index = s; in normalize_protected_variable()
[all …]
H A Dphp_variables.c76 char *index; in php_register_variable_ex() local
157 index = var; in php_register_variable_ex()
206 if (index) { in php_register_variable_ex()
207 index_len = strlen(index); in php_register_variable_ex()
216 if (!index) { in php_register_variable_ex()
250 index = index_s; in php_register_variable_ex()
263 if (!index) { in php_register_variable_ex()
268 if (php_is_forbidden_variable_name(index, index_len, var_name)) { in php_register_variable_ex()
284 zend_symtable_str_exists(symtable1, index, index_len)) { in php_register_variable_ex()
286 } else if (ZEND_HANDLE_NUMERIC_STR(index, index_len, idx)) { in php_register_variable_ex()
[all …]
/PHP-8.1/sapi/fpm/tests/
H A Dbug80024-socket-reduced-inherit.phpt18 [pool_%index%]
19 listen = {{ADDR:UDS[pool_%index%]}}
/PHP-8.1/ext/standard/
H A Dsha1.c176 unsigned int i, index, partLen; in PHP_SHA1Update() local
179 index = (unsigned int) ((context->count[0] >> 3) & 0x3F); in PHP_SHA1Update()
187 partLen = 64 - index; in PHP_SHA1Update()
193 ((unsigned char*) & context->buffer[index], (unsigned char*) input, partLen); in PHP_SHA1Update()
199 index = 0; in PHP_SHA1Update()
205 ((unsigned char*) & context->buffer[index], (unsigned char*) & input[i], in PHP_SHA1Update()
217 unsigned int index, padLen; in PHP_SHA1Final() local
231 index = (unsigned int) ((context->count[0] >> 3) & 0x3f); in PHP_SHA1Final()
232 padLen = (index < 56) ? (56 - index) : (120 - index); in PHP_SHA1Final()
/PHP-8.1/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-8.1/sapi/cli/tests/
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-8.1/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-8.1/win32/
H A Dregistry.c115 zend_string *index; in LoadDirectory() local
119 ZEND_HASH_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_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-8.1/ext/standard/tests/strings/
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];
H A Ducwords_variation4.phpt53 for($index = 0; $index < count($str_array); $index++) {
55 var_dump( ucwords($str_array[$index]) );
/PHP-8.1/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-8.1/ext/phar/
H A Dphar_object.stub.php128 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} argument
154 …final public static function createDefaultStub(?string $index = null, ?string $webIndex = null): s… argument
177 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
401 public function setDefaultStub(?string $index = null, ?string $webIndex = null): bool {} argument
444 …final public static function createDefaultStub(?string $index = null, ?string $webIndex = null): s… argument
478 ?string $alias = null, ?string $index = null, ?string $fileNotFoundScript = null, argument
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug49692.ini3 /home = default:index
/PHP-8.1/ext/xml/tests/
H A Dxml_parse_into_struct_variation.phpt11 xml_parse_into_struct($p, $simple, $vals, $index);
14 print_r($index);
/PHP-8.1/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-8.1/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-8.1/ext/phar/tests/
H A Dphar_mount.phpt14 $a['index.php'] = '<?php
29 include "index.php";
37 include "index.php";
H A Dcached_manifest_1.phpt23 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
26 string(9) "index.php"
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug81249.phpt75 $index = self::JIS0208_INDEX;
78 $index = self::JIS0212_INDEX;
81 $codePoint = $index[($lead - 0xA1) * 94 + $byte - 0xA1] ?? null;
/PHP-8.1/ext/oci8/tests/
H A Dcoll_019.phpt90 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
95 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
100 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
108 Warning: OCICollection::assignElem(): OCI-22165: given index [1] must be in the range of %s in %s o…
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.stub.php42 public function getAttributeNo(int $index): ?string {} argument
60 public function moveToAttributeNo(int $index): bool {} argument
/PHP-8.1/ext/xml/
H A Dxml.stub.php45 * @param array $index
47 function xml_parse_into_struct(XMLParser $parser, string $data, &$values, &$index = null): int|fals… argument

Completed in 41 milliseconds

12345678910>>...20