Home
last modified time | relevance | path

Searched refs:dir (Results 176 – 200 of 528) sorted by relevance

12345678910>>...22

/PHP-5.5/ext/gd/
H A Dconfig.m413 PHP_ARG_WITH(vpx-dir, for the location of libvpx,
18 PHP_ARG_WITH(jpeg-dir, for the location of libjpeg,
23 PHP_ARG_WITH(png-dir, for the location of libpng,
28 PHP_ARG_WITH(zlib-dir, for the location of libz,
32 PHP_ARG_WITH(xpm-dir, for the location of libXpm,
35 PHP_ARG_WITH(freetype-dir, for FreeType 2,
97 AC_MSG_RESULT([If configure fails try --with-vpx-dir=<DIR>])
122 AC_MSG_RESULT([If configure fails try --with-jpeg-dir=<DIR>])
153 AC_MSG_RESULT([If configure fails try --with-png-dir=<DIR> and --with-zlib-dir=<DIR>])
180 AC_MSG_RESULT(If configure fails try --with-xpm-dir=<DIR>)
[all …]
/PHP-5.5/ext/pdo/tests/
H A Dpdo_004.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_003.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_44409.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_36798.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dpdo_006.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
H A Dbug_38394.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_007.phpt6 $dir = getenv('REDIR_TEST_DIR');
7 if (false == $dir) die('skip no driver');
8 require_once $dir . 'pdo_test.inc';
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_015.phpt13 $dir = realpath(dirname(__FILE__));
15 file_put_contents($dir . "/syntax_error.php", "<?php non_exists_function(); ?>");
38 @unlink($dir . "/syntax_error.php");
/PHP-5.5/
H A Dltmain.sh1565 case $dir in
1574 dir="$absdir"
1755 case $dir in
1763 *" $dir "*) ;;
2936 test "X$dir" = "X$deplib" && dir="."
2938 case $dir in
4822 case $dir in
5999 test "X$dir" = "X$file/" && dir=
6000 dir="$dir$objdir"
6561 dir=.
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation19.phpt2 Test lstat() and stat() functions: usage variations - dir/file names in array
18 /* test for stats of dir/file when their names are stored in an array */
25 @rmdir("$file_path/lstat_stat_variation19"); // ensure that dir doesn't exists
26 mkdir("$file_path/lstat_stat_variation19"); // temp dir
42 "dir" => "$file_path/lstat_stat_variation19"
49 echo "\n-- Testing stat() on dir name stored inside an array --\n";
51 var_dump( stat($names_with_key["dir"]) ); // value stored with string key
175 -- Testing stat() on dir name stored inside an array --
H A Dfile_variation8-win32.phpt19 $mainDir = "fileVar8.dir";
58 $dir = $allDirs[$i];
60 var_dump(file($dir."\\".$filename));
99 Warning: file(%sfileVar8.dir\fileVar8Sub\..\\\fileVar8Sub\\..\\..\fileVar8Sub\FileGetContentsVar7.t…
104 Warning: file(%sfileVar8.dir\fileVar8Sub\BADDIR\FileGetContentsVar7.tmp): failed to open stream: No…
H A Dfile_get_contents_variation7-win32.phpt19 $mainDir = "fileGetContentsVar7.dir";
58 $dir = $allDirs[$i];
60 var_dump(file_get_contents($dir."\\".$filename));
87 Warning: file_get_contents(%sfileGetContentsVar7.dir\fileGetContentsVar7Sub\..\\\fileGetContentsVar…
92 Warning: file_get_contents(%sfileGetContentsVar7.dir\fileGetContentsVar7Sub\BADDIR\FileGetContentsV…
H A Dparse_ini_file_variation6-win32.phpt19 $mainDir = "parseIniFileVar6.dir";
59 $dir = $allDirs[$i];
61 var_dump(parse_ini_file($dir."\\".$filename));
100 Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\..\\\parseIniFileVar6Sub\\..\\..…
105 Warning: parse_ini_file(%sparseIniFileVar6.dir\parseIniFileVar6Sub\BADDIR\ParseIniFileVar6.ini): fa…
H A Dbug41874.phpt9 $result = exec('cd 1:\non_existent; dir nonexistent');
11 system('cd 1:\non_existent; dir nonexistent');
H A Dtempnam_variation2.phpt10 /* Prototype: string tempnam ( string $dir, string $prefix );
14 /* Creating unique files in various dirs by passing relative paths to $dir arg */
66 echo "temp dir\n";
126 File created in => temp dir
136 File created in => temp dir
141 File created in => temp dir
161 File created in => temp dir
H A Dfiletype_basic.phpt8 dir, block, link, file, and unknown.
21 dir
H A Dfilegroup_error.phpt11 /* Non-existing file or dir */
12 var_dump( filegroup("/no/such/file/dir") );
28 Warning: filegroup(): stat failed for /no/such/file/dir in %s on line %d
H A Dfileinode_error.phpt12 /* Non-existing file or dir */
13 var_dump( fileinode("/no/such/file/dir") );
29 Warning: fileinode(): stat failed for /no/such/file/dir in %s on line 10
H A Dfilesize_error.phpt13 /* Non-existing file or dir */
15 var_dump( filesize("/no/such/dir") );
31 Warning: filesize(): stat failed for /no/such/dir in %s on line %d
H A Dtempnam_variation8-win32.phpt12 /* Prototype: string tempnam ( string $dir, string $prefix );
16 /* Creating unique files in various dirs by passing relative paths to $dir arg */
65 echo "temp dir\n";
120 File created in => temp dir
125 File created in => temp dir
145 File created in => temp dir
/PHP-5.5/ext/spl/tests/
H A Darray_009a.phpt21 $dir = new RecursiveIteratorIterator(new MyRecursiveArrayIterator($array), RecursiveIteratorIterato…
23 foreach ($dir as $file) {
H A DRecursiveDirectoryIterator_getSubPathname_basic.phpt32 function rrmdir($dir) {
33 foreach(glob($dir . '/*') as $file) {
41 rmdir($dir);
/PHP-5.5/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
25 $dir = opendir('phar://hio');
33 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…
H A D017U.phpt2 Phar: opendir test - no dir specified at all
25 $dir = opendir('phar://hio');
33 Warning: opendir(phar://hio): failed to open dir: phar error: no directory in "phar://hio", must ha…

Completed in 238 milliseconds

12345678910>>...22