Home
last modified time | relevance | path

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

/PHP-5.3/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_variation5.phpt7 * and advance the pointer to the next element
H A Deach_variation4.phpt9 * 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.3/ext/gd/libgd/
H A Dgdft.c1111 pen.x += image->advance.x >> 10;
1112 pen.y -= image->advance.y >> 10;
/PHP-5.3/ext/xml/
H A Dxml.c663 #define MB_FAILURE(pos, advance) do { \ argument
664 *cursor = pos + (advance); \
/PHP-5.3/ext/pcre/pcrelib/
H A DHACKING16 form of an expression was known in advance. The code to apply an expression did
H A DNEWS251 no longer advance by two characters instead of one when an unanchored match
H A DChangeLog2413 was because its rules for how to advance for /g after matching an empty
2703 characters are CRLF, advance by two characters instead of one.
2861 advance over multibyte UTF-8 characters in GlobalReplace.
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1808 CRLF is a recognized line ending sequence, the match position advance-
3190 and if so, and the current character is CR followed by LF, advance the
3336 the current character is CR followed by LF, advance the starting offset
7056 is unanchored, the normal "bumpalong" advance to the next starting
7069 the pattern is unanchored, the "bumpalong" advance is not to the next
7089 is found, the "bumpalong" advance is to the subject position that cor-
7510 (*COMMIT) overall failure, no advance of starting point
7511 (*PRUNE) advance to next starting character
7513 (*SKIP) advance to current matching position
7514 (*SKIP:NAME) advance to position corresponding to an earlier
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in697 ** Invoke sqlite_step() again to advance to the next row.

Completed in 57 milliseconds