Home
last modified time | relevance | path

Searched refs:files (Results 276 – 300 of 765) sorted by relevance

1...<<11121314151617181920>>...31

/PHP-8.1/ext/phar/tests/tar/
H A Dtar_nohash.phpt12 $phar = new PharData(__DIR__ . '/files/Net_URL-1.0.15.tgz');
H A Dfrontcontroller14.phar.phpt10 files/frontcontroller8.phar.tar
H A Dfrontcontroller17.phar.phpt10 files/frontcontroller8.phar.tar
H A Dfrontcontroller2.phar.phpt12 files/frontcontroller.phar.tar
H A Dfrontcontroller11.phar.phpt12 files/frontcontroller5.phar.tar
/PHP-8.1/ext/phar/tests/
H A Dfrontcontroller24.phpt12 files/frontcontroller8.phar
H A D022.phpt15 $files = array();
16 $files['a'] = 'abcdefg';
18 include 'files/phar_test.inc';
H A Dfrontcontroller6.phpt10 files/frontcontroller.phar
H A Dfrontcontroller8.phpt10 files/frontcontroller3.phar
/PHP-8.1/ext/phar/tests/zip/
H A Dcorrupt_007.phpt8 new PharData(__DIR__ . '/files/truncfilename.zip');
H A Dfrontcontroller1.phar.phpt13 files/frontcontroller.phar.zip
H A Dcorrupt_003.phpt8 new PharData(__DIR__ . '/files/filecomment.zip');
H A Dfrontcontroller4.phar.phpt12 files/frontcontroller.phar.zip
H A Dfrontcontroller5.phar.phpt13 files/frontcontroller.phar.zip
H A Dfrontcontroller7.phar.phpt13 files/frontcontroller2.phar.zip
H A Dcorrupt_004.phpt8 new PharData(__DIR__ . '/files/cdir_offset.zip');
/PHP-8.1/ext/phar/tests/cache_list/
H A Dcopyonwrite12.phar.phpt10 files/write12.phar
H A Dfrontcontroller2.phpt13 files/frontcontroller.phar
H A Dfrontcontroller27.phpt13 files/frontcontroller8.phar
H A Dfrontcontroller14.phpt12 files/frontcontroller8.phar
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize_swc.phpt2 GetImageSize() for compressed swf files
/PHP-8.1/ext/standard/tests/file/
H A Drename_variation13.phpt14 echo "*** Testing rename() with obscure files ***\n";
20 /* An array of files */
55 *** Testing rename() with obscure files ***
H A Dsymlink_link_linkinfo_is_link_basic1.phpt2 Test symlink(), linkinfo(), link() and is_link() functions: basic functionality - link to files
35 $files = array (
43 foreach($files as $file) {
/PHP-8.1/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt13 * files with different file names to test how readdir() reads them
65 // different OS order files differently so will
69 // remove files while going through directory
/PHP-8.1/ext/phar/tests/files/
H A Dpear2coverage.phar586 // then find all code coverage files
766 $files = $this->scan($testpath);
770 if (count($files)) {
868 // then find all code coverage files
955 DROP TABLE files;
995 CREATE TABLE files (
1103 FROM coverage c, files
1105 AND files.id=c.files_id
1110 FROM coverage c, files
1113 AND files.id=c.files_id
[all …]

Completed in 27 milliseconds

1...<<11121314151617181920>>...31