Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.3/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/PHP-7.3/sapi/fpm/tests/
H A Dlogtool.inc55 * @param int $repeat
57 public function setExpectedMessage(string $message, int $limit, int $repeat = 0)
59 $this->message = ($repeat > 0) ? str_repeat($message, $repeat) : $message;
H A Dtester.inc1026 * @param int $repeat
1031 int $repeat = 0
1033 $this->logTool->setExpectedMessage($message, $limit, $repeat);
1058 * @param int $repeat
1065 int $repeat = 0,
1069 $this->logTool->setExpectedMessage($message, $limit, $repeat);
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_basic_alt4-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt1-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt2-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_variation_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt1-win32.phpt55 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt2-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
H A Dmail_basic_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c4091 } repeat; member
4204 tok->u.repeat.lower = low; in fetch_interval()
4205 tok->u.repeat.upper = up; in fetch_interval()
4967 tok->u.repeat.lower = 0; in fetch_token()
4975 tok->u.repeat.lower = 1; in fetch_token()
4983 tok->u.repeat.lower = 0; in fetch_token()
4984 tok->u.repeat.upper = 1; in fetch_token()
5514 tok->u.repeat.lower = 0; in fetch_token()
8000 goto repeat; in parse_exp()
8242 repeat: in parse_exp()
[all …]
H A Dregexec.c517 mem = p->repeat.id; in print_compiled_byte_code()
518 addr = p->repeat.addr; in print_compiled_byte_code()
525 mem = p->repeat.id; in print_compiled_byte_code()
1630 stk->u.repeat.pcode = (pat);\
3875 mem = p->repeat.id; /* mem: OP_REPEAT ID */ in match_at()
3876 addr = p->repeat.addr; in match_at()
3886 mem = p->repeat.id; /* mem: OP_REPEAT ID */ in match_at()
3887 addr = p->repeat.addr; in match_at()
H A Dregint.h786 } repeat; /* REPEAT, REPEAT_NG */ member
H A Dregcomp.c1062 COP(reg)->repeat.id = num_repeat; in compile_range_repeat_node()
1063 COP(reg)->repeat.addr = SIZE_INC + target_len + OPSIZE_REPEAT_INC; in compile_range_repeat_node()
/PHP-7.3/ext/mbstring/oniguruma/
H A DHISTORY190 2017/06/26: fix fatal bug of endless repeat check on Windows
258 2016/08/16: reimplement match stack allocation for case too many repeat
670 should check repeat-count >= range-upper and
1178 reluctant infinite repeat bug.
1494 parsing of nested repeat was invalid.
1883 2003/05/28: [new] possessive repeat operator. (?+, *+, ++, {n,m}+)
1903 2003/05/22: [spec] use OP_NULL_CHECK_XXX only if repeat is infinite.
1908 2003/05/19: [impl] avoid zero length repeat optimization. (thanks matz)
2032 2003/02/24: [impl] reduce redundant repeat of empty target.
2219 2002/03/30: [spec] warn redundant nested repeat operator
[all …]
H A DREADME.md138 * Fix fatal problem of endless repeat on Windows
H A DINSTALL69 5. Optionally, type 'make installcheck' to repeat any self-tests, but
/PHP-7.3/
H A Drun-tests.php540 $repeat = substr($argv[$i],0,1) == '-'; variable
542 while ($repeat) {
550 if ($repeat) {
569 $repeat = false; variable
690 $repeat = true; variable
/PHP-7.3/ext/standard/tests/file/
H A Duserstreams.phpt56 /* repeat the data a few times so that it grows larger than
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DRE558 + repeat of look-ahead is not allowed.
570 + Zero-width match in an infinite loop stops the repeat,
H A DSYNTAX.md960 If this flag is set, Oniguruma will warn about nested repeat operators those have no meaning, like …
961 If this flag is clear, Oniguruma will allow the nested repeat operators without warning about them.
H A DAPI51 redundant nested repeat operator.
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3888 repeat = 1; in scan_prefix()
3947 repeat = GET2(cc, 1); in scan_prefix()
4078 repeat = GET2(cc, 1); in scan_prefix()
4088 repeat = GET2(cc, 1); in scan_prefix()
4107 while (--repeat > 0); in scan_prefix()
4109 repeat = 1; in scan_prefix()
4141 if (repeat <= 0) in scan_prefix()
4182 while (--repeat > 0); in scan_prefix()
4206 repeat = 1; in scan_prefix()
4261 if (--repeat == 0) in scan_prefix()
[all …]
/PHP-7.3/Zend/
H A Dzend_builtin_functions.c862 repeat: in ZEND_FUNCTION()
886 goto repeat; in ZEND_FUNCTION()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic26783 # repeat search again or following default line does not work

Completed in 170 milliseconds

12