Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 25 of 42) sorted by last modified time

12

/PHP-5.5/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt272 d1 => f1
H A Dstrtoupper1-win32.phpt272 d1 => d1
304 f1 => d1
H A Dstrnatcmp_basic.phpt14 $d1 = "abc2";
24 var_dump(strnatcmp($a1, $d1));
26 var_dump(strnatcmp($d1, $c1));
32 var_dump(strnatcmp($d1, $c2));
42 var_dump(strnatcmp($d1, $a1));
44 var_dump(strnatcmp($c1, $d1));
48 var_dump(strnatcmp($d1, $a2));
H A Dhtml_entity_decode_iso8859-15.phpt264 LATIN CAPITAL LETTER N WITH TILDE: Ñ => d1
265 Ñ => d1
H A Dhtml_entity_decode_macroman.phpt399 EM DASH: — => d1
H A Dhtml_entity_decode_win1251.phpt396 CYRILLIC CAPITAL LETTER ES: С => d1
H A Dhtml_entity_decode_cp866.phpt392 BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE: ╤ => d1
H A Dhtml_entity_decode_iso8859-5.phpt264 CYRILLIC SMALL LETTER BE: б => d1
H A Dhtml_entity_decode_koi8-r.phpt392 CYRILLIC SMALL LETTER YA: я => d1
H A Dconvert_cyr_string_basic.phpt164 255: d1
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c68080 d1 = szHdr1;
68097 if( d1+serial_type1+2>(u32)nKey1
68105 d1 += sqlite3VdbeSerialGet(&aKey1[d1], serial_type1, &mem1);
68399 d1 = szHdr1 + sqlite3VdbeSerialTypeLen(s1);
68404 d1 = szHdr1;
68405 if( d1>(unsigned)nKey1 ){
68484 if( (d1+mem1.n) > (unsigned)nKey1 ){
68491 mem1.z = (char*)&aKey1[d1];
68511 testcase( (d1+nStr)==(unsigned)nKey1 );
68513 if( (d1+nStr) > (unsigned)nKey1 ){
[all …]
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_013.phpt19 $al1 = new Autoloader('d1');
43 string(2) "d1"
H A Dspl_autoload_014.phpt26 $al1 = new Autoloader('d1');
44 Autoloader('d1') called with TestX
H A Darray_026.phpt6 $test['d1']['d2'] = 'hello';
7 $test['d1']['d3'] = 'world';
15 ["d1"]=>
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
66 var_dump($row['d1']);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput102251 \x{0398}\x{03b8}\x{03d1}\x{03f4}
2252 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
2255 \x{0398}\x{03b8}\x{03d1}\x{03f4}
2256 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
2258 /\x{03d1}+/8i
2259 \x{0398}\x{03b8}\x{03d1}\x{03f4}
2260 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
2263 \x{0398}\x{03b8}\x{03d1}\x{03f4}
2264 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
H A Dtestoutput61699 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1700 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
1704 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
1706 /[z\x{03d1}]+/8i
1708 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
1712 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
1993 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
1997 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
1999 /\x{03d1}+/8i
2001 0: \x{398}\x{3b8}\x{3d1}\x{3f4}
[all …]
H A Dtestinput6998 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1001 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1003 /[z\x{03d1}]+/8i
1004 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1007 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1208 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1211 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1213 /\x{03d1}+/8i
1214 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1217 \x{0398}\x{03b8}\x{03d1}\x{03f4}
H A Dtestinput101217 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1220 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1222 /\x{03d1}+/8i
1223 \x{0398}\x{03b8}\x{03d1}\x{03f4}
1226 \x{0398}\x{03b8}\x{03d1}\x{03f4}
/PHP-5.5/ext/oci8/tests/
H A Dbind_misccoltypes.phpt83 . " to_date(:d1, 'YYYY-MM-DD HH24:MI:SS'), "
84 . " to_timestamp(:d1, 'YYYY-MM-DD HH24:MI:SS'), "
103 $d1 = "2010-03-29 13:09:15";
116 oci_bind_by_name($s, ":d1", $d1);
/PHP-5.5/ext/mysqli/tests/
H A D020.phpt40 mysqli_stmt_bind_param($stmt, "sssssss", $d1, $d2, $d3, $d4, $d5, $d6, $d7);
42 $d1 = "2002-01-02";
H A D026.phpt34 mysqli_stmt_bind_result($stmt, $d1, $d2);
38 $test = array($d1,$d2);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c93 distance_add(OnigDistance d1, OnigDistance d2) in distance_add() argument
95 if (d1 == ONIG_INFINITE_DISTANCE || d2 == ONIG_INFINITE_DISTANCE) in distance_add()
98 if (d1 <= ONIG_INFINITE_DISTANCE - d2) return d1 + d2; in distance_add()
4032 comp_distance_value(MinMaxLen* d1, MinMaxLen* d2, int v1, int v2) in comp_distance_value() argument
4037 v1 *= distance_value(d1); in comp_distance_value()
4043 if (d2->min < d1->min) return 1; in comp_distance_value()
4044 if (d2->min > d1->min) return -1; in comp_distance_value()
/PHP-5.5/ext/intl/tests/
H A Ddateformat_format.phpt77 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
81 $d1,
H A Ddateformat_format_variant3.phpt77 $d1 = new DateTime("2010-01-01 01:02:03", new DateTimeZone("UTC"));
81 $d1,

Completed in 377 milliseconds

12