Home
last modified time | relevance | path

Searched refs:dc (Results 1 – 25 of 48) sorted by last modified time

12

/PHP-5.6/win32/
H A Dglob.c667 register Char *dc; local
672 dc = pathend;
674 while (dc < pathend_last && (*dc++ = *sc++) != EOS)
676 if (dc >= pathend_last) {
677 *dc = EOS;
686 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt283 dc => fc
H A Dstrtoupper1-win32.phpt283 dc => dc
315 fc => dc
H A Dhtml_entity_decode_cp866.phpt425 LOWER HALF BLOCK: &#x2584; => dc
H A Dhtml_entity_decode_iso8859-15.phpt297 LATIN CAPITAL LETTER U WITH DIAERESIS: &#xDC; => dc
298 &#xDC; => dc
H A Dhtml_entity_decode_iso8859-5.phpt297 CYRILLIC SMALL LETTER EM: &#x43C; => dc
H A Dhtml_entity_decode_koi8-r.phpt425 CYRILLIC SMALL LETTER E: &#x44D; => dc
H A Dhtml_entity_decode_macroman.phpt432 SINGLE LEFT-POINTING ANGLE QUOTATION MARK: &#x2039; => dc
H A Dhtml_entity_decode_win1251.phpt429 CYRILLIC CAPITAL LETTER SOFT SIGN: &#x42C; => dc
H A Dconvert_cyr_string_basic.phpt162 253: dc
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.c42781 int dc; /* Device characteristics */
42786 dc = sqlite3OsDeviceCharacteristics(pPager->fd);
42792 if( 0==(dc&(SQLITE_IOCAP_ATOMIC|(szPage>>8)) || nSector>szPage) ){
/PHP-5.6/ext/phar/tests/zip/
H A Dbug48791.phpt14 …compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1…
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput21372 /(abc|(c|dc))/I
H A Dtestoutput5336 /[\x{c4}-\x{dc}]/8
342 /[\x{c4}-\x{dc}]/8S
H A Dtestinput5119 /[\x{c4}-\x{dc}]/8
123 /[\x{c4}-\x{dc}]/8S
H A Dtestinput2497 /(abc|(c|dc))/I
/PHP-5.6/ext/pcre/tests/
H A Dbug75207.phpt5 …'<((?'RR'(?'R'\){97)?J)?J)(?'R'(?'R'\){99|(:(?|(?'R')(\k'R')|((?'R')))H'R'R)(H'R))))))/", "*b\dc");
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_exec.c3291 pcre_uint32 dc; in match() local
3292 GETCHARINC(dc, eptr); in match()
3298 if (fc != dc) in match()
3301 if (dc != UCD_OTHERCASE(fc)) in match()
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt5118 as \x{dc} (or \u00dc in JavaScript mode).
/PHP-5.6/ext/mysqli/tests/
H A Dcacert.pem16 94:05:96:54:9d:dc:8f:83:39:f3:64:7a:31:70:f6:
57 c8:9b:fe:dc
H A Dclient-cert.pem30 54:dc:88:12:b0:49:d5:40:83:ef:7e:48:43:86:7a:
/PHP-5.6/ext/ldap/tests/
H A Dldap_search_error.phpt15 $dn = "dc=not-found,$base";
16 $filter = "(dc=*)";
H A Dldap_search_variation1.phpt20 $filter = "(dc=*)";
H A Dldap_set_option_variation.phpt59 ldap_set_option($link, LDAP_OPT_MATCHED_DN, "dc=test,dc=com")
83 string(14) "dc=test,dc=com"
H A Dldap_errno_basic.phpt19 "dc" => "my-domain",

Completed in 390 milliseconds

12