Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/ext/standard/tests/array/
H A Deach_variation6.phpt7 * and advance the pointer to the next element
H A Deach_basic.phpt7 * and advance the pointer to the next element
H A Deach_variation4.phpt7 * and advance the pointer to the next element
H A Deach_error.phpt7 * and advance the pointer to the next element
H A Deach_variation5.phpt7 * and advance the pointer to the next element
H A Deach_variation2.phpt7 * and advance the pointer to the next element
H A Deach_variation3.phpt7 * and advance the pointer to the next element
H A Deach_variation1.phpt7 * and advance the pointer to the next element
H A Deach.phpt6 and advance the array cursor */
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c1113 pen.x += image->advance.x >> 10;
1114 pen.y -= image->advance.y >> 10;
/PHP-5.5/ext/standard/
H A Dhtml.c66 #define MB_FAILURE(pos, advance) do { \ argument
67 *cursor = pos + (advance); \
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING16 form of an expression was known in advance. The code to apply an expression did
H A DNEWS356 no longer advance by two characters instead of one when an unanchored match
H A DChangeLog269 24. Computing the size of the JIT read-only data in advance has been a source
3350 was because its rules for how to advance for /g after matching an empty
3640 characters are CRLF, advance by two characters instead of one.
3798 advance over multibyte UTF-8 characters in GlobalReplace.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1861 CRLF is a recognized line ending sequence, the match position advance-
3347 and if so, and the current character is CR followed by LF, advance the
3499 the current character is CR followed by LF, advance the starting offset
7472 advance to the next starting character then happens. Backtracking can
7489 the pattern is unanchored, the "bumpalong" advance is not to the next
7509 "bumpalong" advance is to the subject position that corresponds to that
8048 (*COMMIT) overall failure, no advance of starting point
8049 (*PRUNE) advance to next starting character
8051 (*SKIP) advance to current matching position
8052 (*SKIP:NAME) advance to position corresponding to an earlier
[all …]

Completed in 66 milliseconds