Searched refs:destination (Results 1 – 25 of 41) sorted by relevance
12
2 Bug #81420 (ZipArchive::extractTo extracts outside of destination)11 $destination = __DIR__ . "/bug81420";12 mkdir($destination);13 $zip->extractTo($destination);14 var_dump(file_exists("$destination/nt1/zzr_noharm.php"));18 $destination = __DIR__ . "/bug81420";19 @unlink("$destination/nt1/zzr_noharm.php");20 @rmdir("$destination/nt1");21 @rmdir($destination);
21 /* array of destination file names */71 echo "Size of destination file => ";96 Size of destination file => int(1500)103 Size of destination file => int(1500)110 Size of destination file => int(1500)117 Size of destination file => int(1500)124 Size of destination file => int(1500)131 Size of destination file => int(1500)138 Size of destination file => int(1500)145 Size of destination file => int(1500)[all …]
21 /* array of destination file names */95 Size of destination file => int(1500)102 Size of destination file => int(1500)109 Size of destination file => int(1500)116 Size of destination file => int(1500)135 Size of destination file => int(1500)142 Size of destination file => int(1500)149 Size of destination file => int(1500)162 Size of destination file => int(1500)169 Size of destination file => int(1500)[all …]
16 /* array of destination file names */56 echo "Size of destination file => ";81 Size of destination file => int(1500)88 Size of destination file => int(1500)95 Size of destination file => int(1500)102 Size of destination file => int(1500)109 Size of destination file => int(1500)116 Size of destination file => int(1500)123 Size of destination file => int(1500)130 Size of destination file => int(1500)[all …]
24 /* array of destination file names */52 echo "Existence of destination file => ";63 echo "Size of destination file => ";89 Existence of destination file => bool(true)92 Size of destination file => int(%d)101 Existence of destination file => bool(true)104 Size of destination file => int(%d)116 Size of destination file => int(%d)128 Size of destination file => int(%d)138 Size of destination file => int(1500)[all …]
23 /* array of destination file names */47 echo "Existence of destination file => ";58 echo "Size of destination file => ";80 Existence of destination file => bool(true)83 Size of destination file => int(1500)87 Existence of destination file => bool(true)90 Size of destination file => int(1500)94 Existence of destination file => bool(true)97 Size of destination file => int(1500)101 Existence of destination file => bool(true)[all …]
2 Test copy() function: usage variations - destination file names(case sensitive)10 and the existence and size of destination files20 /* array of destination file names */43 echo "Existence of destination file => ";54 echo "Size of destination file => ";80 Existence of destination file => bool(true)83 Size of destination file => int(1500)87 Existence of destination file => bool(true)90 Size of destination file => int(1500)94 Existence of destination file => bool(true)[all …]
54 echo "Existence of destination file => ";61 echo "Size of destination file => ";85 Existence of destination file => bool(true)87 Size of destination file => int(3500)94 Size of destination file => int(3500)101 Size of destination file => int(3500)108 Size of destination file => int(3500)115 Size of destination file => int(3500)122 Size of destination file => int(3500)129 Size of destination file => int(3500)[all …]
49 echo "Existence of destination file => ";60 echo "Size of destination file => ";83 Existence of destination file => bool(true)86 Size of destination file => int(0)93 Size of destination file => int(0)100 Size of destination file => int(0)107 Size of destination file => int(0)114 Size of destination file => int(0)121 Size of destination file => int(0)128 Size of destination file => int(0)[all …]
2 Test copy() function: usage variations - destination file names(white spaces)13 and checking the existence and size of destination files23 /* array of destination file names */47 echo "Existence of destination file => ";59 echo "Size of destination file => ";81 Existence of destination file => bool(true)84 Size of destination file => int(1500)88 Existence of destination file => bool(true)91 Size of destination file => int(1500)97 Existence of destination file => bool(false)[all …]
2 Test copy() function: usage variations - destination file names(case sensitive)11 and the existence and size of destination files21 /* array of destination file names */44 echo "Existence of destination file => ";55 echo "Size of destination file => ";82 Existence of destination file => bool(true)85 Size of destination file => int(1500)89 Existence of destination file => bool(true)92 Size of destination file => int(1500)96 Existence of destination file => bool(true)[all …]
49 echo "Existence of destination file => ";61 echo "Size of destination file => ";85 Existence of destination file => bool(true)88 Size of destination file => int(0)92 Existence of destination file => bool(true)95 Size of destination file => int(0)102 Size of destination file => int(0)109 Size of destination file => int(0)116 Size of destination file => int(0)123 Size of destination file => int(0)[all …]
54 echo "Existence of destination file => ";62 echo "Size of destination file => ";86 Existence of destination file => bool(true)88 Size of destination file => int(3500)93 Existence of destination file => bool(true)95 Size of destination file => int(3500)102 Size of destination file => int(3500)109 Size of destination file => int(3500)116 Size of destination file => int(3500)123 Size of destination file => int(3500)[all …]
2 Test copy() function: usage variations - existing dir as destination5 /* Test copy(): Trying to copy the file to a destination, where destination is an existing dir */21 echo "Size of destination before copy operation => ";22 var_dump( filesize($dir) ); //size of destination before copy38 var_dump( filesize($dir) ); //size of destination after copy50 Size of destination before copy operation => int(%d)
5 /* Test copy(): Trying to create a copy of non-existing source in an existing destination6 and an existing source in non-existing destination */10 … Test copy() function: Trying to create a copy of non-existing source in existing destination ***";19 …Test copy() function: Trying to create copy of an existing source in non-existing destination ***";31 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***36 *** Test copy() function: Trying to create copy of an existing source in non-existing destination *…
2 Test copy() function: usage variations - destination file access perms11 /* Test copy(): Trying to copy source file to destination file with and without write permissions */15 echo "*** Test copy() function: destination with/without write permissions ***\n";45 *** Test copy() function: destination with/without write permissions ***
5 echo "*** Testing copy() function: to copy file from source to destination --\n";39 *** Testing copy() function: to copy file from source to destination --
2 Test for bug #65701: copy() doesn't work when destination filename is created by tempnam()
5 /* Test copy(): Try copying source file to desntination file, where destination file name is identi…
18 // Connect to destination address
21 // Connect to destination address
2 Bug #70019 Files extracted from archive may be placed outside of destination directory
19 * Called during conversion from internal UChar to destination encoding
Completed in 35 milliseconds