Home
last modified time | relevance | path

Searched refs:repeat_count (Results 1 – 11 of 11) sorted by relevance

/PHP-8.3/ext/standard/tests/mail/
H A Dbug72964.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
30 while (!$found && $repeat_count > 0) {
43 $repeat_count--;
H A Dbug80706.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
30 while (!$found && $repeat_count > 0) {
46 $repeat_count--;
H A Dmail_basic_alt1-win32.phpt52 $repeat_count = 20; // we will repeat a max of 20 times
53 while (!$found && $repeat_count > 0) {
74 $repeat_count -= 1;
H A Dmail_basic_alt2-win32.phpt49 $repeat_count = 20; // we will repeat a max of 20 times
50 while (!$found && $repeat_count > 0) {
71 $repeat_count -= 1;
H A Dmail_basic_alt3-win32.phpt49 $repeat_count = 20; // we will repeat a max of 20 times
50 while (!$found && $repeat_count > 0) {
71 $repeat_count -= 1;
H A Dmail_basic_alt4-win32.phpt50 $repeat_count = 20; // we will repeat a max of 20 times
51 while (!$found && $repeat_count > 0) {
72 $repeat_count -= 1;
H A Dmail_variation_alt3-win32.phpt50 $repeat_count = 20; // we will repeat a max of 20 times
51 while (!$found && $repeat_count > 0) {
72 $repeat_count -= 1;
H A Dmail_variation_alt1-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
52 while (!$found && $repeat_count > 0) {
73 $repeat_count -= 1;
H A Dmail_variation_alt2-win32.phpt51 $repeat_count = 20; // we will repeat a max of 20 times
52 while (!$found && $repeat_count > 0) {
73 $repeat_count -= 1;
H A Dbug80751.phpt29 $repeat_count = 20; // we will repeat a max of 20 times
30 while (!$found && $repeat_count > 0) {
52 $repeat_count--;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c10454 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local
10486 repeat_count = PRIVATE_DATA(matchingpath + 3); in compile_bracket_matchingpath()
10487 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath()
10597 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), repeat_ptr, SLJIT_IMM, repeat_count); in compile_bracket_matchingpath()
12665 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; in compile_bracket_backtrackingpath() local
12695 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath()
12696 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); in compile_bracket_backtrackingpath()
13086 CMPTO(SLJIT_LESS_EQUAL, TMP1, 0, SLJIT_IMM, repeat_count, exact_label); in compile_bracket_backtrackingpath()

Completed in 39 milliseconds