Searched refs:repeat_count (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/standard/tests/mail/ |
H A D | mail_basic_alt4-win32.phpt | 54 $repeat_count = 20; // we will repeat a max of 20 times 55 while (!$found && $repeat_count > 0) { 76 $repeat_count -= 1;
|
H A D | mail_variation_alt1-win32.phpt | 54 $repeat_count = 20; // we will repeat a max of 20 times 55 while (!$found && $repeat_count > 0) { 76 $repeat_count -= 1;
|
H A D | mail_variation_alt2-win32.phpt | 54 $repeat_count = 20; // we will repeat a max of 20 times 55 while (!$found && $repeat_count > 0) { 76 $repeat_count -= 1;
|
H A D | mail_variation_alt3-win32.phpt | 53 $repeat_count = 20; // we will repeat a max of 20 times 54 while (!$found && $repeat_count > 0) { 75 $repeat_count -= 1;
|
H A D | mail_basic_alt1-win32.phpt | 55 $repeat_count = 20; // we will repeat a max of 20 times 56 while (!$found && $repeat_count > 0) { 77 $repeat_count -= 1;
|
H A D | mail_basic_alt2-win32.phpt | 53 $repeat_count = 20; // we will repeat a max of 20 times 54 while (!$found && $repeat_count > 0) { 75 $repeat_count -= 1;
|
H A D | mail_basic_alt3-win32.phpt | 53 $repeat_count = 20; // we will repeat a max of 20 times 54 while (!$found && $repeat_count > 0) { 75 $repeat_count -= 1;
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 8927 int repeat_type = 0, repeat_count = 0; in compile_bracket_matchingpath() local 8959 repeat_count = PRIVATE_DATA(matchingpath + 3); in compile_bracket_matchingpath() 8960 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0); in compile_bracket_matchingpath() 9073 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), repeat_ptr, SLJIT_IMM, repeat_count); in compile_bracket_matchingpath() 10993 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; in compile_bracket_backtrackingpath() local 11024 repeat_count = PRIVATE_DATA(ccbegin + 3); in compile_bracket_backtrackingpath() 11025 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0); in compile_bracket_backtrackingpath() 11412 CMPTO(SLJIT_LESS_EQUAL, TMP1, 0, SLJIT_IMM, repeat_count, exact_label); in compile_bracket_backtrackingpath()
|
Completed in 47 milliseconds