Home
last modified time | relevance | path

Searched refs:dir (Results 276 – 300 of 514) sorted by relevance

1...<<1112131415161718192021

/PHP-5.3/ext/pdo/tests/
H A Dpdo_010.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.3/ext/standard/tests/file/
H A Dmkdir_variation5-win32.phpt59 foreach($dirs as $dir) {
60 echo "-- creating $dir --\n";
61 $res = mkdir($dir);
H A Dreadfile_variation8-win32.phpt61 $dir = $allDirs[$i];
62 echo "\n-- $dir --\n";
63 $ok = readfile($dir.'\\'.$theFile);
H A Drmdir_variation3-win32.phpt59 foreach($dirs as $dir) {
61 echo "-- removing $dir --\n";
62 $res = rmdir($dir);
H A Drename_variation13.phpt37 "/no/such/file/dir",
112 -- testing '/no/such/file/dir' --
114 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): No such file or directory in %s on lin…
117 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): No such file or directory in %s on lin…
H A Drename_variation13-win32.phpt34 "/no/such/file/dir",
47 die("fail to create $file_path tmp dir");
124 -- 8 testing '/no/such/file/dir' string --
126 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): The system cannot find the path specif…
129 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): The system cannot find the path specif…
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 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 Dbug41874_3.phpt13 system('cd 1:\\non_existant; dir nonexistant');
/PHP-5.3/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt22 * Source code: ext/standard/dir.c
60 chmod ($dir_path, 0777); // change dir permission to allow all operation
65 // change the dir permisson to test dir on it
/PHP-5.3/ext/phar/tests/
H A Dphar_isvalidpharfilename.phpt69 var_dump(Phar::isValidPharFilename('dir.phar.php'));
70 var_dump(Phar::isValidPharFilename('dir.phar.php', true));
71 var_dump(Phar::isValidPharFilename('dir.phar.php', false));
135 dir.phar.php
H A D019b.phpt30 $dir = opendir($phar . $base);
35 while (false !== ($entry = readdir($dir))) {
H A D019c.phpt30 $dir = opendir($phar . $base);
35 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/'] = '';
/PHP-5.3/ext/pdo_odbc/
H A Dconfig.m46 include and lib dirs are looked for under 'dir'.
9 If ',dir' part is omitted, default for the flavour
18 --with-pdo-odbc=generic,dir,libname,ldflags,cflags
23 [ --with-pdo-odbc=flavour,dir
120 AC_MSG_WARN([library dir $PDO_ODBC_LIBDIR does not exist])
/PHP-5.3/ext/phar/
H A Ddirstream.c192 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream() argument
195 int dirlen = strlen(dir); in phar_make_dirstream()
204 …if ((*dir == '/' && dirlen == 1 && (manifest->nNumOfElements == 0)) || (dirlen >= sizeof(".phar")-… in phar_make_dirstream()
207 efree(dir); in phar_make_dirstream()
221 if (keylen < (uint)dirlen || !strncmp(str_key, dir, dirlen)) { in phar_make_dirstream()
230 if (*dir == '/') { in phar_make_dirstream()
256 if (0 != memcmp(str_key, dir, dirlen)) { in phar_make_dirstream()
306 efree(dir); in phar_make_dirstream()
313 efree(dir); in phar_make_dirstream()
/PHP-5.3/TSRM/
H A Dreaddir.h34 char *dir; /* the dir we are reading */ member
/PHP-5.3/ext/phar/tests/tar/
H A Dtar_gzipU.phpt26 $a->mkDir('internal/dir');
27 $a->mkDir('dir');
/PHP-5.3/ext/phar/tests/zip/
H A D033.phpt30 echo "test dir\n";
51 test dir
/PHP-5.3/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.3/ext/snmp/
H A Dconfig.m48 PHP_ARG_WITH(openssl-dir,OpenSSL dir for SNMP,
9 [ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
93 Add --with-openssl-dir=DIR to your configure line.])
/PHP-5.3/win32/
H A Dreaddir.h38 char *dir; /* the dir we are reading */ member
/PHP-5.3/ext/session/
H A Dmod_files.c211 DIR *dir; in ps_files_cleanup_dir() local
220 dir = opendir(dirname); in ps_files_cleanup_dir()
221 if (!dir) { in ps_files_cleanup_dir()
234 while (php_readdir_r(dir, (struct dirent *) dentry, &entry) == 0 && entry) { in ps_files_cleanup_dir()
257 closedir(dir); in ps_files_cleanup_dir()

Completed in 149 milliseconds

1...<<1112131415161718192021