Home
last modified time | relevance | path

Searched refs:dirname (Results 226 – 250 of 404) sorted by relevance

12345678910>>...17

/PHP-8.0/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_headers.inc19 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
/PHP-8.0/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt21 $dirname = __DIR__ . "\\mnt\\test\\directory";
22 exec("mkdir " . $dirname, $output, $ret_val);
H A Dbug48746.phpt22 $dirname = __DIR__ . "\\mnt\\test\\directory";
23 mkdir($dirname, 0700, true);
/PHP-8.0/ext/gd/tests/
H A Dimagedashedline_basic.phpt12 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
44 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
H A Dimagefilledpolygon_basic.phpt12 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
60 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
/PHP-8.0/ext/phar/tests/
H A Dcached_manifest_1.phpt11 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
25 …("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../…
/PHP-8.0/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc2 include dirname(__FILE__) . '/tarmaker.php.inc';
/PHP-8.0/ext/standard/tests/file/
H A Dunlink_error-win32-mb.phpt42 $dirname = "$file_path/unlink_error";
44 mkdir($dirname);
46 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dunlink_error-win32.phpt40 $dirname = "$file_path/unlink_error";
42 mkdir($dirname);
44 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dlstat_stat_basic.phpt20 $dirname = "$file_path/lstat_stat_basic";
21 @rmdir($dirname);
22 mkdir($dirname);
24 $dir_stat = stat($dirname);
29 $filename = "$dirname/lstat_stat_basic.tmp";
37 $new_dir_stat = stat($dirname);
H A Dis_dir_variation2.phpt17 $dirname = $file_path."/is_dir_variation2";
18 mkdir($dirname);
19 var_dump( is_dir($dirname) );
/PHP-8.0/main/
H A Dphp_scandir.h37 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru…
/PHP-8.0/ext/zip/examples/
H A Dodt.php5 $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml');
H A Dcreate.php6 $thisdir = dirname(__FILE__);
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_38546.phpt6 require dirname(__FILE__) . '/config.inc';
7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/config.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
14 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
192 require dirname(__FILE__) . '/mysql_pdo_test.inc';
/PHP-8.0/ext/spl/tests/
H A Dbug48361.phpt2 SPL: Bug #48361 SpleFileInfo::getPathName should return the dirname's path
/PHP-8.0/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_doclit.inc25 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclit.wsdl");
H A Dround3_groupD_rpcenc.inc25 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_rpcenc.wsdl");
/PHP-8.0/ext/zip/tests/
H A Doo_delete.phpt9 $dirname = __DIR__ . '/';
10 $file = $dirname . 'oo_delete.zip';
/PHP-8.0/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_mimedoc.inc22 $server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimedoc.wsdl");
H A Dround4_groupG_mimerpc.inc22 $server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimedoc.wsdl");
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dwrite17.phar.inc3 $fname = dirname(__FILE__) . '/write17.phar';
H A Dwrite8.phar.inc3 $fname = dirname(__FILE__) . '/write8.phar';
H A Dwrite11.phar.inc3 $fname = dirname(__FILE__) . '/write11.phar';
H A Dwrite12.phar.inc3 $fname = dirname(__FILE__) . '/write12.phar';

Completed in 38 milliseconds

12345678910>>...17