Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-5.3/ext/phar/tests/tar/
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.3/ext/standard/tests/file/
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
H A Dglob_error.phpt11 // temp dir created
33 // temp dir deleted
H A Dbug41874_2.phpt13 $result = exec('cd 1:\\non_existant; dir nonexistant');
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 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 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 --
/PHP-5.3/ext/phar/tests/
H A Dphar_gzip.phpt31 $files['internal/dir/'] = '';
32 $files['dir/'] = '';
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.3/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 \
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.3/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.3/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.3/ext/standard/tests/strings/
H A Ddirname_variation.phpt16 /* home dir shortcut char */
22 /* with hotname:dir notation */
/PHP-5.3/ext/posix/tests/
H A Dposix_getpwuid_basic.phpt27 \[dir\] => [^\r\n]+
/PHP-5.3/ext/zlib/tests/
H A Dreading_include_path.inc2 $thisTestDir = "zlibVariation.dir";
/PHP-5.3/ext/mysqlnd/
H A Dconfig9.m414 PHP_ARG_WITH(zlib-dir, for the location of libz,
15 [ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
/PHP-5.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc148 * @param string $dir
150 function mkdir($dir)
152 $this->addFile($dir, "", array(
/PHP-5.3/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.3/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 …]

Completed in 43 milliseconds

1...<<1112131415161718192021