/PHP-7.3/ext/date/tests/ |
H A D | bug46874.phpt | 13 // this should repeat the same range
|
/PHP-7.3/sapi/fpm/tests/ |
H A D | logtool.inc | 55 * @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 D | tester.inc | 1026 * @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 D | mail_basic_alt4-win32.phpt | 54 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_variation_alt1-win32.phpt | 54 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_variation_alt2-win32.phpt | 54 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_variation_alt3-win32.phpt | 53 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt1-win32.phpt | 55 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt2-win32.phpt | 53 $repeat_count = 20; // we will repeat a max of 20 times
|
H A D | mail_basic_alt3-win32.phpt | 53 $repeat_count = 20; // we will repeat a max of 20 times
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 4091 } 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 D | regexec.c | 517 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 D | regint.h | 786 } repeat; /* REPEAT, REPEAT_NG */ member
|
H A D | regcomp.c | 1062 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 D | HISTORY | 190 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 D | README.md | 138 * Fix fatal problem of endless repeat on Windows
|
H A D | INSTALL | 69 5. Optionally, type 'make installcheck' to repeat any self-tests, but
|
/PHP-7.3/ |
H A D | run-tests.php | 540 $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 D | userstreams.phpt | 56 /* repeat the data a few times so that it grows larger than
|
/PHP-7.3/ext/mbstring/oniguruma/doc/ |
H A D | RE | 558 + repeat of look-ahead is not allowed. 570 + Zero-width match in an infinite loop stops the repeat,
|
H A D | SYNTAX.md | 960 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 D | API | 51 redundant nested repeat operator.
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_compile.c | 3888 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 D | zend_builtin_functions.c | 862 repeat: in ZEND_FUNCTION() 886 goto repeat; in ZEND_FUNCTION()
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 26783 # repeat search again or following default line does not work
|