Home
last modified time | relevance | path

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

12

/PHP-5.3/win32/
H A Dtime.c151 int repeat = TIME_ONESHOT;
159 repeat = TIME_PERIODIC;
164 realtimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
168 virttimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
172 proftimer = timeSetEvent(timeout, 100, (LPTIMECALLBACK) setitimer_timeout, (UINT) msg, repeat);
/PHP-5.3/ext/date/tests/
H A Dbug46874.phpt13 // this should repeat the same range
/PHP-5.3/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-5.3/ext/mbstring/oniguruma/
H A Dregparse.c2259 } repeat; member
2359 tok->u.repeat.lower = low; in fetch_range_quantifier()
2360 tok->u.repeat.upper = up; in fetch_range_quantifier()
2990 tok->u.repeat.lower = 0; in fetch_token()
2998 tok->u.repeat.lower = 1; in fetch_token()
3006 tok->u.repeat.lower = 0; in fetch_token()
3007 tok->u.repeat.upper = 1; in fetch_token()
3012 tok->u.repeat.greedy = 0; in fetch_token()
4849 goto repeat; in parse_exp()
5124 repeat: in parse_exp()
[all …]
H A Dregexec.c317 } repeat; member
626 stk->u.repeat.num = (id);\
627 stk->u.repeat.pcode = (pat);\
628 stk->u.repeat.count = 0;\
801 STACK_AT(stk->u.repeat_inc.si)->u.repeat.count--;\
991 if (k->u.repeat.num == (id)) {\
2722 stkp->u.repeat.count++; in match_at()
2731 p = stkp->u.repeat.pcode; in match_at()
2752 stkp->u.repeat.count++; in match_at()
2755 UChar* pcode = stkp->u.repeat.pcode; in match_at()
[all …]
H A DHISTORY158 should check repeat-count >= range-upper and
666 reluctant infinite repeat bug.
809 2004/05/26: [impl] doesn't need to check that target's simple repeat-ness
982 parsing of nested repeat was invalid.
1371 2003/05/28: [new] possessive repeat operator. (?+, *+, ++, {n,m}+)
1391 2003/05/22: [spec] use OP_NULL_CHECK_XXX only if repeat is infinite.
1396 2003/05/19: [impl] avoid zero length repeat optimization. (thanks matz)
1460 2003/03/08: [bug] called group in 0-repeat should not be eliminated from
1520 2003/02/24: [impl] reduce redundant repeat of empty target.
1707 2002/03/30: [spec] warn redundant nested repeat operator
[all …]
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c363 repeat(p, pos, count, count2);
541 repeat(p, pos, count, count2);
912 repeat(p, start, from, to) in repeat() function
939 repeat(p, start+1, 1, to);
959 repeat(p, copy, 1, to-1);
967 repeat(p, copy, from-1, to-1);
971 repeat(p, copy, from-1, to);
H A Dregcomp.ih23 static void repeat(register struct parse *p, sopno start, int from, int to);
/PHP-5.3/ext/standard/tests/mail/
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
H A Dmail_basic_alt4-win32.phpt54 $repeat_count = 20; // we will repeat a max of 20 times
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING248 0 to the given number. A repeat with a non-zero minimum and a fixed maximum is
328 applies to OP_CLASS and OP_REF[I]. In both cases, the repeat information
342 four bytes (two shorts) of data, comprising the minimum and maximum repeat
344 repeat is compiled into an atomic group.
369 OP_KET is used for subpatterns that do not repeat indefinitely, and
428 OP_ONCE. The check for matching an empty string in an unbounded repeat is
436 OP_SCOND for one that might match an empty string in an unbounded repeat. If
H A Dpcre_printint.src528 /* Do nothing if it's not a repeat; this code stops picky compilers
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DRE373 + repeat of look-ahead is not allowed.
385 + Zero-length match in infinite repeat stops the repeat,
H A DAPI45 redundant nested repeat operator.
/PHP-5.3/
H A Drun-tests.php499 $repeat = substr($argv[$i],0,1) == '-'; variable
501 while ($repeat) {
509 if ($repeat) {
528 $repeat = false; variable
640 $repeat = true; variable
/PHP-5.3/ext/standard/tests/file/
H A Duserstreams.phpt56 /* repeat the data a few times so that it grows larger than
/PHP-5.3/Zend/
H A Dzend_builtin_functions.c648 repeat: in ZEND_FUNCTION()
661 goto repeat; in ZEND_FUNCTION()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput2139 Failed: nothing to repeat at offset 1
237 Failed: nothing to repeat at offset 4
899 Failed: nothing to repeat at offset 0
902 Failed: nothing to repeat at offset 1
911 Failed: nothing to repeat at offset 2
935 Failed: nothing to repeat at offset 0
938 Failed: nothing to repeat at offset 1
947 Failed: nothing to repeat at offset 2
3035 Failed: nothing to repeat at offset 3
3038 Failed: nothing to repeat at offset 7
[all …]
H A Dgrepoutput103 pcregrep: Error in command-line regex at offset 4: nothing to repeat

Completed in 69 milliseconds

12