Searched refs:repeat_count (Results 1 – 11 of 11) sorted by relevance
/PHP-8.0/ext/standard/tests/mail/ |
H A D | bug72964.phpt | 25 $repeat_count = 20; // we will repeat a max of 20 times 26 while (!$found && $repeat_count > 0) { 39 $repeat_count--;
|
H A D | bug80706.phpt | 25 $repeat_count = 20; // we will repeat a max of 20 times 26 while (!$found && $repeat_count > 0) { 42 $repeat_count--;
|
H A D | mail_basic_alt1-win32.phpt | 48 $repeat_count = 20; // we will repeat a max of 20 times 49 while (!$found && $repeat_count > 0) { 70 $repeat_count -= 1;
|
H A D | mail_basic_alt2-win32.phpt | 45 $repeat_count = 20; // we will repeat a max of 20 times 46 while (!$found && $repeat_count > 0) { 67 $repeat_count -= 1;
|
H A D | mail_basic_alt3-win32.phpt | 45 $repeat_count = 20; // we will repeat a max of 20 times 46 while (!$found && $repeat_count > 0) { 67 $repeat_count -= 1;
|
H A D | mail_basic_alt4-win32.phpt | 46 $repeat_count = 20; // we will repeat a max of 20 times 47 while (!$found && $repeat_count > 0) { 68 $repeat_count -= 1;
|
H A D | mail_variation_alt3-win32.phpt | 46 $repeat_count = 20; // we will repeat a max of 20 times 47 while (!$found && $repeat_count > 0) { 68 $repeat_count -= 1;
|
H A D | mail_variation_alt1-win32.phpt | 47 $repeat_count = 20; // we will repeat a max of 20 times 48 while (!$found && $repeat_count > 0) { 69 $repeat_count -= 1;
|
H A D | mail_variation_alt2-win32.phpt | 47 $repeat_count = 20; // we will repeat a max of 20 times 48 while (!$found && $repeat_count > 0) { 69 $repeat_count -= 1;
|
H A D | bug80751.phpt | 25 $repeat_count = 20; // we will repeat a max of 20 times 26 while (!$found && $repeat_count > 0) { 48 $repeat_count--;
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 10146 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local 10178 repeat_count = PRIVATE_DATA(matchingpath + 3); in compile_bracket_matchingpath() 10179 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath() 10289 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), repeat_ptr, SLJIT_IMM, repeat_count); in compile_bracket_matchingpath() 12357 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; in compile_bracket_backtrackingpath() local 12387 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath() 12388 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); in compile_bracket_backtrackingpath() 12778 CMPTO(SLJIT_LESS_EQUAL, TMP1, 0, SLJIT_IMM, repeat_count, exact_label); in compile_bracket_backtrackingpath()
|
Completed in 56 milliseconds