Home
last modified time | relevance | path

Searched refs:dir (Results 326 – 350 of 533) sorted by relevance

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

/PHP-5.4/ext/ftp/
H A Dphp_ftp.c486 char *dir; in PHP_FUNCTION() local
489 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs", &z_ftp, &dir, &dir_len) == FAILURE) { in PHP_FUNCTION()
496 if (!ftp_chdir(ftp, dir)) { in PHP_FUNCTION()
556 char *dir, *tmp; in PHP_FUNCTION() local
566 if (NULL == (tmp = ftp_mkdir(ftp, dir))) { in PHP_FUNCTION()
581 char *dir; in PHP_FUNCTION() local
591 if (!ftp_rmdir(ftp, dir)) { in PHP_FUNCTION()
660 char **nlist, **ptr, *dir; in PHP_FUNCTION() local
670 if (NULL == (nlist = ftp_nlist(ftp, dir TSRMLS_CC))) { in PHP_FUNCTION()
688 char **llist, **ptr, *dir; in PHP_FUNCTION() local
[all …]
/PHP-5.4/ext/standard/tests/file/
H A Dbug41874_2.phpt13 $result = exec('cd 1:\\non_existent; dir nonexistent');
H A Dlstat_stat_variation18.phpt2 Test lstat() and stat() functions: usage variations - dir/file name stored in object
18 /* test for stats of dir/file when their names are stored in objects */
25 mkdir("$file_path/lstat_stat_variation18/"); // temp dir
H A Dsymlink_link_linkinfo_is_link_variation6.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link & dir perms.
50 // remove all permissions from dir
71 chmod($dirname, 0777); // to enable dir deletion
H A Dfiletype_variation.phpt17 dir, block, link, file, and unknown.
74 dir
H A Dlstat_stat_basic.phpt26 // creating dir
30 // stat of the dir created
43 // now new stat of the dir after file is created
72 echo "-- comparing difference in dir stats before and after creating file in it --\n";
97 -- comparing difference in dir stats before and after creating file in it --
H A Drename_variation13-win32.phpt34 "/no/such/file/dir",
47 die("fail to create $file_path tmp dir");
130 -- 8 testing '/no/such/file/dir' string --
132 Warning: rename(%safile.tmp,/no/such/file/dir): The system cannot find the path specified. (code: 3…
135 Warning: rename(/no/such/file/dir,%safile.tmp): The system cannot find the path specified. (code: 3…
H A Dfile_get_contents_error.phpt18 print( file_get_contents("/no/such/file/or/dir") );
53 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory …
H A Dstat_variation1-win32.phpt17 /* test the effects of rename() on stats of dir/file */
24 mkdir("$file_path/stat_variation1/"); // temp dir
/PHP-5.4/ext/standard/tests/strings/
H A Ddirname_variation.phpt16 /* home dir shortcut char */
22 /* with hotname:dir notation */
/PHP-5.4/ext/standard/tests/streams/
H A Dbug40459.phpt34 function mkdir($dir, $mode, $options)
39 function rmdir($dir, $options)
/PHP-5.4/build/
H A Dshtool516 for dir in $paths; do
517 if [ -r "$dir/$tool" ]; then
519 bold="`$dir/$tool $seq 2>/dev/null`"
527 norm="`$dir/$tool $seq 2>/dev/null`"
805 for dir in "$@"; do
806 eval "$cmd $dir" || shtool_exit $?
1720 for dir in $paths; do
1721 dir=`echo $dir | sed -e 's;/*$;;'`
1724 if [ $minusx "$dir/$name" ] && [ ! -d "$dir/$name" ]; then
1725 perl="$dir/$name"
/PHP-5.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc148 * @param string $dir
150 function mkdir($dir)
152 $this->addFile($dir, "", array(
H A Dcorrupt_tarmaker.php.inc156 * @param string $dir
158 function mkdir($dir)
160 $this->addFile($dir, "", array(
H A Dmake.dangerous.tar.php.inc149 * @param string $dir
151 function mkdir($dir)
153 $this->addFile($dir, "", array(
/PHP-5.4/ext/phar/tests/
H A Dphar_oo_004.phpt32 function __construct($dir)
35 parent::__construct($dir);
H A Dphar_oo_004U.phpt32 function __construct($dir)
35 parent::__construct($dir);
/PHP-5.4/ext/zlib/
H A Dconfig0.m48 PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
9 [ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
/PHP-5.4/ext/standard/
H A Dfile.h80 PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC);
81 PHPAPI int php_mkdir(char *dir, long mode TSRMLS_DC);
/PHP-5.4/ext/posix/tests/
H A Dposix_getpwuid_basic.phpt27 \[dir\] => [^\r\n]+
/PHP-5.4/ext/zlib/tests/
H A Dreading_include_path.inc2 $thisTestDir = "zlibVariation.dir";
/PHP-5.4/ext/phar/phar/
H A Dpharcommand.inc635 $dir = new RecursiveIteratorIterator($dir);
638 $dir = new RegexIterator($dir, $regex);
642 $dir = new InvertedRegexIterator($dir, $invregex);
728 $dir = new RegexIterator($dir, $regex);
732 $dir = new InvertedRegexIterator($dir, $invregex);
847 'type' => 'dir',
867 if (is_array($dir)) {
868 if (count($dir) != 1) {
871 $dir = $dir[0];
885 array($blen, $dir)
[all …]
/PHP-5.4/
H A Dserver-tests.php150 $d = dir($src);
799 foreach ($this->test_dirs as $dir) {
800 if (is_dir($dir)) {
801 $this->findFilesInDir($dir, ($dir == 'ext'));
803 $this->test_files[] = $dir;
836 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE) argument
839 $o = opendir($dir) or $this->error("cannot open directory: $dir");
842 if (is_dir("$dir/$name")) {
847 $this->findFilesInDir("$dir/$name", FALSE, $ignore || $skip_ext);
852 @unlink("$dir/$name");
[all …]
H A Dmakerpm70 --with-exec-dir=/usr/bin \
88 --with-exec-dir=/usr/bin \
124 - Fix config dir.
/PHP-5.4/ext/pdo_dblib/
H A Dconfig.w327 /* if they pointed us to a freetds dir, pick that up,
25 /* if they pointed us to a freetds dir, pick that up,

Completed in 50 milliseconds

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