Home
last modified time | relevance | path

Searched refs:i (Results 1726 – 1750 of 2041) sorted by relevance

1...<<61626364656667686970>>...82

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2381 for (i = 1; i < length; i++) in reset_ovector()
2419 for (i = 2; i < length; i++) in do_reset_match()
3455 for (i = len; i > 0; i--) in add_prefix_char()
4327 for (i = 0; i < MAX_N_CHARS; i++) in fast_forward_first_n_chars()
4340 for (i = 0; i <= max; i++) in fast_forward_first_n_chars()
4368 for (i = 0; i < range_len; i++) in fast_forward_first_n_chars()
4385 for (i = 0; i < max; i++) in fast_forward_first_n_chars()
4936 for (i = 0; i < 256; ) in check_class_ranges()
7156 for (i = 2; i < offset_count; i += 2) in do_callout()
11582 for (i = 0; i < JIT_NUMBER_OF_COMPILE_MODES; i++) in PRIV()
[all …]
/PHP-7.2/ext/json/
H A Djson_scanner.re83 int i, code = 0;
85 for (i = 0; i < size; i++) {
86 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
/PHP-7.2/ext/standard/tests/strings/
H A Dstrstr.phpt64 for( $i = 0; $i < count($needles); $i++ ) {
65 echo "\n-- Iteration $i --\n";
66 var_dump( strstr($string, $needles[$i]) );
H A Daddcslashes_003.phpt38 string(40) "\abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z"
H A Dstrrpos_variation6.phpt17 it's bright,but i cann't see it.
/PHP-7.2/ext/standard/tests/math/
H A Dhypot_basic.phpt43 for ($i = 0; $i < count($valuesy); $i++) {
45 echo "\nY:$valuesy[$i] X:$valuesx[$j] ";
46 $res = hypot($valuesy[$i], $valuesx[$j]);
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native.phpt141 for ($i = 1; $i < $num_params; $i++) {
142 $params[str_repeat('a', $i)] = 'some data';
226 for ($i = 1; $i < $num_params; $i++) {
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h129 #define ONIGENC_CODE_RANGE_FROM(range,i) range[((i)*2) + 1] argument
130 #define ONIGENC_CODE_RANGE_TO(range,i) range[((i)*2) + 2] argument
614 #define ONIG_IS_CAPTURE_HISTORY_GROUP(r, i) \ argument
615 ((i) <= ONIG_MAX_CAPTURE_HISTORY_GROUP && (r)->list && (r)->list[i])
/PHP-7.2/ext/oci8/tests/
H A Dlob_012.phpt52 string(10) "t string i"
/PHP-7.2/ext/openssl/tests/
H A Dbug76705.pem49 aDvX/slF+5i+zgN6JKaqqppzQA==
/PHP-7.2/Zend/tests/
H A Dbug70918.phpt36 static::$i;
H A Dcompare_002_64bit.phpt41 for ($i = 0; $i < $var_cnt; $i++) {
43 echo ($var === $a[$i]) ? " === " : " !== ";
44 my_dump($a[$i]);
/PHP-7.2/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt7 …in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies oc…
/PHP-7.2/ext/standard/tests/streams/
H A Dbug46024.phpt10 "$php -n -i"
/PHP-7.2/ext/intl/tests/
H A Dlocale_get_script.phpt25 'i-enochian', //(example of a grandfathered tag)
93 i-enochian: script=''
/PHP-7.2/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015p.phpt10 function __construct($s, $i, $f) {
12 $this->varInt = $i;
/PHP-7.2/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt11 function __construct($s, $i, $f) {
13 $this->varInt = $i;
/PHP-7.2/ext/phar/tests/cache_list/files/
H A Dopenssl.phar223 for ($i = 0; $i < $info[1]; $i++) {
295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
/PHP-7.2/ext/phar/tests/files/
H A Dopenssl.phar223 for ($i = 0; $i < $info[1]; $i++) {
295 )$��A]-��I���3hY�0� �G4p[�%DԾ�h� ���M����v�Hx�_G��iű��f�B���x��J�'/����P��¼.��.O�%�5px(�fo��…
/PHP-7.2/ext/session/
H A Dmod_files.c113 int i; in ps_files_path_create() local
126 for (i = 0; i < (int)data->dirdepth; i++) { in ps_files_path_create()
/PHP-7.2/main/
H A Dfastcgi.c1328 int i; in fcgi_is_allowed() local
1337 for (i = 0; allowed_clients[i].sa.sa_family ; i++) { in fcgi_is_allowed()
1338 if (allowed_clients[i].sa.sa_family == AF_INET in fcgi_is_allowed()
1339 && !memcmp(&client_sa.sa_inet.sin_addr, &allowed_clients[i].sa_inet.sin_addr, 4)) { in fcgi_is_allowed()
1346 for (i = 0; allowed_clients[i].sa.sa_family ; i++) { in fcgi_is_allowed()
1347 if (allowed_clients[i].sa.sa_family == AF_INET6 in fcgi_is_allowed()
1348 && !memcmp(&client_sa.sa_inet6.sin6_addr, &allowed_clients[i].sa_inet6.sin6_addr, 12)) { in fcgi_is_allowed()
1352 if (allowed_clients[i].sa.sa_family == AF_INET in fcgi_is_allowed()
1354 … && !memcmp(((char *)&client_sa.sa_inet6.sin6_addr)+12, &allowed_clients[i].sa_inet.sin_addr, 4)) { in fcgi_is_allowed()
/PHP-7.2/ext/mysqli/tests/
H A D046.phpt23 mysqli_stmt_bind_param($stmt, "i", $c1);
H A Dbug45289.phpt23 if (!$stmt->bind_param('i', $id) || !$stmt->execute())
/PHP-7.2/ext/standard/tests/array/
H A Darray_combine.phpt17 $i = array_combine($array3, $array1);
/PHP-7.2/ext/interbase/tests/
H A Dbug45373.phpt13 $sql = "select * from test1 where i = ? and c = ?";

Completed in 92 milliseconds

1...<<61626364656667686970>>...82