Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 25 of 275) sorted by last modified time

1234567891011

/PHP-7.4/ext/dom/
H A Delement.c701 int counter = 1; in _dom_new_reconNs() local
719 if (counter > 1000) return(NULL); in _dom_new_reconNs()
721 snprintf((char *) prefix, sizeof(prefix), "default%d", counter++); in _dom_new_reconNs()
724 (char *)ns->prefix, counter++); in _dom_new_reconNs()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c430 int counter = 0; in sxe_prop_dim_write() local
549 ++counter; in sxe_prop_dim_write()
560 ++counter; in sxe_prop_dim_write()
581 ++counter; in sxe_prop_dim_write()
589 ++counter; in sxe_prop_dim_write()
599 ++counter; in sxe_prop_dim_write()
608 if (counter == 1) { in sxe_prop_dim_write()
619 } else if (counter > 1) { in sxe_prop_dim_write()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_last_insert_id.phpt79 // Sequence counter pattern...
H A Dmysqli_get_client_stats.phpt801 // NOTE: this will NOT update dbl_ddls counter
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c499 sljit_s32 counter; in get_imm() local
515 counter = 8; in get_imm()
517 counter += 16; in get_imm()
521 counter += 8; in get_imm()
525 counter += 4; in get_imm()
529 counter += 2; in get_imm()
533 counter += 1; in get_imm()
537 SLJIT_ASSERT(counter <= 31); in get_imm()
542 …return ((imm >> 24) & 0x7f) | COPY_BITS(counter, 4, 26, 1) | COPY_BITS(counter, 1, 12, 3) | COPY_B… in get_imm()
H A DsljitNativeARM_32.c282 sljit_uw counter = 0; in patch_pc_relative_loads() local
302 const_pool[ind] = counter; in patch_pc_relative_loads()
303 ind = counter; in patch_pc_relative_loads()
304 counter++; in patch_pc_relative_loads()
320 return counter; in patch_pc_relative_loads()
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic1.phpt53 $counter = 1;
57 echo "\n-- Iteration $counter --\n";
84 $counter++;
H A Dreadlink_realpath_basic1.phpt50 $counter = 1;
54 echo "\n-- Iteration $counter --\n";
57 $counter++;
H A Dreadlink_realpath_basic2-win32.phpt43 $counter = 1;
46 echo "\n-- Iteration $counter --\n";
48 $counter++;
H A Dreadlink_realpath_basic2.phpt43 $counter = 1;
46 echo "\n-- Iteration $counter --\n";
48 $counter++;
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation10.phpt73 $counter = 1;
75 fprintf($fp, "\n-- Iteration %d --\n",$counter);
77 $counter++;
H A Dvfprintf_variation12_64bit.phpt77 $counter = 1;
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
81 $counter++;
H A Dvfprintf_variation14_64bit.phpt77 $counter = 1;
79 fprintf($fp, "\n-- Iteration %d --\n",$counter);
81 $counter++;
H A Dvfprintf_variation16_64bit.phpt70 $counter = 1;
72 fprintf($fp, "\n-- Iteration %d --\n",$counter);
74 $counter++;
H A Dvfprintf_variation18.phpt66 $counter = 1;
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
70 $counter++;
H A Dvfprintf_variation4.phpt71 $counter = 1;
73 fprintf($fp, "\n-- Iteration %d --\n",$counter);
75 $counter++;
H A Dvfprintf_variation6.phpt66 $counter = 1;
68 fprintf($fp, "\n-- Iteration %d --\n",$counter);
70 $counter++;
H A Dvfprintf_variation8.phpt69 $counter = 1;
71 fprintf($fp, "\n-- Iteration %d --\n",$counter);
73 $counter++;
H A Dvsprintf_variation10.phpt68 $counter = 1;
70 echo "\n-- Iteration $counter --\n";
72 $counter++;
H A Dvsprintf_variation12_64bit.phpt72 $counter = 1;
74 echo "\n-- Iteration $counter --\n";
76 $counter++;
H A Dvsprintf_variation14_64bit.phpt73 $counter = 1;
75 echo "\n-- Iteration $counter --\n";
77 $counter++;
H A Dvsprintf_variation16_64bit.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
69 $counter++;
H A Dvsprintf_variation18.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
65 $counter++;
H A Dvsprintf_variation4_64bit.phpt65 $counter = 1;
67 echo "\n-- Iteration $counter --\n";
69 $counter++;
H A Dvsprintf_variation6.phpt61 $counter = 1;
63 echo "\n-- Iteration $counter --\n";
65 $counter++;

Completed in 106 milliseconds

1234567891011