Home
last modified time | relevance | path

Searched refs:dir3 (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/standard/tests/file/
H A Dparse_ini_file_variation3.phpt12 $dir3 = $pwd."/".$f.".dir3";
15 $newdirs = array($dir1, $dir2, $dir3);
57 $dir3 = $pwd."/".$f.".dir3";
58 $newdirs = array($dir1, $dir2, $dir3);
70 … %sparse_ini_file_variation3.dir1%sparse_ini_file_variation3.dir2%sparse_ini_file_variation3.dir3%S
H A Dfopen_include_path.inc6 $dir3 = $pwd."/".$f.".dir3";
9 $newdirs = array($dir1, $dir2, $dir3);
11 $reldirs = array("dir1", "dir2", "dir3");
H A Dfopen_variation5.phpt20 $newdirs = array("dir1", "dir2", "dir3");
H A Dfopen_variation8.phpt20 $newdirs = array("dir1", "dir2", "dir3");
/PHP-8.3/ext/zlib/tests/
H A Dgzopen_include_path.inc6 $dir3 = $pwd."/".$f.".dir3";
9 $newdirs = array($dir1, $dir2, $dir3);
11 $reldirs = array("dir1", "dir2", "dir3");
H A Dreading_include_path.inc15 $newdirs = array("dir1", "dir2", "dir3");
/PHP-8.3/ext/zip/tests/
H A Doo_rename.phpt47 if (!$zip->renameName('dir/entry2.txt', 'dir3/ren_entry2.txt')) {
54 "dir3/ren_entry2.txt"
/PHP-8.3/ext/gd/libgd/
H A Dgd_topal.c1199 int dir3; /* 3*dir, for advancing inptr & errorptr */ in pass2_fs_dither() local
1222 dir3 = -3; in pass2_fs_dither()
1229 dir3 = 3; in pass2_fs_dither()
1253 errorptr += dir3; in pass2_fs_dither()
1264 cur0 = RIGHT_SHIFT (cur0 + errorptr[dir3 + 0] + 8, 4); in pass2_fs_dither()
1265 cur1 = RIGHT_SHIFT (cur1 + errorptr[dir3 + 1] + 8, 4); in pass2_fs_dither()
1266 cur2 = RIGHT_SHIFT (cur2 + errorptr[dir3 + 2] + 8, 4); in pass2_fs_dither()
1341 errorptr += dir3; /* advance errorptr to current column */ in pass2_fs_dither()

Completed in 30 milliseconds