Home
last modified time | relevance | path

Searched refs:index (Results 26 – 50 of 556) sorted by last modified time

12345678910>>...23

/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c442 zend_long index; in ct_eval_fetch_dim() local
443 if (zval_to_string_offset(&index, op2) == FAILURE) { in ct_eval_fetch_dim()
446 if (index >= 0 && index < Z_STRLEN_P(op1)) { in ct_eval_fetch_dim()
596 zend_long index; in ct_eval_assign_dim()
599 || zval_to_string_offset(&index, key) == FAILURE || index < 0) { in ct_eval_assign_dim()
603 if (index >= Z_STRLEN_P(result)) { in ct_eval_assign_dim()
604 new_str = zend_string_alloc(index + 1, 0); in ct_eval_assign_dim()
607 ZSTR_VAL(new_str)[index + 1] = 0; in ct_eval_assign_dim()
2040 zend_ulong index; in join_hash_tables() local
2044 ZEND_HASH_FOREACH_KEY_VAL(ht1, index, key, val1) { in join_hash_tables()
[all …]
H A Dzend_inference.c80 zend_ssa_check_scc_var(op_array, ssa, var2, index, dfs, root, stack); \
172 …check_scc_var(const zend_op_array *op_array, zend_ssa *ssa, int var, int *index, int *dfs, int *ro… in zend_ssa_check_scc_var() argument
178 dfs[var] = *index; in zend_ssa_check_scc_var()
179 (*index)++; in zend_ssa_check_scc_var()
212 int index = 0, *dfs, *root; in zend_ssa_find_sccs() local
227 zend_ssa_check_scc_var(op_array, ssa, j, &index, dfs, root, &stack); in zend_ssa_find_sccs()
/PHP-7.4/Zend/
H A Dzend_alloc.c514 unsigned long index;
517 if (!BitScanForward64(&index, ~bitset)) {
519 if (!BitScanForward(&index, ~bitset)) {
525 return (int)index;
1130 unsigned long index;
1132 if (!BitScanReverse(&index, (unsigned long)size)) {
1137 return (((31 - (int)index) ^ 0x1f) + 1);
H A Dzend_hash.c92 unsigned long index; in zend_hash_check_size() local
104 if (BitScanReverse(&index, nSize - 1)) { in zend_hash_check_size()
105 return 0x2 << ((31 - index) ^ 0x1f); in zend_hash_check_size()
/PHP-7.4/ext/xmlreader/
H A Dphp_xmlreader.c1179 ZEND_ARG_INFO(0, index)
1203 ZEND_ARG_INFO(0, index)
/PHP-7.4/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-7.4/ext/spl/
H A Dspl_directory.c268 intern->u.dir.index = 0; in spl_filesystem_dir_open()
355 int index, skip_dots; in spl_filesystem_object_clone() local
375 for(index = 0; index < source->u.dir.index; ++index) { in spl_filesystem_object_clone()
380 intern->u.dir.index = index; in spl_filesystem_object_clone()
775 intern->u.dir.index = 0; in SPL_METHOD()
824 intern->u.dir.index++; in SPL_METHOD()
1461 intern->u.dir.index = 0; in SPL_METHOD()
1716 object->u.dir.index++; in spl_filesystem_dir_it_move_forward()
1730 object->u.dir.index = 0; in spl_filesystem_dir_it_rewind()
1791 object->u.dir.index++; in spl_filesystem_tree_it_move_forward()
[all …]
H A Dspl_array.c293 zend_long index; in spl_array_get_dimension_ptr() local
360 index = 0; in spl_array_get_dimension_ptr()
363 index = 1; in spl_array_get_dimension_ptr()
495 index = 0; in spl_array_write_dimension_ex()
498 index = 1; in spl_array_write_dimension_ex()
583 index = 0; in spl_array_unset_dimension_ex()
586 index = 1; in spl_array_unset_dimension_ex()
656 index = 0; in spl_array_has_dimension_ex()
659 index = 1; in spl_array_has_dimension_ex()
706 zval *index; in SPL_METHOD() local
[all …]
/PHP-7.4/ext/soap/
H A Dphp_encoding.c3459 zend_ulong index; in is_map() local
3467 ZEND_HASH_FOREACH_KEY(Z_ARRVAL_P(array), index, key) { in is_map()
3468 if (key || index != i) { in is_map()
/PHP-7.4/sapi/fpm/tests/
H A Dbug80024-socket-reduced-inherit.phpt18 [pool_%index%]
19 listen = {{ADDR:UDS[pool_%index%]}}
/PHP-7.4/ext/dom/
H A Dphp_dom.c1340 …elements_by_tag_name_ns_raw(xmlNodePtr nodep, char *ns, char *local, int *cur, int index) /* {{{ */ in dom_get_elements_by_tag_name_ns_raw() argument
1344 while (nodep != NULL && (*cur <= index || index == -1)) { in dom_get_elements_by_tag_name_ns_raw()
1348 if (*cur == index) { in dom_get_elements_by_tag_name_ns_raw()
1355 ret = dom_get_elements_by_tag_name_ns_raw(nodep->children, ns, local, cur, index); in dom_get_elements_by_tag_name_ns_raw()
/PHP-7.4/win32/
H A Dsendmail.c325 PHPAPI char *GetSMErrorText(int index) in GetSMErrorText() argument
327 if (MIN_ERROR_INDEX <= index && index < MAX_ERROR_INDEX) { in GetSMErrorText()
328 return (ErrorMessages[index]); in GetSMErrorText()
894 int index = 0; in Post() local
903 if ((slen = send(PW32G(mail_socket), msg + index, len, 0)) < 1) in Post()
906 index += slen; in Post()
/PHP-7.4/
H A Drun-tests.php1298 $index = "# $name[1]: $name[0]";
1304 $index = "# $redir_tested: $name";
1306 $index = $name;
1325 "index" => $index,
1333 $test_results[$index] = $result;
1335 fwrite($failed_tests_file, "$index\n");
1338 fwrite($result_tests_file, "$result\t$index\n");
1584 …list($name, $index, $result, $resultText) = [$message["name"], $message["index"], $message["result…
1601 $test_results[$index] = $result;
1604 fwrite($failed_tests_file, "$index\n");
[all …]
H A Dphp.ini-development1529 ; The index name (concatenated with the prefix) in $_SESSION
H A Dphp.ini-production1529 ; The index name (concatenated with the prefix) in $_SESSION
/PHP-7.4/ext/standard/tests/url/
H A Dparse_url_basic_003.phpt40 --> http://www.php.net/index.php : string(11) "www.php.net"
45 --> http://www.php.net:80/index.php : string(11) "www.php.net"
46 --> http://www.php.net:80/foo/bar/index.php : string(11) "www.php.net"
54 --> http://www.php.net:80/index.php : string(11) "www.php.net"
55 --> http://www.php.net:80/index.php? : string(11) "www.php.net"
61 --> http://www.php.net:80/index.php?test=1& : string(11) "www.php.net"
62 --> http://www.php.net/index.php?& : string(11) "www.php.net"
63 --> http://www.php.net:80/index.php?foo& : string(11) "www.php.net"
64 --> http://www.php.net/index.php?&foo : string(11) "www.php.net"
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : string(11) "www.php.net"
[all …]
H A Dparse_url_basic_005.phpt40 --> http://www.php.net/index.php : NULL
45 --> http://www.php.net:80/index.php : NULL
46 --> http://www.php.net:80/foo/bar/index.php : NULL
54 --> http://www.php.net:80/index.php : NULL
55 --> http://www.php.net:80/index.php? : NULL
61 --> http://www.php.net:80/index.php?test=1& : NULL
62 --> http://www.php.net/index.php?& : NULL
63 --> http://www.php.net:80/index.php?foo& : NULL
64 --> http://www.php.net/index.php?&foo : NULL
65 --> http://www.php.net:80/index.php?test=1&test2=char&test3=mixesCI : NULL
[all …]
H A Dparse_url_unterminated.phpt146 string(10) "/index.php"
191 string(10) "/index.php"
292 string(10) "/index.php"
303 string(10) "/index.php"
375 string(10) "/index.php"
386 string(10) "/index.php"
399 string(10) "/index.php"
410 string(10) "/index.php"
423 string(10) "/index.php"
434 string(10) "/index.php"
[all …]
H A Dparse_url_basic_001.phpt144 string(10) "/index.php"
189 string(10) "/index.php"
290 string(10) "/index.php"
301 string(10) "/index.php"
373 string(10) "/index.php"
384 string(10) "/index.php"
397 string(10) "/index.php"
408 string(10) "/index.php"
421 string(10) "/index.php"
432 string(10) "/index.php"
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Durl_t.phpt23 'http://www.php.net/index.php',
213 string(10) "/index.php"
258 string(10) "/index.php"
359 string(10) "/index.php"
370 string(10) "/index.php"
442 string(10) "/index.php"
453 string(10) "/index.php"
466 string(10) "/index.php"
477 string(10) "/index.php"
490 string(10) "/index.php"
[all …]
/PHP-7.4/main/
H A Drfc1867.c118 if (index) { in normalize_protected_variable()
119 index++; in normalize_protected_variable()
120 s = index; in normalize_protected_variable()
126 while (index) { in normalize_protected_variable()
127 while (*index == ' ' || *index == '\r' || *index == '\n' || *index=='\t') { in normalize_protected_variable()
128 index++; in normalize_protected_variable()
131 indexend = indexend ? indexend + 1 : index + strlen(index); in normalize_protected_variable()
133 if (s != index) { in normalize_protected_variable()
134 memmove(s, index, strlen(index)+1); in normalize_protected_variable()
142 index = s; in normalize_protected_variable()
[all …]
/PHP-7.4/build/
H A Dphp.m41582 define([phpshift],[ifelse(index([$@],[,]),-1,,[substr([$@],incr(index([$@],[,])))])])
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconnect.phpt29 $index = mt_rand(0, $num);
30 } while (!isset($connections[$index]));
31 mysqli_close($connections[$index]);
32 unset($connections[$index]);
47 $index = mt_rand(0, $num);
51 mysqli_close($connections[$index]);
52 unset($connections[$index]);
63 $index = mt_rand(0, $num);
64 } while (!isset($connections[$index]));
65 mysqli_close($connections[$index]);
[all …]
H A Dmysqli_ps_select_union.phpt34 $index = 0;
38 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
40 $index++;
64 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
90 $index = 0;
94 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
114 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
143 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
163 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
203 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
[all …]
H A Dbug45019.phpt34 $index = 0;
37 if ($data[$index] != $column1) {
38 if ($IS_MYSQLND || $index != 1) {
40 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
46 $index++;

Completed in 193 milliseconds

12345678910>>...23