Home
last modified time | relevance | path

Searched refs:j (Results 151 – 175 of 259) sorted by relevance

1234567891011

/PHP-7.4/Zend/
H A Dmicro_bench.php213 $f = false; $j = 0;
215 $x = $f ?: $j + 1;
228 $f = false; $j = 0;
230 $x = $f ? $f : $j + 1;
/PHP-7.4/ext/hash/
H A Dhash.c728 zend_long loops, i, j, iterations, digest_length = 0, length = 0; in PHP_FUNCTION() local
815 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
857 size_t j; in PHP_FUNCTION() local
882 for (j = 0; j < Z_STRLEN_P(known_zval); j++) { in PHP_FUNCTION()
883 result |= known_str[j] ^ user_str[j]; in PHP_FUNCTION()
1076 int i = 0, j = 0; in PHP_FUNCTION() local
1093 for (j=0;j<i;j++) { in PHP_FUNCTION()
/PHP-7.4/azure/macos/
H A Dtest.yml13 -j$(sysctl -n hw.ncpu) \
/PHP-7.4/ext/date/lib/
H A Dparse_tz.c219 unsigned int i, j; in read_64bit_types() local
236 j = i * 6; in read_64bit_types()
238 …= (int32_t) (((uint32_t) buffer[j]) << 24) + (buffer[j + 1] << 16) + (buffer[j + 2] << 8) + tz->ty… in read_64bit_types()
239 tz->type[i].isdst = buffer[j + 4]; in read_64bit_types()
240 tz->type[i].abbr_idx = buffer[j + 5]; in read_64bit_types()
/PHP-7.4/ext/standard/tests/file/
H A Dfile_get_contents_variation7.phpt49 $j = $i+1;
51 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32-mb.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dfile_get_contents_variation7-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dfile_variation8-win32.phpt57 $j = $i+1;
59 echo "\n-- Iteration $j --\n";
H A Dparse_ini_file_variation6-win32-mb.phpt58 $j = $i+1;
60 echo "\n-- Iteration $j --\n";
H A Dparse_ini_file_variation6-win32.phpt58 $j = $i+1;
60 echo "\n-- Iteration $j --\n";
H A Drename_variation12-win32.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Drename_variation12.phpt52 $j = $i+1;
54 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7.phpt51 $j = $i+1;
53 echo "\n-- Iteration $j --\n";
H A Dfile_put_contents_variation7-win32.phpt59 $j = $i+1;
61 echo "\n-- Iteration $j --\n";
H A Drename_variation11-win32.phpt55 $j = $i+1;
57 echo "\n-- Iteration $j --\n";
/PHP-7.4/ext/xsl/tests/
H A Dbug70078.phpt14 for ($j = 0; $j <= 100; $j++) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1910 int i, j; in convert_libmagic_pattern() local
1916 j += 2; in convert_libmagic_pattern()
1919 j += 4; in convert_libmagic_pattern()
1922 j++; in convert_libmagic_pattern()
1928 j = 0; in convert_libmagic_pattern()
1929 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern()
1935 ZSTR_VAL(t)[j] = '~'; in convert_libmagic_pattern()
1941 ZSTR_VAL(t)[j] = '0'; in convert_libmagic_pattern()
1948 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern()
1956 ZSTR_VAL(t)[j]='\0'; in convert_libmagic_pattern()
[all …]
/PHP-7.4/azure/i386/
H A Dtest.yml17 -j$(/usr/bin/nproc) \
/PHP-7.4/ext/standard/
H A Dcrypt_blowfish.c555 unsigned int bug, i, j; in BF_set_key() local
600 for (j = 0; j < 4; j++) { in BF_set_key()
611 if (j) in BF_set_key()
H A Dmail.c75 size_t j, str_len; in PHP_FUNCTION() local
81 for (j = 0; j < str_len; j++) { in PHP_FUNCTION()
82 h = (h + (h << 5)) ^ (zend_ulong) (unsigned char) tolower(str[j]); in PHP_FUNCTION()
/PHP-7.4/ext/date/tests/
H A DDateTime_extends_basic1.phpt14 public static $format = "F j, Y, g:i:s a";
/PHP-7.4/azure/
H A Dtest.yml18 -j$(/usr/bin/nproc) \
/PHP-7.4/ext/intl/tests/
H A Dbug58756_MessageFormatter.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
H A Dbug58756_MessageFormatter_variant2.phpt21 echo "date: " . date('l, F j, Y g:i:s A T', $time) . "\n";
/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c378 int i, j, ret; in GetCode_() local
411 for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) { in GetCode_()
412 ret |= ((scd->buf[i / 8] & (1 << (i % 8))) != 0) << j; in GetCode_()

Completed in 56 milliseconds

1234567891011