Home
last modified time | relevance | path

Searched refs:ab (Results 126 – 136 of 136) sorted by relevance

123456

/PHP-5.3/ext/intl/doc/
H A DTutorial.txt75 (for example, "ab" < "a-b" < "aB"). This difference is ignored when there is a primary,
/PHP-5.3/ext/standard/
H A Darray.c3735 Bucket **ab = *(Bucket ***)a; in php_multisort_compare() local
3745 ARRAYG(compare_func)(&temp, *((zval **)ab[r]->pData), *((zval **)bb[r]->pData) TSRMLS_CC); in php_multisort_compare()
3751 } while (ab[r] != NULL); in php_multisort_compare()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput6291 \x{ab}
292 0: \x{ab}
H A Dtestinput10262 \x{ab}
H A Dtestinput6175 \x{ab}
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog662 (?i:([^b]))(?1) should not match "ab", but previously PCRE gave a match.
1550 with the subject "ab", where knowledge that the repeated group can match
2782 "(?s)(.{1,5})"8 did this with the subject "ab".
2789 but no maximum quantifier - for example [ab]{6,} - was not handled
3421 9. Matching the pattern "\b.*?" against "ab cd", starting at offset 1, failed
3594 14. A pattern such as /[ab]{1,3}+/ failed to compile, giving the error
3604 errors. For example, studying /[ab]*.*c/ concluded, erroneously, that any
4187 match if the class was a negative one (e.g. [^ab]). This has been fixed.
4203 greater than 255. For example: [ab\x{100}-\x{400}].
4797 like /([ab]*)*/, that is, for classes with more than one character in them.
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY983 ex. /ab{2,3}*/ was /(?:a(?:b{2,3}))*/,
1737 2002/03/18: [bug] ab{2}{3} was interpreded to (?:a(?:b{2})){3}
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt4173 ab(?C4)cd
5642 matches "ab", "aB", "c", and "C", even though when matching "C" the
5973 It matches "ab" in the subject "aab". The use of the backtracking con-
6302 (?<=ab(c|de))
6654 (ab(cd)ef)
8560 data> ab\P
8834 ((ab){1,1000}c){1,3}
8847 ((ab)(?2){0,999}c)(?1){0,2}
9415 "?:" modifier within the pattern itself. e.g. (?:ab|cd) does not cap-
9416 ture, while (ab|cd) does.
/PHP-5.3/ext/standard/tests/strings/
H A Dbug49785.phpt191 string(2) "ab"
/PHP-5.3/build/
H A Dlibtool.m45364 # platforms (ab)use it in PIC code, but their linkers get confused if
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c62931 } ab;
63749 u.ab.pVar = &p->aVar[pOp->p1 - 1];
63750 if( sqlite3VdbeMemTooBig(u.ab.pVar) ){
63753 sqlite3VdbeMemShallowCopy(pOut, u.ab.pVar, MEM_Static);

Completed in 333 milliseconds

123456