Home
last modified time | relevance | path

Searched refs:files (Results 201 – 225 of 769) sorted by relevance

12345678910>>...31

/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_variation1.phpt23 var_dump(session_module_name("files"));
40 string(5) "files"
H A Dsession_set_save_handler_class_001.phpt4 session.save_handler=files
58 string(5) "files"
H A Dsession_set_save_handler_class_013.phpt4 session.save_handler=files
50 string(5) "files"
H A Dsession_save_path_variation4.phpt7 session.save_handler=files
59 Fatal error: session_start(): Failed to initialize storage module: files (path: ) in %s on line %d
/PHP-5.5/ext/phar/tests/
H A Dphar_extract3.phpt10 $fname = dirname(__FILE__) . '/files/bogus.zip';
11 $fname2 = dirname(__FILE__) . '/files/notbogus.zip';
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_oo_010.phpt13 require_once 'files/phar_oo_test.inc';
39 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dphar_convert_repeated.phpt18 $files = array();
19 $files['a'] = 'a';
20 $files['b'] = 'b';
21 $files['c'] = 'c';
23 include 'files/phar_test.inc';
H A Dphar_oo_006.phpt11 require_once 'files/phar_oo_test.inc';
41 unlink(dirname(__FILE__) . '/files/phar_oo_test.phar.php');
H A Dcached_manifest_1.phpt9 phar.cache_list={PWD}/files/nophar.phar
12 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
H A Dcached_manifest_1U.phpt9 phar.cache_list={PWD}/files/nophar.phar
12 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
/PHP-5.5/ext/standard/tests/file/
H A Dfile.inc5 delete_files() : delete files
9 change_file_perms() : Change permission of files
156 $count = no. of files, default is 1
203 $file_path = dir where files will be created
230 filled => total files filled
452 $file_path = location of the files
455 $count = number of files to be deleted
458 deleted = Number of files deleted.
495 $file_path = location of link files
496 $link_file_count = Number of link files
[all …]
H A Drename_variation-win32.phpt21 /* rename files across directories */
22 echo "*** Testing rename() : rename files across directories ***\n";
65 *** Testing rename() : rename files across directories ***
H A Dreadlink_realpath_basic2.phpt2 Test readlink() and realpath functions: basic functionality - diff. path notation for files
18 /* creating directories, symbolic links and files */
44 /* loop through $files to read the filepath of $file in the above array */
/PHP-5.5/ext/session/
H A Dmod_files.h27 PS_FUNCS_SID(files);
/PHP-5.5/sapi/continuity/
H A Dconfig.m411 AC_MSG_CHECKING([for Continuity include files])
16 AC_MSG_ERROR([Cannot find your CAPI include files in either DIR/src or DIR/include])
/PHP-5.5/ext/intl/
H A Dintl_cppshims.h21 #error For inclusion form C++ files only
/PHP-5.5/ext/mssql/
H A Dmssql_win32_howto.txt6 The files needed for each configurations are:
30 All these files are installed while installing MS SQL Server. If the SQL Server
/PHP-5.5/win32/build/
H A Dprojectgen.js437 function generate_dsp_filelist(ext, ext_dir, files, intpath) argument
447 if (!files) {
451 files = "";
458 files += " ./" + name;
462 files = files.replace(tabs, "");
463 files = "./" + files.replace(/ /g, " ./");
466 DSP_SOURCES = files.split(" ");
530 function generate_dsp_file(ext, ext_dir, files, shared) argument
619 generate_dsp_filelist(ext, ext_dir, files, path);
/PHP-5.5/ext/fileinfo/tests/
H A Dbug61964.phpt30 // write some test files to test folder
36 echo "DONE: testing dir with files\n";
68 DONE: testing dir with files
/PHP-5.5/ext/dom/tests/
H A Ddom005.phpt26 html files with undeclared entities 
32 html files with undeclared entities 
/PHP-5.5/ext/standard/tests/dir/
H A Dscandir_variation9.phpt6 * Description: List files & directories inside the specified path
20 // create directory and files
/PHP-5.5/ext/spl/
H A DTODO3 Implement the classes/interfaces from the .inc files in
/PHP-5.5/ext/zip/
H A DTODO1 - add pattern support to extract or add files
/PHP-5.5/ext/phar/tests/zip/
H A Dodt.phpt9 $a = new PharData(dirname(__FILE__) . '/files/odt.odt');
19 $b = new Phar(dirname(__FILE__) . '/files/odt.odt');

Completed in 104 milliseconds

12345678910>>...31