Home
last modified time | relevance | path

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

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

/PHP-5.4/ext/standard/tests/file/
H A Drmdir_variation3.phpt49 foreach($dirs as $dir) {
51 echo "-- removing $dir --\n";
52 $res = rmdir($dir);
H A Dfile_put_contents_variation4.phpt16 $thisTestDir = basename(__FILE__, ".php") . ".dir";
39 // in the include path. In this case it doesn't so the file should be written in the current dir.
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 Dlstat_stat_variation10.phpt19 /* test the effects of is_dir() on stats of a dir */
27 mkdir($dirname); // temp dir
/PHP-5.4/ext/pdo/tests/
H A Dpdo_009.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_030.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_014.phpt8 $dir = getenv('REDIR_TEST_DIR');
9 if (false == $dir) die('skip no driver');
10 require_once $dir . 'pdo_test.inc';
H A Dbug_44173.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_44861.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
18 require_once $dir . 'pdo_test.inc';
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';
H A Dpdo_005.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.4/ext/phar/tests/tar/
H A D033.phpt26 echo "test dir\n";
46 test dir
/PHP-5.4/ext/standard/tests/dir/
H A Dscandir_basic.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
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
H A Dscandir_variation4.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
11 * Test scandir() with relative paths as $dir argument
/PHP-5.4/ext/standard/tests/general_functions/
H A Dinclude_path.phpt23 var_dump(set_include_path(".:/path/to/dir"));
62 string(14) ".:/path/to/dir"
/PHP-5.4/ext/standard/tests/image/
H A Dgetimagesize.phpt10 $dir = opendir(dirname(__FILE__)) or die('cannot open directory: '.dirname(__FILE__));
13 while (($file = readdir($dir)) !== FALSE) {
18 closedir($dir);
/PHP-5.4/ext/filter/
H A Dconfig.m47 PHP_ARG_WITH(pcre-dir, pcre install prefix,
8 [ --with-pcre-dir FILTER: pcre install prefix], no, no)
/PHP-5.4/ext/phar/
H A Ddirstream.c188 static php_stream *phar_make_dirstream(char *dir, HashTable *manifest TSRMLS_DC) /* {{{ */ in phar_make_dirstream() argument
191 int dirlen = strlen(dir); in phar_make_dirstream()
200 …if ((*dir == '/' && dirlen == 1 && (manifest->nNumOfElements == 0)) || (dirlen >= sizeof(".phar")-… in phar_make_dirstream()
203 efree(dir); in phar_make_dirstream()
217 if (keylen < (uint)dirlen || !strncmp(str_key, dir, dirlen)) { in phar_make_dirstream()
226 if (*dir == '/') { in phar_make_dirstream()
252 if (0 != memcmp(str_key, dir, dirlen)) { in phar_make_dirstream()
302 efree(dir); in phar_make_dirstream()
309 efree(dir); in phar_make_dirstream()
/PHP-5.4/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.4/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 Dphar_gzipU.phpt30 $files['internal/dir/'] = '';
31 $files['dir/'] = '';
/PHP-5.4/ext/zip/tests/
H A Doo_delete.phpt22 $zip->addFromString('dir/entry2.txt', 'entry #2');
46 if ($zip->deleteName('dir/entry2.txt')) {

Completed in 26 milliseconds

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