Home
last modified time | relevance | path

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

1...<<111213

/php-src/ext/standard/tests/file/
H A Dreadfile_variation8-win32.phpt54 $j = $i+1;
H A Dreadfile_variation8-win32-mb.phpt54 $j = $i+1;
/php-src/ext/opcache/
H A Dzend_file_cache.c828 uint32_t j; local
846 for (j = 0; j < q->num_excludes; j++) {
847 SERIALIZE_STR(q->exclude_class_names[j]);
1657 uint32_t j; local
1673 for (j = 0; j < q->num_excludes; j++) {
1674 UNSERIALIZE_STR(q->exclude_class_names[j]);
H A Dzend_persist.c1043 uint32_t j; in zend_persist_class_entry() local
1050 for (j = 0; j < ce->trait_precedences[i]->num_excludes; j++) { in zend_persist_class_entry()
1051 zend_accel_store_interned_string(ce->trait_precedences[i]->exclude_class_names[j]); in zend_persist_class_entry()
/php-src/ext/fileinfo/
H A Dlibmagic.patch129 + int j;
130 + for (j = 0; j < MAGIC_SETS; j++) {
131 + if (map->magic[j]) {
196 - size_t i, j;
219 - for (j = 0; j < MAGIC_SETS; j++) {
220 - if (add_mlist(ms->mlist[j], map, j) == -1) {
361 uint32_t i, j;
461 for (j = 0; j < MAGIC_SETS; j++)
462 magic_entry_free(mset[j].me, mset[j].count);
868 for (j = i + 1; j < ml->nmagic; j++)
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1688 j++;
1690 i=j;
1691 j*=2;
1707 if(j>0&&ttisnil(&t->array[j-1])){
3025 int j;
5276 for(j=0;j<nup;j++,pc++){
5289 int j;
5298 for(j=0;j<b;j++){
5299 if(j<n){
5300 setobj(L,ra+j,ci->base-n+j);
[all …]
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp619 #define cleanup_zvals() for(int j=i;j>=0;j--) { zval_ptr_dtor((*args)+i); }
/php-src/.github/workflows/
H A Dpush.yml128 run: make -j$(/usr/bin/nproc) >/dev/null
180 make -j$(sysctl -n hw.logicalcpu) >/dev/null
268 run: make -j$(/usr/bin/nproc) >/dev/null
/php-src/ext/filter/tests/
H A D043.phpt120 string(1) "j"
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt64 return 'j';
/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt42 for ($j = 0x40; $j <= 0xFC; $j++) {
43 if ($j == 0x7F)
46 $cp932 = chr($i) . chr($j);
/php-src/Zend/
H A Dzend_opcode.c233 uint32_t j; in _destroy_zend_class_traits_info() local
240 for (j = 0; j < ce->trait_precedences[i]->num_excludes; j++) { in _destroy_zend_class_traits_info()
241 zend_string_release_ex(ce->trait_precedences[i]->exclude_class_names[j], 0); in _destroy_zend_class_traits_info()
H A Dzend_compile.c6063 for (uint32_t j = 0; j < conds->children; j++) { in can_match_use_jumptable() local
6138 for (uint32_t j = 0; j < conds->children; j++) { in zend_compile_match() local
6196 for (uint32_t j = 0; j < conds->children; j++) { in zend_compile_match() local
6273 uint32_t i, j; in zend_compile_try() local
6333 for (j = 0; j < classes->children; j++) { in zend_compile_try()
6371 for (j = 0; j < classes->children - 1; j++) { in zend_compile_try()
7066 for (j = 0; j < args->children; j++) { in zend_compile_attributes()
10177 uint32_t i, j; in zend_compile_encaps_list() local
10186 j = 0; in zend_compile_encaps_list()
10235 if (j == 0) { in zend_compile_encaps_list()
[all …]
H A Dzend_alloc.c2076 static zend_long zend_mm_find_leaks_small(zend_mm_chunk *p, uint32_t i, uint32_t j, zend_leak_info … argument
2081 …m_debug_info*)((char*)p + ZEND_MM_PAGE_SIZE * i + bin_data_size[bin_num] * (j + 1) - ZEND_MM_ALIGN…
2083 while (j < bin_elements[bin_num]) {
2094 j++;
2162 uint32_t i, j; local
2199 j = 0;
2200 while (j < bin_elements[bin_num]) {
2202 … leak.addr = (zend_mm_debug_info*)((char*)p + ZEND_MM_PAGE_SIZE * i + bin_data_size[bin_num] * j);
2216 repeated = zend_mm_find_leaks_small(p, i, j + 1, &leak) +
2224 j++;
/php-src/ext/soap/
H A Dphp_encoding.c790 size_t i, j; in to_zval_hexbin() local
951 size_t i, j; in to_xml_hexbin() local
967 str[j] = '\0'; in to_xml_hexbin()
2101 int j = 0; in add_xml_array_elements() local
2107 if (j >= dims[0]) { in add_xml_array_elements()
2129 j++; in add_xml_array_elements()
2133 while (j < dims[0]) { in add_xml_array_elements()
2146 j++; in add_xml_array_elements()
2149 while (j < dims[0]) { in add_xml_array_elements()
2151 j++; in add_xml_array_elements()
[all …]
H A Dphp_sdl.c1472 int i, j, n; in sdl_deserialize_soap_body() local
1502 WSDL_CACHE_GET_INT(j, in); in sdl_deserialize_soap_body()
1503 if (j > 0) { in sdl_deserialize_soap_body()
1506 while (j > 0) { in sdl_deserialize_soap_body()
1522 --j; in sdl_deserialize_soap_body()
1747 int j; in get_sdl_from_cache() local
1752 for (j = 0; j < num_faults; j++) { in get_sdl_from_cache()
2068 int i, j; in sdl_serialize_soap_body() local
2098 j = 0; in sdl_serialize_soap_body()
2100 WSDL_CACHE_PUT_INT(j, out); in sdl_serialize_soap_body()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c654 uint32_t j; local
668 j = 15;
669 while (n > 0 && j > 0) {
677 j--;
H A Dir_aarch64.dasc681 if (j > 1) {
691 } while (--j);
4611 int j, n;
4624 for (j = 3; j <= n; j++) {
4652 int j, n;
4709 for (j = 3; j <= n; j++) {
4775 for (j = 3; j <= n; j++) {
5530 ir_ref i, n, j, *p;
5668 for (j = 1, p = insn->ops + 1; j <= n; j++, p++) {
6200 int j;
[all …]
/php-src/win32/build/
H A Dphpize.js.in127 var i, mod_name, j;
150 var i, mod_name, j;
/php-src/ext/standard/tests/strings/
H A Dstrcasecmp.phpt25 for($j=0; $j<count($str1_arr); $j++){
26 echo "- strcasecmp of '$str1_arr[$i]' and '$str1_arr[$j]' is => ";
27 var_dump(strcasecmp($str1_arr[$i], $str1_arr[$j]));
H A Dstrcmp.phpt25 for($j=0; $j<count($str1_arr); $j++){
26 echo "- strcmp of '$str1_arr[$i]' and '$str1_arr[$j]' is => ";
27 var_dump(strcmp($str1_arr[$i], $str1_arr[$j]));
/php-src/ext/iconv/
H A Diconv.c858 size_t i, j, lim; in _php_iconv_strpos() local
861 j = GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
864 while (j < lim) { in _php_iconv_strpos()
865 if (_php_iconv_memequal(&ZSTR_VAL(ndl_buf)[j], &ZSTR_VAL(ndl_buf)[i], in _php_iconv_strpos()
869 j -= i; in _php_iconv_strpos()
872 j += GENERIC_SUPERSET_NBYTES; in _php_iconv_strpos()
/php-src/ext/standard/tests/image/
H A Diptcembed_002.phpt38 $base64_1x1_jpeg="/9j/4AAQSkZJRgABAQEAYABgAAD//gA8Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFR…
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt5 …, array $b, callable $c, string $f, bool $g, int $h, float $i, NotExisting $j, stdClass $d = null,…
/php-src/ext/mbstring/
H A Dmbstring.c398 size_t j; in php_mb_parse_encoding_array() local
401 for (j = 0; j < identify_list_size; j++) { in php_mb_parse_encoding_array()
573 size_t j = php_mb_mbchar_bytes(start+i, (const mbfl_encoding *)encoding); in php_mb_rfc1867_substring_conf() local
575 while (j-- > 0 && i < len) { in php_mb_rfc1867_substring_conf()
3226 size_t j = 0; in init_candidate_array() local
3231 array[j].enc = enc; in init_candidate_array()
3232 array[j].state = 0; in init_candidate_array()
3233 array[j].demerits = 0; in init_candidate_array()
3243 array[j].demerits += 500; in init_candidate_array()
3253 j++; in init_candidate_array()
[all …]

Completed in 152 milliseconds

1...<<111213