Home
last modified time | relevance | path

Searched refs:dir (Results 301 – 325 of 533) sorted by relevance

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

/PHP-5.4/ext/standard/tests/file/
H A Drename_variation3.phpt26 //rename the link to a new name in the same dir
33 // rename a hard link across dir
H A Dfile_put_contents_variation6.phpt17 $thisTestDir = basename(__FILE__, ".php") . ".dir";
41 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dtempnam_variation6-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
35 echo "temp dir\n";
H A Dtempnam_variation6.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
33 echo "temp dir\n";
H A Dbug41874_3.phpt13 system('cd 1:\\non_existent; dir nonexistent');
H A Drename_variation13.phpt37 "/no/such/file/dir",
118 -- testing '/no/such/file/dir' --
120 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): No such file or directory in %s on lin…
123 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): No such file or directory in %s on lin…
H A Dglob_error.phpt11 // temp dir created
33 // temp dir deleted
H A Drename_variation2.phpt29 //rename the link to a new name in the same dir
37 // rename a link across dir
H A Dstat_error-win32.phpt22 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
25 var_dump( stat("$file_path/temp/") ); // non existing dir
/PHP-5.4/ext/phar/tests/
H A D019bU.phpt31 $dir = opendir($phar . $base);
36 while (false !== ($entry = readdir($dir))) {
H A D019b.phpt29 $dir = opendir($phar . $base);
34 while (false !== ($entry = readdir($dir))) {
H A D019c.phpt29 $dir = opendir($phar . $base);
34 while (false !== ($entry = readdir($dir))) {
H A D019cU.phpt29 $dir = opendir($phar . $base);
34 while (false !== ($entry = readdir($dir))) {
H A Dphar_bz2.phpt28 $files['internal/dir/'] = '';
29 $files['dir/'] = '';
H A Dphar_gzip.phpt30 $files['internal/dir/'] = '';
31 $files['dir/'] = '';
/PHP-5.4/ext/phar/tests/tar/
H A Dtar_gzipU.phpt26 $a->mkDir('internal/dir');
27 $a->mkDir('dir');
H A Dtar_bz2.phpt26 $tar->mkDir('internal/dir');
27 $tar->mkDir('dir');
H A Dtar_bz2U.phpt26 $tar->mkDir('internal/dir');
27 $tar->mkDir('dir');
H A Dtar_gzip.phpt26 $a->mkDir('internal/dir');
27 $a->mkDir('dir');
/PHP-5.4/ext/phar/tests/zip/
H A D033.phpt30 echo "test dir\n";
51 test dir
/PHP-5.4/TSRM/
H A Dreaddir.h34 char *dir; /* the dir we are reading */ member
/PHP-5.4/win32/
H A Dreaddir.h38 char *dir; /* the dir we are reading */ member
/PHP-5.4/ext/session/
H A Dmod_files.c216 DIR *dir; in ps_files_cleanup_dir() local
225 dir = opendir(dirname); in ps_files_cleanup_dir()
226 if (!dir) { in ps_files_cleanup_dir()
239 while (php_readdir_r(dir, (struct dirent *) dentry, &entry) == 0 && entry) { in ps_files_cleanup_dir()
262 closedir(dir); in ps_files_cleanup_dir()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt82 if (!isset($charset->dir) ||
83 !is_string($charset->dir))
84 …ng string - ideally %s*, got %s/%s\n", $character_sets_dir, gettype($charset->dir), $charset->dir);
/PHP-5.4/ext/standard/
H A Dconfig.w324 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
14 cyr_convert.c datetime.c dir.c dl.c dns.c dns_win32.c exec.c \

Completed in 44 milliseconds

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