Home
last modified time | relevance | path

Searched refs:j (Results 126 – 150 of 259) sorted by relevance

1234567891011

/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite2.phar13 ] iNzθ�j� Jv�Uȱ�f���GBMB
/PHP-7.4/ext/standard/
H A Dbase64.c251 size_t i = 0, padding = 0, j = *outl; in php_base64_decode_impl() local
256 j += neon_base64_decode(in, inl, out, &left); in php_base64_decode_impl()
290 out[j] = ch << 2; in php_base64_decode_impl()
293 out[j++] |= ch >> 4; in php_base64_decode_impl()
294 out[j] = (ch & 0x0f) << 4; in php_base64_decode_impl()
297 out[j++] |= ch >>2; in php_base64_decode_impl()
298 out[j] = (ch & 0x03) << 6; in php_base64_decode_impl()
301 out[j++] |= ch; in php_base64_decode_impl()
318 *outl = j; in php_base64_decode_impl()
319 out[j] = '\0'; in php_base64_decode_impl()
H A Dnet.c239 ULONG i, j; in PHP_FUNCTION() local
244 for (i = u->OnLinkPrefixLength, j = 0; i > 0; i -= 8, ++j) { in PHP_FUNCTION()
245 sin6_mask.sin6_addr.s6_addr[j] = (i >= 8) ? 0xff : ((ULONG)((0xffU << (8 - i)) & 0xffU)); in PHP_FUNCTION()
H A Dhtml.c1596 unsigned i, j, k, in PHP_FUNCTION() local
1608 for (j = 0; j < max_j; j++) { in PHP_FUNCTION()
1609 if (ms_table[i][j] == empty_stage3_table) in PHP_FUNCTION()
1612 const entity_stage3_row *r = &ms_table[i][j][k]; in PHP_FUNCTION()
1618 code = ENT_CODE_POINT_FROM_STAGES(i, j, k); in PHP_FUNCTION()
1649 unsigned j, in PHP_FUNCTION() local
1653 for (j = 0; j < numelems; j++) { in PHP_FUNCTION()
1654 const entity_stage3_row *r = &entity_table.table[j]; in PHP_FUNCTION()
1658 if (((j == '\'' && !(flags & ENT_HTML_QUOTE_SINGLE)) || in PHP_FUNCTION()
1659 (j == '"' && !(flags & ENT_HTML_QUOTE_DOUBLE)))) in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/date/tests/
H A D009.phpt16 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
24 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateTime_extends_basic3.phpt12 public function format($format = "F j, Y, g:i:s a")
H A DDateTime_extends_basic2.phpt24 echo $d->format("F j, Y, g:i:s a") . "\n";
H A DDateTime_serialize.phpt16 var_dump( $date2->format( "F j, Y, g:i a") );
/PHP-7.4/ext/mysqli/tests/
H A Dbug35103.phpt42 $j=0;
44 while ($j++ < 6) {
/PHP-7.4/win32/build/
H A Dbuildconf.js109 var i, mod_name, j;
134 var i, mod_name, j;
157 var i, mod_name, j;
/PHP-7.4/ext/phar/tests/files/
H A Dfrontcontroller3.phar12 …���&XX�����ж���������a.phps���&XX���l�`�������hiohio<?php function hio(){}T����̭�D�j�ȷ�n,
/PHP-7.4/ext/standard/tests/array/
H A Drange_variation.phpt13 for( $j = 0; $j < count($high_arr); $j++) {
14 echo @"\n-- creating an array with low = '$low_arr[$i]' and high = '$high_arr[$j]' --\n";
15 var_dump( range( $low_arr[$i], $high_arr[$j] ) );
H A Dbug24220.phpt36 string(1) "j"
/PHP-7.4/azure/
H A Djob.yml17 - script: make -j$(/usr/bin/nproc) >/dev/null
/PHP-7.4/ext/opcache/tests/
H A Drevalidate_path_01.phpt34 `mklink /j $ln $d1`;
49 `mklink /j $ln $d2`;
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746_1.phpt28 exec("mklink /j mounted_volume " . $ret, $output, $ret_val);
30 exec("mklink /j mklink_junction directory", $output, $ret_val);
/PHP-7.4/Zend/tests/
H A Dlist_keyed_evaluation_order_nested.phpt28 // list($a => $b, $c => list($d, $e), $f => list($g => $h, $i => $j)) = $k;
47 // 18. Assign $j from $k[$f][$i]
/PHP-7.4/ext/openssl/tests/
H A Dprivate.crt13 j+znHSISe7eM9wmW6ombab7zcJsCwXDYgtY/6OqRAQKBgQD6EXKfXThfnrN/od/Y
/PHP-7.4/ext/opcache/Optimizer/
H A Dblock_pass.c105 uint32_t i, j; in strip_nops() local
123 if (i != j) { in strip_nops()
126 j++; in strip_nops()
134 j++; in strip_nops()
139 while (j < i) { in strip_nops()
141 j++; in strip_nops()
1034 int i, j; in assemble_code_blocks() local
1041 map[i] = j; in assemble_code_blocks()
1058 j++; in assemble_code_blocks()
1061 if (i != j) { in assemble_code_blocks()
[all …]
/PHP-7.4/Zend/
H A Dzend_bitset.h207 int j = ZEND_BITSET_ELM_SIZE * 8 * i - 1; local
211 j++;
213 return j;
/PHP-7.4/ext/gd/libgd/
H A Dgd_bmp.c1024 int i = 0, j = 0; in bmp_read_rle() local
1039 …for (j = 1; (j <= pixels_per_byte) && (xpos < info->width) && (i < rle_length); j++, xpos++, i++) { in bmp_read_rle()
1040 …index = (rle_data & (((1 << info->depth) - 1) << (8 - (j * info->depth)))) >> (8 - (j * info->dept… in bmp_read_rle()
1062 for (j = 1; (j <= max_pixels) && (xpos < info->width); j++, xpos++) { in bmp_read_rle()
1063 int temp = (index >> (8 - (j * info->depth))) & ((1 << info->depth) - 1); in bmp_read_rle()
/PHP-7.4/ext/standard/tests/strings/
H A Dadd-and-stripcslashes.phpt21 \abcd\e\f\g\h\i\j\k\l\m\n\o\pqrstuvwxy\z
/PHP-7.4/ext/standard/tests/file/
H A Dfile_variation8.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dparse_ini_file_variation6.phpt50 $j = $i+1;
52 echo "\n-- Iteration $j --\n";
H A Dreadfile_variation9.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";

Completed in 43 milliseconds

1234567891011