Searched refs:file2 (Results 1 – 25 of 42) sorted by relevance
12
/PHP-5.3/ext/standard/tests/file/ |
H A D | bug44805.phpt | 13 $file2 = $dirname . DIRECTORY_SEPARATOR . "file2.txt"; 16 file_put_contents($file2, "this is file 2"); 18 rename($file1, $file2); 21 readfile($file2); 26 unlink($file2);
|
H A D | filetype_variation.phpt | 23 $file2 = $file_path."/filetype2_variation.tmp"; 29 fclose( fopen($file2, "w") ); 33 print( filetype($file2) )."\n"; 41 symlink( $file2, $link2); 47 unlink($file2);
|
H A D | fileinode_variation.phpt | 19 $file2 = $file_path."/fileinode2_variation.tmp"; 27 fclose( fopen( $file2, "w" ) ); 30 print( fileinode( $file2) )."\n"; 41 symlink( $file2, $link2); // Creating a soft link 42 print( fileinode( $file2) )."\n"; 57 unlink( $file2);
|
H A D | fseek_dir_basic.phpt | 56 string(9) "file2.tmp" 74 string(9) "file2.tmp" 92 string(9) "file2.tmp"
|
H A D | move_uploaded_file_basic.phpt | 18 content-disposition: form-data; name="file2"; filename="file2.txt" 49 var_dump(move_uploaded_file($_FILES['file2']['tmp_name'], $destination4));
|
/PHP-5.3/tests/basic/ |
H A D | rfc1867_anonymous_upload.phpt | 17 Content-Disposition: form-data; filename="file2.txt" 18 Content-Type: text/plain-file2 45 %string|unicode%(9) "file2.txt" 47 %string|unicode%(16) "text/plain-file2"
|
H A D | rfc1867_post_max_filesize.phpt | 17 Content-Disposition: form-data; name="file2"; filename="file2.txt" 18 Content-Type: text/plain-file2 53 [%u|b%"file2"]=> 56 %string|unicode%(9) "file2.txt"
|
H A D | rfc1867_max_file_size.phpt | 21 Content-Disposition: form-data; name="file2"; filename="file2.txt" 22 Content-Type: text/plain-file2 57 [%u|b%"file2"]=> 60 %string|unicode%(9) "file2.txt"
|
H A D | bug46313.phpt | 18 Content-Disposition: form-data; name="o2'file"; filename="o2'file2.txt" 19 Content-Type: text/plain-file2 49 string(13) "o2\'file2.txt" 51 string(16) "text/plain-file2"
|
H A D | rfc1867_array_upload.phpt | 17 Content-Disposition: form-data; name="file[2]"; filename="file2.txt" 18 Content-Type: text/plain-file2 41 %unicode|string%(9) "file2.txt" 50 %unicode|string%(16) "text/plain-file2"
|
H A D | bug46313-win.phpt | 18 Content-Disposition: form-data; name="o2'file"; filename="o2'file2.txt" 19 Content-Type: text/plain-file2 51 string(9) "file2.txt" 53 string(16) "text/plain-file2"
|
H A D | rfc1867_empty_upload.phpt | 21 Content-Disposition: form-data; name="file2"; filename="" 22 Content-Type: text/plain-file2 57 [%u|b%"file2"]=>
|
H A D | bug55500.phpt | 16 Content-Disposition: form-data; name="file[[type]"; filename="file2.txt" 17 Content-Type: text/plain-file2
|
/PHP-5.3/ext/phar/tests/cache_list/ |
H A D | copyonwrite5.phar.phpt | 15 unlink(dirname(__FILE__) . '/copyonwrite5/file2'); 22 ["file2"]=> 26 phar://%scopyonwrite5.phar.php%cfile2 file2
|
H A D | copyonwrite6.phar.phpt | 17 unlink(dirname(__FILE__) . '/copyonwrite6/file2'); 24 ["file2"]=> 28 phar://%scopyonwrite6.phar.php%cfile2 file2
|
/PHP-5.3/ext/phar/tests/ |
H A D | include_path.phpt | 20 include 'file2.php'; 31 Warning: include(file2.php): failed to open stream: No such file or directory in %sinclude_path.php… 33 Warning: include(): Failed opening 'file2.php' for inclusion (include_path='%sphar://%stempmanifest…
|
/PHP-5.3/ext/gd/tests/ |
H A D | jpeg2wbmp_error1.phpt | 23 $file2 = dirname(__FILE__) .'/simpletext.wbmp'; 31 jpeg2wbmp($file, $file2, 20, 120, 9); 32 jpeg2wbmp($file, $file2, 20, 120, -1);
|
H A D | png2wbmp_error1.phpt | 23 $file2 = dirname(__FILE__) .'/simpletext.wbmp'; 31 png2wbmp($file, $file2, 20, 120, 9); 32 png2wbmp($file, $file2, 20, 120, -1);
|
/PHP-5.3/ext/standard/tests/dir/ |
H A D | scandir_variation9.phpt | 44 string(9) "file2.tmp" 54 string(9) "file2.tmp" 70 string(9) "file2.tmp"
|
H A D | rewinddir_basic.phpt | 44 while(FALSE !== $file2 = readdir()) { 45 $data[] = $file2; 92 string(9) "file2.tmp"
|
/PHP-5.3/ext/phar/tests/cache_list/files/ |
H A D | write5.phar | 6 file_put_contents($d . "/file2", "file2\n");
|
H A D | write5.phar.inc | 12 file_put_contents($d . "/file2", "file2\n");
|
H A D | write6.phar | 6 file_put_contents($d . "/file2", "file2\n");
|
H A D | write6.phar.inc | 12 file_put_contents($d . "/file2", "file2\n");
|
/PHP-5.3/ext/pcre/ |
H A D | upgrade-pcre.php | 98 $file2 = 'pcrelib'.substr($file, strlen($newpcre)); variable 99 copy($file, $file2);
|
Completed in 24 milliseconds
12