Home
last modified time | relevance | path

Searched refs:dir (Results 251 – 275 of 527) sorted by relevance

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

/PHP-8.2/ext/pdo/tests/
H A Dpdo_012.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_034.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dbug_43130.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
14 require_once $dir . 'pdo_test.inc';
H A Dpdo_013.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
H A Dpdo_015.phpt7 $dir = getenv('REDIR_TEST_DIR');
8 if (false == $dir) die('skip no driver');
9 require_once $dir . 'pdo_test.inc';
/PHP-8.2/ext/standard/tests/file/
H A Dtempnam_variation3.phpt30 "/no/such/file/dir",
44 /* creating the files in existing dir */
58 echo "temp dir\n";
104 File name is => %s/dir%s
H A Dstat_basic-win32-mb.phpt18 // creating dir
21 // stat of the dir created
34 // now new stat of the dir after file is created
51 echo "-- comparing difference in dir stats before and after creating file in it --\n";
73 -- comparing difference in dir stats before and after creating file in it --
H A Dstat_basic-win32.phpt18 // creating dir
21 // stat of the dir created
34 // now new stat of the dir after file is created
51 echo "-- comparing difference in dir stats before and after creating file in it --\n";
73 -- comparing difference in dir stats before and after creating file in it --
H A Dtempnam_variation2-win32.phpt10 /* Creating unique files in various dirs by passing relative paths to $dir arg */
62 echo "temp dir\n";
124 File created in => temp dir
136 File created in => temp dir
143 File created in => temp dir
165 File created in => temp dir
H A Dtempnam_variation2.phpt10 /* Creating unique files in various dirs by passing relative paths to $dir arg */
62 echo "temp dir\n";
124 File created in => temp dir
136 File created in => temp dir
143 File created in => temp dir
165 File created in => temp dir
H A Dfile_put_contents_variation4.phpt9 $thisTestDir = basename(__FILE__, ".php") . ".dir";
31 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dtempnam_variation8-win32.phpt12 /* Creating unique files in various dirs by passing relative paths to $dir arg */
61 echo "temp dir\n";
118 File created in => temp dir
125 File created in => temp dir
147 File created in => temp dir
H A Drename_variation13.phpt30 "/no/such/file/dir",
85 -- testing '/no/such/file/dir' --
87 Warning: rename(%s/renameVar13/afile.tmp,/no/such/file/dir): No such file or directory in %s on lin…
90 Warning: rename(/no/such/file/dir,%s/renameVar13/afile.tmp): No such file or directory in %s on lin…
H A Dstat_variation4-win32.phpt12 /* test the effects on the stats of dir/file for using is_dir() & is_file() on dir/file */
19 mkdir("$file_path/stat_variation4/"); // temp dir
H A Dsymlink_link_linkinfo_is_link_variation6.phpt2 Test symlink(), linkinfo(), link() and is_link() functions : usage variations - link & dir perms.
18 // remove all permissions from dir
39 chmod($dirname, 0777); // to enable dir deletion
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug44295.phpt10 $dir = '/this/path/does/not/exist';
17 $iter = new DirectoryIterator($dir);
/PHP-8.2/ext/ftp/
H A Dconfig.m47 PHP_ARG_WITH([openssl-dir],
9 [AS_HELP_STRING([[--with-openssl-dir]],
/PHP-8.2/ext/zip/tests/
H A Doo_getnameindex.phpt20 $zip->addFromString('dir/entry2d.txt', 'entry #2');
43 string(15) "dir/entry2d.txt"
/PHP-8.2/ext/phar/tests/tar/
H A Dtar_004.phpt20 $tar->mkDir('internal/dir');
21 $tar->mkDir('dir');
/PHP-8.2/ext/spl/tests/
H A DDirectoryIterator_getGroup_basic.phpt21 $dir = new DirectoryIterator($dirname);
23 $actual = $dir->getGroup();
H A DDirectoryIterator_getOwner_basic.phpt21 $dir = new DirectoryIterator($dirname);
23 $actual = $dir->getOwner();
/PHP-8.2/sapi/cli/tests/
H A Dphp_cli_server_021.phpt18 …lm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=au…
37 …lm="testrealm@host.com", nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093", uri="/dir/index.html", qop=au…
/PHP-8.2/ext/libxml/tests/
H A Dlibxml_disable_entity_loader_2.phpt18 $dir = str_replace('\\', '/', __DIR__);
19 $xml = str_replace('XXE_URI', $dir . '/libxml_disable_entity_loader_payload.txt', $xml);
/PHP-8.2/ext/standard/tests/dir/
H A Dopendir_variation7.phpt47 // try to remove the dir if exists & create
49 chmod ($dir_path, 0777); // change dir permission to allow all operation
54 // change the dir permission to test dir on it
/PHP-8.2/ext/phar/tests/
H A D017.phpt2 Phar: opendir test - no dir specified at all
22 $dir = opendir('phar://hio');

Completed in 30 milliseconds

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