Home
last modified time | relevance | path

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

12

/php-src/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-src/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));
59 $d0 = $prefix . DIRECTORY_SEPARATOR . $dir_basename;
61 $obj = scandir($d0);
64 unlink($d0 . DIRECTORY_SEPARATOR . $file);
67 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-src/ext/standard/tests/hrtime/
H A Dhrtime.phpt14 $d0 = ($m1 - $m0)*1000000000.0;
18 $d = abs($d0 - $d1)/$d1;
/php-src/ext/date/tests/
H A Ddate_diff.phpt13 $d0 = new DateTime('2009-11-20');
16 $d = clone $d0;
/php-src/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-src/ext/standard/tests/strings/
H A Dquoted_printable_decode_basic.phpt7 $str = "=FAwow-factor=C1=d0=D5=DD=C5=CE=CE=D9=C5=0A=
H A Dstrtolower.phpt262 d0 => d0
H A Dstrtoupper1.phpt265 d0 => d0
H A Dhtml_entity_decode_iso8859-15.phpt262 LATIN CAPITAL LETTER ETH: &#xD0; => d0
263 &#xD0; => d0
H A Dhtml_entity_decode_iso8859-5.phpt262 CYRILLIC SMALL LETTER A: &#x430; => d0
H A Dhtml_entity_decode_macroman.phpt397 EN DASH: &#x2013; => d0
H A Dhtml_entity_decode_win1251.phpt394 CYRILLIC CAPITAL LETTER ER: &#x420; => d0
H A Dhtml_entity_decode_cp866.phpt390 BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE: &#x2568; => d0
H A Dhtml_entity_decode_koi8-r.phpt390 CYRILLIC SMALL LETTER PE: &#x43F; => d0
H A Dbug49785.phpt234 string(2) "d0"
/php-src/.github/scripts/windows/
H A Dtest_task.bat91 mkdir %~d0\usr\local\lib\enchant-2
93 copy %DEPS_DIR%\bin\libenchant2_hunspell.dll %~d0\usr\local\lib\enchant-2
95 mkdir %~d0\usr\local\share\enchant\hunspell
98 pushd %~d0\usr\local\share\enchant\hunspell
/php-src/Zend/
H A Dzend_strtod.c1251 ULong d0, d1; local
1253 #define d0 word0(&d) macro
1267 d0 = Exp_1 | y >> (Ebits - k);
1279 d0 = Exp_1 | y;
1300 word0(&d) = d0 >> 16 | d0 << 16;
1303 #undef d0
1324 ULong d0, d1; local
1328 #define d0 word0(d) macro
1339 z = d0 & Frac_mask;
1342 de = (int)(d0 >> Exp_shift);
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h46 _(V0, d0, s0, h0, b0) \
H A Dir.h301 _(FRAME_ADDR, d0, ___, ___, ___) /* function frame address */ \
H A Dir_aarch64.dasc5275 | stp d0, d1, [sp, #-16]!
/php-src/ext/fileinfo/tests/upstream/
H A Dmatilde.arm.testfile6 �%Vйa����@<x@m1�A�"J�)��C�.t4�c��d0<zg���Y*˴fRMg�J5o��;�κ�h�<< Pg����*�0�*=�K|�K~��%…
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます530 # assembler instructions: lea exp(pc),a1; moveq 25h,d0; jsr -552(a6)
34888 # "sendmail -d0 -bt < /dev/null |grep -i Version" or "egrep '^DZ' /etc/sendmail.cf"

Completed in 237 milliseconds

12