Searched refs:drive (Results 1 – 20 of 20) sorted by relevance
/PHP-7.3/ext/standard/tests/file/ |
H A D | bug41874.phpt | 14 The system cannot find the drive specified. 15 The system cannot find the drive specified.
|
H A D | bug41874_1.phpt | 16 The system cannot find the drive specified.
|
H A D | bug41874_3.phpt | 16 The system cannot find the drive specified.
|
H A D | bug41874_2.phpt | 17 The system cannot find the drive specified.
|
H A D | bug72035.phpt | 2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root
|
H A D | basename_bug66395_variation2-win32.phpt | 2 basename bug #66395 check drive traversing and NTFS streams
|
H A D | basename_variation1-win32.phpt | 14 // drive letters
|
H A D | basename_variation1.phpt | 14 // drive letters
|
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | apptype.c | 49 char path[_MAX_PATH], drive[_MAX_DRIVE], dir[_MAX_DIR], in file_os2_apptype() local 61 _splitpath(filename, drive, dir, fname, ext); in file_os2_apptype() 62 (void)sprintf(path, "%s%s%s%s", drive, in file_os2_apptype()
|
/PHP-7.3/ext/standard/tests/file/windows_links/ |
H A D | bug48746.phpt | 25 $drive = substr(__DIR__, 0, 2); 27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
H A D | bug48746_2.phpt | 25 $drive = substr(__DIR__, 0, 2); 27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
H A D | bug73962.phpt | 23 $drive = substr(__DIR__, 0, 2); 25 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
H A D | bug48746_1.phpt | 25 $drive = substr(__DIR__, 0, 2); 27 $ret = exec($mountvol . " " . $drive . " /L", $output, $ret_val);
|
/PHP-7.3/ext/phar/tests/ |
H A D | bug71625.phpt | 12 if (file_exists('A:')) die('skip drive A: exists');
|
/PHP-7.3/ext/standard/ |
H A D | filestat.c | 134 char drive = path[0] & 95; 136 if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) { 228 char drive = path[0] & 95; 230 if (DosQueryFSInfo( drive ? drive - 64 : 0, FSIL_ALLOC, &fsinfo, sizeof( fsinfo ) ) == 0) {
|
/PHP-7.3/ext/mbstring/oniguruma/ |
H A D | INSTALL | 186 does not work on platforms that have drive letters. On the other hand,
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 6368 0 name sega-mega-drive-header 6385 >0 use sega-mega-drive-header 6389 >0 use sega-mega-drive-header 6394 >0x10 use sega-mega-drive-header 6398 >0x10 use sega-mega-drive-header 6405 >>0 use sega-mega-drive-header 6409 >>>0 use sega-mega-drive-header 6415 >>>0 use sega-mega-drive-header 9464 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive 10914 # xxxxx0xx Not Removable drive [all …]
|
H A D | magic私はガラスを食べられます | 6368 0 name sega-mega-drive-header 6385 >0 use sega-mega-drive-header 6389 >0 use sega-mega-drive-header 6394 >0x10 use sega-mega-drive-header 6398 >0x10 use sega-mega-drive-header 6405 >>0 use sega-mega-drive-header 6409 >>>0 use sega-mega-drive-header 6415 >>>0 use sega-mega-drive-header 9464 # physical drive number (0x80-0xFF) when the Windows wrote that byte to the drive 10914 # xxxxx0xx Not Removable drive [all …]
|
/PHP-7.3/ |
H A D | NEWS | 1203 subst virtual drive). (Anatol) 1621 . Fixed bug #74243 (allow locales.conf to drive datetime format). (fandrieu)
|
/PHP-7.3/build/ |
H A D | libtool.m4 | 1488 # path with ; separators, and with drive letters. We can handle the 1489 # drive letters (cygwin fileutils understands them), so leave them,
|
Completed in 196 milliseconds