Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/PHP-7.2/ext/pcre/tests/
H A Dgrep2.phpt28 Warning: preg_grep(): Compilation failed: nothing to repeat at offset 0 in %sgrep2.php on line 5
H A Dsplit.phpt23 Warning: preg_split(): Compilation failed: nothing to repeat at offset 0 in %ssplit.php on line 4
/PHP-7.2/sapi/fpm/tests/
H A Dlogtool.inc49 * @param int $repeat
51 public function setExpectedMessage(string $message, int $limit, int $repeat = 0)
53 $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.2/ext/mbstring/oniguruma/src/
H A Dregparse.c2244 } repeat; member
2346 tok->u.repeat.lower = low; in fetch_range_quantifier()
2347 tok->u.repeat.upper = up; in fetch_range_quantifier()
3146 tok->u.repeat.lower = 0; in fetch_token()
3154 tok->u.repeat.lower = 1; in fetch_token()
3162 tok->u.repeat.lower = 0; in fetch_token()
3163 tok->u.repeat.upper = 1; in fetch_token()
3644 tok->u.repeat.lower = 0; in fetch_token()
5053 goto repeat; in parse_exp()
5271 repeat: in parse_exp()
[all …]
H A Dregexec.c617 stk->u.repeat.num = (id);\
618 stk->u.repeat.pcode = (pat);\
619 stk->u.repeat.count = 0;\
792 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
812 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
982 if (k->u.repeat.num == (id)) {\
2583 stkp->u.repeat.count++; in match_at()
2592 p = stkp->u.repeat.pcode; in match_at()
2613 stkp->u.repeat.count++; in match_at()
2616 UChar* pcode = stkp->u.repeat.pcode; in match_at()
[all …]
H A Dregint.h690 } repeat; member
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_variation_alt2-win32.phpt54 $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
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_alt3-win32.phpt53 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY63 2016/08/16: reimplement match stack allocation for case too many repeat
475 should check repeat-count >= range-upper and
983 reluctant infinite repeat bug.
1126 2004/05/26: [impl] doesn't need to check that target's simple repeat-ness
1299 parsing of nested repeat was invalid.
1688 2003/05/28: [new] possessive repeat operator. (?+, *+, ++, {n,m}+)
1708 2003/05/22: [spec] use OP_NULL_CHECK_XXX only if repeat is infinite.
1713 2003/05/19: [impl] avoid zero length repeat optimization. (thanks matz)
1837 2003/02/24: [impl] reduce redundant repeat of empty target.
2024 2002/03/30: [spec] warn redundant nested repeat operator
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING263 matches from 0 to the given number. A repeat with a non-zero minimum and a
371 applies to other classes and also to back references. In both cases, the repeat
389 followed by the minimum and maximum repeat counts.
414 OP_KET is used for subpatterns that do not repeat indefinitely, and OP_KETRMIN
468 The check for matching an empty string in an unbounded repeat is handled
490 OP_SCOND for one that might match an empty string in an unbounded repeat. If
H A Dpcre_jit_compile.c3486 repeat = 1; in scan_prefix()
3542 repeat = GET2(cc, 1); in scan_prefix()
3673 repeat = GET2(cc, 1); in scan_prefix()
3683 repeat = GET2(cc, 1); in scan_prefix()
3702 while (--repeat > 0); in scan_prefix()
3704 repeat = 1; in scan_prefix()
3736 if (repeat <= 0) in scan_prefix()
3777 while (--repeat > 0); in scan_prefix()
3801 repeat = 1; in scan_prefix()
3855 if (--repeat == 0) in scan_prefix()
[all …]
H A DChangeLog38 encountered a character class with a possessive repeat, for example [a-f]{3}+.
315 33. The JIT compiler should not check repeats after a {0,1} repeat byte code.
426 12. A possessive capturing group such as (a)*+ with a minimum repeat of zero
427 failed to allow the zero-repeat case if pcre2_exec() was called with an
2478 which had an unlimited repeat of a nested, fixed maximum repeat of a wide
2850 12. Previously, a group with a zero repeat such as (...){0} was completely
3225 are longer than 30,000 bytes (though not repeat them that many times).
3278 unlimited repeat caused a loop at compile time (while checking to see
3494 while processing a minimizing repeat. If the check also involved
3496 erroneous result when trying to check for a repeat of the original
[all …]
/PHP-7.2/
H A Drun-tests.php530 $repeat = substr($argv[$i],0,1) == '-'; variable
532 while ($repeat) {
540 if ($repeat) {
559 $repeat = false; variable
692 $repeat = true; variable
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE396 + repeat of look-ahead is not allowed.
408 + Zero-width match in an infinite loop stops the repeat,
H A DAPI51 redundant nested repeat operator.
/PHP-7.2/ext/standard/tests/file/
H A Duserstreams.phpt56 /* repeat the data a few times so that it grows larger than
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput2142 Failed: nothing to repeat at offset 1
240 Failed: nothing to repeat at offset 4
890 Failed: nothing to repeat at offset 0
893 Failed: nothing to repeat at offset 1
902 Failed: nothing to repeat at offset 2
926 Failed: nothing to repeat at offset 0
929 Failed: nothing to repeat at offset 1
938 Failed: nothing to repeat at offset 2
3061 Failed: nothing to repeat at offset 3
3064 Failed: nothing to repeat at offset 7
[all …]
/PHP-7.2/Zend/
H A Dzend_builtin_functions.c812 repeat: in ZEND_FUNCTION()
838 goto repeat; in ZEND_FUNCTION()

Completed in 192 milliseconds

12