Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 25 of 54) sorted by last modified time

123

/PHP-5.5/tests/classes/
H A Dconstants_basic_003.phpt10 const ca = A::MY_CONST;
21 var_dump(B::ca);
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1214 -crt application/x-x509-ca-cert
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation3.phpt49 string(10) "hat you ca"
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt265 ca => ea
H A Dstrtoupper1-win32.phpt265 ca => ca
297 ea => ca
H A Dhtml_entity_decode_iso8859-15.phpt243 LATIN CAPITAL LETTER E WITH CIRCUMFLEX: Ê => ca
244 Ê => ca
H A Dhtml_entity_decode_macroman.phpt253   => ca
378 NO-BREAK SPACE:   => ca
H A Dhtml_entity_decode_win1251.phpt375 CYRILLIC CAPITAL LETTER KA: К => ca
H A Dhtml_entity_decode_cp866.phpt371 BOX DRAWINGS DOUBLE UP AND HORIZONTAL: ╩ => ca
H A Dhtml_entity_decode_iso8859-5.phpt243 CYRILLIC CAPITAL LETTER HARD SIGN: Ъ => ca
H A Dhtml_entity_decode_koi8-r.phpt371 CYRILLIC SMALL LETTER SHORT I: й => ca
H A Dconvert_cyr_string_basic.phpt142 233: ca
/PHP-5.5/ext/standard/
H A Dstrnatcmp.c104 unsigned char ca, cb; in strnatcmp_ex() local
117 ca = *ap; cb = *bp; in strnatcmp_ex()
121 ca = *++ap; in strnatcmp_ex()
131 while (isspace((int)(unsigned char)ca)) { in strnatcmp_ex()
132 ca = *++ap; in strnatcmp_ex()
140 if (isdigit((int)(unsigned char)ca) && isdigit((int)(unsigned char)cb)) { in strnatcmp_ex()
141 fractional = (ca == '0' || cb == '0'); in strnatcmp_ex()
155 ca = *ap; cb = *bp; in strnatcmp_ex()
160 ca = toupper((int)(unsigned char)ca); in strnatcmp_ex()
164 if (ca < cb) in strnatcmp_ex()
[all …]
/PHP-5.5/ext/spl/tests/
H A Diterator_014.phpt71 …r(array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d"))) as $k=>$v)
126 0=>ca
H A Diterator_015.phpt32 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d");
58 0=>ca
H A Diterator_016.phpt45 $arr = array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d");
72 0=>ca
H A Diterator_021.phpt103 …ay("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2) as $k=>…
167 0=>ca
H A Diterator_022.phpt116 …ay("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2) as $k=>…
H A Diterator_023.phpt116 …ay("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2) as $k=>…
H A Diterator_034.phpt98 …"a", array("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2);
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_002.phpt57 string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
110 string(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
H A Dphar_oo_002U.phpt57 unicode(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
110 unicode(42) "phar://*/files/phar_oo_test.phar.php%ca.php"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput8620 /^\ca\cA\c[\c{\c:/
H A Dtestoutput1226 /^\ca\cA\c[;\c:/
9217 ca
9219 0+ ca
H A Dtestoutput101621 \x{6ca}
1622 0: \x{6ca}
1646 0: ABCD1234\x{6ca}
1653 \x{6ca}
1654 0: \x{6ca}
1784 \x{6ca}
1785 0: \x{6ca}
1814 \x{6ca}
1815 0: \x{6ca}
2181 /\x{01ca}+/8i
[all …]

Completed in 50 milliseconds

123