Home
last modified time | relevance | path

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

/PHP-7.2/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_error.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_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-7.2/ext/gd/libgd/
H A Dgdft.c1184 pen.x += image->advance.x >> 10;
1185 pen.y -= image->advance.y >> 10;
/PHP-7.2/ext/standard/
H A Dhtml.c66 #define MB_FAILURE(pos, advance) do { \ argument
67 *cursor = pos + (advance); \
/PHP-7.2/sapi/phpdbg/
H A Dxml.md563 - sets stepping to either opcode or line (so a step command will either advance one op or one line)
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING16 form of an expression was known in advance. The code to apply an expression did
H A DNEWS377 no longer advance by two characters instead of one when an unanchored match
H A DChangeLog455 24. Computing the size of the JIT read-only data in advance has been a source
3536 was because its rules for how to advance for /g after matching an empty
3826 characters are CRLF, advance by two characters instead of one.
3984 advance over multibyte UTF-8 characters in GlobalReplace.
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1860 CRLF is a recognized line ending sequence, the match position advance-
3346 and if so, and the current character is CR followed by LF, advance the
3498 the current character is CR followed by LF, advance the starting offset
7476 advance to the next starting character then happens. Backtracking can
7493 the pattern is unanchored, the "bumpalong" advance is not to the next
7513 "bumpalong" advance is to the subject position that corresponds to that
8052 (*COMMIT) overall failure, no advance of starting point
8053 (*PRUNE) advance to next starting character
8055 (*SKIP) advance to current matching position
8056 (*SKIP:NAME) advance to position corresponding to an earlier
[all …]

Completed in 71 milliseconds