Home
last modified time | relevance | path

Searched refs:directories (Results 26 – 50 of 121) sorted by relevance

12345

/PHP-7.3/tests/security/
H A Dopen_basedir.inc4 // Care must be taken with where the directories are created because different
13 // move around to various directories for testing using chdir(). This is NOT
103 // Delete directories using a --CLEAN-- section!
/PHP-7.3/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt2 Test readgzfile() function : variation: use include path (relative directories in path)
13 //define the files to go into these directories, create one in dir2
/PHP-7.3/ext/standard/tests/file/
H A Dfileinode_basic.phpt20 /* Getting inode of directories */
H A Dunlink_variation6.phpt15 // test relative directories and stream contexts.
H A Dcopy_variation8.phpt18 echo "*** Testing copy() function: copying links across different directories ***\n";
79 *** Testing copy() function: copying links across different directories ***
H A Dfopen_variation5.phpt2 Test fopen() function : variation: use include path and stream context (absolute directories in pat…
41 //define the files to go into these directories, create one in dir2
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
41 //define the files to go into these directories, create one in dir2
/PHP-7.3/ext/standard/tests/dir/
H A Dscandir_variation4-win32-mb.phpt12 * Description: List files & directories inside the specified path
30 // create directories and files
H A Dscandir_variation4.phpt6 * Description: List files & directories inside the specified path
24 // create directories and files
H A Dscandir_variation7.phpt21 * Description: List files & directories inside the specified path
26 * Create directories with different permissions to test whether scandir() can access them
H A Dreaddir_variation2.phpt2 Test readdir() function : usage variations - empty directories
H A Dchdir_basic.phpt23 // create directories
H A Dreaddir_variation2-win32-mb.phpt2 Test readdir() function : usage variations - empty directories
H A Dscandir_basic.phpt6 * Description: List files & directories inside the specified path
H A Dscandir_variation9.phpt6 * Description: List files & directories inside the specified path
H A Ddir_variation9.phpt18 * Checking the behavior of dir() function by passing directories which
24 /* create the temporary directories */
H A Dchdir_basic-win32-mb.phpt29 // create directories
/PHP-7.3/ext/oci8/tests/
H A Dconnect_without_oracle_home_old.phpt32 … - please check that ORACLE_HOME and %s are set and point to the right directories in %s on line %d
H A Dpecl_bug16035.phpt25 … - please check that ORACLE_HOME and %s are set and point to the right directories in %s on line %d
H A Dconnect_without_oracle_home.phpt36 … - please check that ORACLE_HOME and %s are set and point to the right directories in %s on line %d
H A Dconnect_without_oracle_home_11.phpt39 … - please check that ORACLE_HOME and %s are set and point to the right directories in %s on line %d
H A Dconnect_without_oracle_home_old_11.phpt39 … - please check that ORACLE_HOME and %s are set and point to the right directories in %s on line %d
/PHP-7.3/ext/phar/tests/
H A Dphar_dir_iterate.phpt2 Phar object: iterate test with sub-directories and RecursiveIteratorIterator
H A Dphar_offset_get_error.phpt48 Cannot set any files or directories in magic ".phar" directory
/PHP-7.3/win32/
H A Dregistry.c78 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory() argument
125 zend_hash_str_update_mem(directories, path, path_len, ht, sizeof(HashTable)); in LoadDirectory()
159 if (LoadDirectory(directories, subkey, new_path, name_len, ht)) { in LoadDirectory()

Completed in 25 milliseconds

12345