Home
last modified time | relevance | path

Searched refs:dir (Results 351 – 375 of 533) sorted by relevance

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

/PHP-5.4/ext/standard/tests/file/
H A Dreadfile_variation9.phpt53 $dir = $allDirs[$i];
55 $ok = readfile($dir.'/'.$theFile);
H A Drename_variation8-win32.phpt25 // rename a existing dir to new name
35 // try to rename an non_existing dir
H A Drename_variation8.phpt25 // rename a existing dir to new name
35 // try to rename an non_existing dir
H A Dfiletype_variation2.phpt19 dir, block, link, file, and unknown.
H A Dfiletype_variation3.phpt19 dir, block, link, file, and unknown.
H A Dlstat_stat_error.phpt30 var_dump( stat(dirname(__FILE__), 2) ); //dir, args > expected
33 var_dump( stat("$file_path/temp/") ); // non existing dir
H A D005_basic.phpt29 echo "*** Testing the basic functionality with dir ***\n";
48 *** Testing the basic functionality with dir ***
H A Dfile_get_contents_file_put_contents_error.phpt19 print( file_get_contents("/no/such/file/or/dir") );
51 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory …
H A Dfile_get_contents_variation8.phpt33 "/no/such/file/dir",
81 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
H A Dstat_variation7-win32.phpt2 Test stat() functions: usage variations - names of dir/file stored in objects
17 /* test the stats of dir/file when their names are stored in objects */
24 mkdir("$file_path/stat_variation7/"); // temp dir
/PHP-5.4/ext/standard/tests/dir/
H A Dchdir_error2.phpt7 * Source code: ext/standard/dir.c
H A Dgetcwd_basic.phpt7 * Source code: ext/standard/dir.c
H A Dgetcwd_error.phpt7 * Source code: ext/standard/dir.c
H A Dreaddir_variation7.phpt7 * Source code: ext/standard/dir.c
H A Dchdir_variation1.phpt7 * Source code: ext/standard/dir.c
29 function __construct($dir) {
30 $this->dir_path = $dir;
H A Dscandir_variation8.phpt5 /* Prototype : array scandir(string $dir [, int $sorting_order [, resource $context]])
7 * Source code: ext/standard/dir.c
/PHP-5.4/ext/phar/tests/
H A Dphar_buildfromdirectory2.phpt29 RecursiveDirectoryIterator::__construct(1): failed to open dir: No such file or directory
/PHP-5.4/ext/pdo/tests/
H A Dpdo_016.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_016a.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.4/win32/build/
H A Dconfig.w32.phpize.in88 ARG_ENABLE('object-out-dir', 'Alternate location for binary objects during build', '');
170 ARG_WITH("snapshot-template", "Path to snapshot builder template dir", "no");
213 // set up the build dir and DLL name
245 // Find the php_build dir - it contains headers and libraries
247 …p.net/internals/windows/libs). Assumes that it is a sibling of this source dir (..\\deps) if not s…
330 STDOUT.WriteLine("Build dir: " + get_define('BUILD_DIR'));
345 /* default is as a sibling of the php_build dir */
/PHP-5.4/ext/gd/libgd/
H A Dgdft.c353 char *name, *path=NULL, *dir; local
392 for (dir = gd_strtok_r (path, PATHSEPARATOR, &strtok_ptr_path); dir;
393 dir = gd_strtok_r (0, PATHSEPARATOR, &strtok_ptr_path)) {
394 if (!strcmp(dir, ".")) {
397 dir = VCWD_GETCWD(cur_dir, MAXPATHLEN);
399 dir = VCWD_GETWD(cur_dir);
401 if (!dir) {
407 snprintf(fullname, sizeof(fullname) - 1, "%s/%s%s", dir, name, ext); \
/PHP-5.4/ext/phar/tests/files/
H A Dpear2coverage.phar.php572 $dir = $testpath;
574 $globdirs = glob($dir . '/*', GLOB_ONLYDIR);
577 $dir = $dirs[$index++];
581 $dir = $dirs[$index];
588 foreach ($dirs as $dir) {
589 $globbie = glob($dir . '/*.xdebug');
854 $dir = $testpath;
859 $dir = $dirs[$index++];
863 $dir = $dirs[$index];
870 foreach ($dirs as $dir) {
[all …]
/PHP-5.4/ext/mysql/
H A Dconfig.m452 PHP_ARG_WITH(zlib-dir, for the location of libz,
53 [ --with-zlib-dir[=DIR] MySQL: Set the path to libz install prefix], no, no)
124 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-5.4/ext/pdo_mysql/
H A Dconfig.m411 PHP_ARG_WITH(zlib-dir, for the location of libz,
12 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
110 … AC_MSG_ERROR([Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.])
/PHP-5.4/ext/standard/tests/file/windows_acls/
H A Dcommon.inc112 This will make the file/dir with NO aceess.
193 echo "PHPT_ACL_READ dir success!!\n";
195 echo "PHPT_ACL_READ dir failed!!\n";

Completed in 38 milliseconds

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