Home
last modified time | relevance | path

Searched refs:files (Results 176 – 200 of 728) sorted by relevance

12345678910>>...30

/PHP-5.3/ext/phar/tests/
H A Dphar_unlinkarchive.phpt39 $files = array();
40 $files['a'] = 'a';
41 $files['b'] = 'b';
42 $files['c'] = 'c';
44 include 'files/phar_test.inc';
H A Dphar_oo_011.phpt14 require_once 'files/phar_oo_test.inc';
29 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_012.phpt14 require_once 'files/phar_oo_test.inc';
30 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_011b.phpt16 require_once 'files/phar_oo_test.inc';
34 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_012_confirm.phpt14 require_once 'files/phar_oo_test.inc';
33 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_012b.phpt16 require_once 'files/phar_oo_test.inc';
37 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_001U.phpt15 require_once 'files/phar_oo_test.inc';
49 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_009.phpt13 require_once 'files/phar_oo_test.inc';
39 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_construct_invalidurl.phpt27 …archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
28 … create a phar archive from a URL like "http://". Phar objects can only be created from local files
H A Dphar_oo_001.phpt15 require_once 'files/phar_oo_test.inc';
49 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_oo_003.phpt11 require_once 'files/phar_oo_test.inc';
30 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_extract3.phpt10 $fname = dirname(__FILE__) . '/files/bogus.zip';
11 $fname2 = dirname(__FILE__) . '/files/notbogus.zip';
/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation9.phpt9 session.save_handler=files
37 string(5) "files"
/PHP-5.3/ext/standard/tests/file/
H A Dis_executable_variation3.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
32 echo "\n*** Testing is_executable() on invalid files ***\n";
56 *** Testing is_executable() on invalid files ***
H A Dfilesize_basic.phpt12 echo "*** Testing size of files and directories with filesize() ***\n";
34 *** Testing size of files and directories with filesize() ***
H A Drename_variation.phpt16 /* rename files across directories */
17 echo "*** Testing rename() : rename files across directories ***\n";
51 *** Testing rename() : rename files across directories ***
H A Dunlink_variation6.phpt13 echo "*** Testing unlink() : variation: contexts and relative files ***\n";
37 *** Testing unlink() : variation: contexts and relative files ***
/PHP-5.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS40 You now have an empty directory. We will copy the files from
67 It consists of two source files "foo.c" and "bar.c"
68 (and any arbitrary amount of header files, but that is not
76 LTLIBRARY_SOURCES specifies the names of the sources files. You can
77 name an arbitrary number of source files here.
98 extension. The second names the source-code files. The third passes
118 Put config.m4 and the source files into one directory. Then, run phpize
125 This will automatically copy the necessary build files and create
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_001.phpt9 new PharData(dirname(__FILE__) . '/files/count1.zip');
14 new PharData(dirname(__FILE__) . '/files/count2.zip');
/PHP-5.3/ext/spl/examples/
H A Dregexfindfile.inc13 * @brief Find files by regular expression
25 * @param $regex perl style regular expression to find files with
/PHP-5.3/ext/session/
H A Dmod_files.c64 PS_MOD(files)
264 PS_OPEN_FUNC(files) in PS_OPEN_FUNC() argument
328 PS_CLOSE_FUNC(files) in PS_CLOSE_FUNC() argument
345 PS_READ_FUNC(files) in PS_READ_FUNC() argument
389 PS_WRITE_FUNC(files) in PS_WRITE_FUNC() argument
424 PS_DESTROY_FUNC(files) in PS_DESTROY_FUNC() argument
448 PS_GC_FUNC(files) in PS_GC_FUNC() argument
/PHP-5.3/ext/zip/tests/
H A Dbug47667.phpt35 echo "files: " , $zip->numFiles;
41 files: 1
/PHP-5.3/sapi/isapi/stresstest/
H A Dnotes.txt29 Create a file that contains a list of php script files, one per line. If
37 Run: stresstest L files.txt
56 * Improve speed of CompareFile function (too slow on big files).
/PHP-5.3/ext/phar/
H A DTODO39 This allows to have the installed files and the archive keep the same
78 template files in a location external to the phar. Copy of the files
82 X make convertToZip/convertToTar rename files [Steph]
85 X don't automatically add a stub to .zip or .tar files [Steph]
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
103 X Layout: Option to compress all content rather than single files. (tar/phar
108 * implement write support for mounted files even if phar.readonly=1
113 files inside an internal phar would be denied, as the entire archive must
/PHP-5.3/ext/session/tests/
H A Dsession_set_save_handler_variation1.phpt23 var_dump(session_module_name("files"));
40 string(5) "files"

Completed in 36 milliseconds

12345678910>>...30