Home
last modified time | relevance | path

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

1...<<11

/PHP-7.4/ext/gd/
H A Dgd.c4644 int nelem, i, j, res; in PHP_FUNCTION() local
4668 for (j=0; j<3; j++) { in PHP_FUNCTION()
4669 if ((var2 = zend_hash_index_find(Z_ARRVAL_P(var), j)) != NULL) { in PHP_FUNCTION()
4670 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c843 size_t j; in php_mb_parse_encoding_array() local
846 for (j = 0; j < identify_list_size; j++) { in php_mb_parse_encoding_array()
1124 size_t j = php_mb_mbchar_bytes_ex(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf() local
1126 while (j-- > 0 && i < len) { in php_mb_rfc1867_substring_conf()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5805 if (j < 0) in check_fast_forward_char_pair_simd()
5806 j = 0; in check_fast_forward_char_pair_simd()
5808 while (j < i) in check_fast_forward_char_pair_simd()
5823 j++; in check_fast_forward_char_pair_simd()
6787 int i, j, k, len, c; in optimize_class_chars() local
6801 j = 0; in optimize_class_chars()
6830 j++; in optimize_class_chars()
6837 j = 0; in optimize_class_chars()
6851 j++; in optimize_class_chars()
6860 if (j != 0) in optimize_class_chars()
[all …]
/PHP-7.4/Zend/
H A Dzend_execute.c3992 int j = last->extended_value; in cleanup_live_vars() local
3994 zend_string_release_ex(rope[j], 0); in cleanup_live_vars()
3995 } while (j--); in cleanup_live_vars()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re1945 {'j', TIMELIB_FORMAT_DAY_TWO_DIGIT},
/PHP-7.4/ext/standard/
H A Dhtml_tables.h1093 #define ENT_CODE_POINT_FROM_STAGES(i,j,k) (((i) << 12) | ((j) << 6) | (k)) argument
/PHP-7.4/build/
H A Dlibtool.m41199 AC_MSG_WARN([\`$CC' does not support \`-c -o', so \`make -j' may be unsafe])
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2376 # created for example by DOS TAR 3.20g 1994 Tim V.Shapore with -j option
3116 # JAR archiver (.j), this is the successor to ARJ, not Java's JAR (which is essentially ZIP)
17328 # From Dr. Jesus <j@hug.gs>
21849 # From: Dr. Jesus <j@hug.gs>
H A Dmagic2376 # created for example by DOS TAR 3.20g 1994 Tim V.Shapore with -j option
3116 # JAR archiver (.j), this is the successor to ARJ, not Java's JAR (which is essentially ZIP)
17328 # From Dr. Jesus <j@hug.gs>
21849 # From: Dr. Jesus <j@hug.gs>

Completed in 263 milliseconds

1...<<11