Home
last modified time | relevance | path

Searched refs:dir (Results 251 – 275 of 537) sorted by relevance

1...<<11121314151617181920>>...22

/PHP-7.0/ext/pdo/tests/
H A Dpdo_012.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_013.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_015.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_43130.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
12 require_once $dir . 'pdo_test.inc';
H A Dpdo_023.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_026.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_017.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_022.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_025.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_029.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_71447.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-7.0/ext/standard/tests/file/
H A Dis_dir_error.phpt17 /* Non-existing dir */
18 var_dump( is_dir("/no/such/dir") );
H A Dstat_basic-win32.phpt23 // creating dir
26 // stat of the dir created
39 // now new stat of the dir after file is created
56 echo "-- comparing difference in dir stats before and after creating file in it --\n";
78 -- comparing difference in dir stats before and after creating file in it --
H A Dsymlink_link_linkinfo_is_link_variation8.phpt2 …inkinfo(), link() and is_link() functions : usage variations - try link with same name in diff. dir
26 /* creating link to a file in different dir with the same name as the file */
46 // delete temp dir
66 // delete temp dir
H A Dstat_variation4-win32.phpt17 /* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */
24 mkdir("$file_path/stat_variation4/"); // temp dir
H A D006_error.phpt44 /* With non-existing file or dir */
45 var_dump( chmod("/no/such/file/dir", 0777) );
46 var_dump( fileperms("/no/such/file/dir") );
82 Warning: fileperms(): stat failed for /no/such/file/dir in %s on line %d
/PHP-7.0/main/streams/
H A Dplain_wrapper.c933 DIR *dir = NULL; in php_plain_files_dir_opener() local
946 dir = VCWD_OPENDIR(path); in php_plain_files_dir_opener()
949 if (!dir) { in php_plain_files_dir_opener()
953 if (dir && dir->finished) { in php_plain_files_dir_opener()
954 closedir(dir); in php_plain_files_dir_opener()
955 dir = NULL; in php_plain_files_dir_opener()
958 if (dir) { in php_plain_files_dir_opener()
961 closedir(dir); in php_plain_files_dir_opener()
1215 dir += sizeof("file://") - 1; in php_plain_files_mkdir()
1219 ret = php_mkdir(dir, mode); in php_plain_files_mkdir()
[all …]
/PHP-7.0/ext/phar/tests/
H A Dstat2.phpt29 echo "dir\n";
54 string(3) "dir"
58 dir
H A Dstat2_5.3.phpt29 echo "dir\n";
54 string(3) "dir"
58 dir
/PHP-7.0/ext/ftp/
H A Dftp.h130 int ftp_chdir(ftpbuf_t *ftp, const char *dir);
138 zend_string* ftp_mkdir(ftpbuf_t *ftp, const char *dir);
141 int ftp_rmdir(ftpbuf_t *ftp, const char *dir);
/PHP-7.0/ext/phar/tests/tar/
H A Dtar_004U.phpt23 $tar->mkDir('internal/dir');
24 $tar->mkDir('dir');
H A Dtar_004.phpt23 $tar->mkDir('internal/dir');
24 $tar->mkDir('dir');
/PHP-7.0/scripts/dev/
H A Dfind_tested.php181 function get_phpt_files($dir, &$phpt_file_count, &$all_phpt) argument
183 $thisdir = dir($dir.'/'); //include the trailing slash
/PHP-7.0/ext/standard/tests/dir/
H A Dreaddir_error.phpt7 * Source code: ext/standard/dir.c
27 // close the handle so can remove dir in CLEAN section
/PHP-7.0/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Prototype: object dir(string directory[, resource context])
8 * Class is defined in ext/standard/dir.c

Completed in 38 milliseconds

1...<<11121314151617181920>>...22