Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 22 of 22) sorted by relevance

/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug76335.phpt12 $d0 = __DIR__ . DIRECTORY_SEPARATOR . "á";
17 $l0 = $d0 . DIRECTORY_SEPARATOR . "b";
20 mkdir($d0);
25 chdir($d0);
26 var_dump(link($d0 . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "file", $l0));
35 $d0 = __DIR__ . DIRECTORY_SEPARATOR . "á";
40 $l0 = $d0 . DIRECTORY_SEPARATOR . "b";
46 rmdir($d0);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dbug70903.phpt21 $d0 = $prefix . "ı";
25 mkdir($d0);
27 get_basename_with_cp($d0, 65001);
29 touch("$d0\\ı.txt");
31 var_dump(count(stat("$d0\\ı.txt")) > 0);
33 unlink("$d0\\ı.txt");
35 rmdir($d0);
H A Dbug61315.phpt21 $d0 = $prefix . "ソフト";
26 mkdir($d0);
29 get_basename_with_cp($d0, 65001);
32 touch("$d0\\test0.txt");
35 var_dump(count(stat("$d0\\test0.txt")) > 0);
36 var_dump(count(stat("$d0\\test0.txt")) > 0);
38 unlink("$d0\\test0.txt");
41 rmdir($d0);
H A Dbug75063_utf8.phpt21 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
26 var_dump(get_basename_with_cp($d0, 65001, false));
29 var_dump(chdir($d0));
60 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
62 $obj = scandir($d0);
65 unlink($d0 . DIRECTORY_SEPARATOR . $file);
68 rmdir($d0);
H A Dbug75063_cp1251.phpt23 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
28 var_dump(get_basename_with_cp($d0, 1251, false));
31 var_dump(chdir($d0));
59 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
61 $obj = scandir($d0);
64 unlink($d0 . DIRECTORY_SEPARATOR . $file);
67 rmdir($d0);
/PHP-7.4/ext/standard/tests/hrtime/
H A Dhrtime.phpt12 $d0 = ($m1 - $m0)*1000000000.0;
16 $d = abs($d0 - $d1)/$d1;
/PHP-7.4/ext/date/tests/
H A Ddate_diff.phpt13 $d0 = new DateTime('2009-11-20');
16 $d = clone $d0;
/PHP-7.4/ext/standard/tests/general_functions/
H A D002.phpt4 <?php echo quoted_printable_decode("=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
/PHP-7.4/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt12 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
H A Dstrtoupper1-win32.phpt271 d0 => d0
303 f0 => d0
H A Dconvert_cyr_string_basic.phpt152 239: d0
H A Dstrtolower-win32.phpt271 d0 => f0
H A Dhtml_entity_decode_iso8859-15.phpt261 LATIN CAPITAL LETTER ETH: &#xD0; => d0
262 &#xD0; => d0
H A Dhtml_entity_decode_iso8859-5.phpt261 CYRILLIC SMALL LETTER A: &#x430; => d0
H A Dhtml_entity_decode_win1251.phpt393 CYRILLIC CAPITAL LETTER ER: &#x420; => d0
H A Dhtml_entity_decode_macroman.phpt396 EN DASH: &#x2013; => d0
H A Dhtml_entity_decode_cp866.phpt389 BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE: &#x2568; => d0
H A Dhtml_entity_decode_koi8-r.phpt389 CYRILLIC SMALL LETTER PE: &#x43F; => d0
H A Dbug49785.phpt234 string(2) "d0"
/PHP-7.4/Zend/
H A Dzend_strtod.c1261 ULong d0, d1; local
1263 #define d0 word0(&d) macro
1277 d0 = Exp_1 | y >> (Ebits - k);
1289 d0 = Exp_1 | y;
1310 word0(&d) = d0 >> 16 | d0 << 16;
1313 #undef d0
1334 ULong d0, d1; local
1338 #define d0 word0(d) macro
1349 z = d0 & Frac_mask;
1352 de = (int)(d0 >> Exp_shift);
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます25389 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"
H A Dmagic25389 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"

Completed in 173 milliseconds