Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_macroman.phpt285 ACUTE ACCENT: ´ => ab
313 ´ => ab
H A Dhtml_entity_decode_win1251.phpt282 LEFT-POINTING DOUBLE ANGLE QUOTATION MARK: « => ab
283 « => ab
H A Dhtml_entity_decode_iso8859-5.phpt150 CYRILLIC CAPITAL LETTER TSHE: Ћ => ab
H A Dhtml_entity_decode_cp866.phpt278 CYRILLIC SMALL LETTER EL: л => ab
H A Dhtml_entity_decode_koi8-r.phpt278 BOX DRAWINGS DOUBLE UP AND RIGHT: ╚ => ab
H A Dbug49785.phpt197 string(2) "ab"
/PHP-5.4/ext/ereg/tests/
H A Dereg_replace_basic_001.phpt31 --> Pattern: '..(a|b|c)(a|b|c)..'; match: '--- ab ---'
H A Deregi_replace_basic_001.phpt31 --> Pattern: '..(a|b|c)(a|b|c)..'; match: '--- ab ---'
/PHP-5.4/ext/standard/tests/file/
H A Dfflush_variation3.phpt22 "a", "ab", "at", "a+","a+b", "a+t");
/PHP-5.4/
H A DEXTENSIONS389 PRIMARY MAINTAINER: Sara Golemon <pollita@php.net>, Mike Wallner <mike@php.net>, Anatol Belski <ab
/PHP-5.4/ext/intl/doc/
H A DTutorial.txt75 (for example, "ab" < "a-b" < "aB"). This difference is ignored when there is a primary,
/PHP-5.4/ext/standard/
H A Darray.c3745 Bucket **ab = *(Bucket ***)a; in php_multisort_compare() local
3755 ARRAYG(compare_func)(&temp, *((zval **)ab[r]->pData), *((zval **)bb[r]->pData) TSRMLS_CC); in php_multisort_compare()
3761 } while (ab[r] != NULL); in php_multisort_compare()
/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog283 4. A pattern such as (?=ab\K) that uses \K in an assertion can set the start
376 not match "ab".
442 item was recorded. For example, the pattern (?(?=ab)ab) recorded "a" as a
1422 (?i:([^b]))(?1) should not match "ab", but previously PCRE gave a match.
2311 with the subject "ab", where knowledge that the repeated group can match
3543 "(?s)(.{1,5})"8 did this with the subject "ab".
3550 but no maximum quantifier - for example [ab]{6,} - was not handled
4355 14. A pattern such as /[ab]{1,3}+/ failed to compile, giving the error
4365 errors. For example, studying /[ab]*.*c/ concluded, erroneously, that any
4964 greater than 255. For example: [ab\x{100}-\x{400}].
[all …]
/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput10491 \x{ab}
492 0: \x{ab}
H A Dtestinput10271 \x{ab}
H A Dtestoutput6293 \x{ab}
294 0: \x{ab}
H A Dtestinput6177 \x{ab}
/PHP-5.4/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.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt4325 (?(?C9)(?=a)ab|de)
4377 ab(?C4)cd
5535 pattern such as (?=ab\K) matches, the reported start of the match can
5998 matches "ab", "aB", "c", and "C", even though when matching "C" the
6341 It matches "ab" in the subject "aab". The use of the backtracking con-
6671 (?<=ab(c|de))
7018 (ab(cd)ef)
9074 data> ab\P
9352 ((ab){1,1000}c){1,3}
9365 ((ab)(?2){0,999}c)(?1){0,2}
[all …]
/PHP-5.4/build/
H A Dlibtool.m45360 # platforms (ab)use it in PIC code, but their linkers get confused if

Completed in 116 milliseconds

123456