Home
last modified time | relevance | path

Searched refs:dirname (Results 276 – 300 of 482) sorted by relevance

1...<<11121314151617181920

/php-src/ext/standard/tests/file/
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.phpt18 $dirname = $file_path."/is_dir_variation2";
19 mkdir($dirname);
20 var_dump( is_dir($dirname) );
/php-src/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc2 include dirname(__FILE__) . '/tarmaker.php.inc';
/php-src/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_emptysa.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_emptysa.wsdl");
H A Dround3_groupD_compound2.inc9 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound2.wsdl");
H A Dround3_groupD_import1.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import1.wsdl");
H A Dround3_groupD_import2.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import2.wsdl");
H A Dround3_groupD_compound1.inc14 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound1.wsdl");
H A Dround3_groupD_import3.inc16 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import3.wsdl");
H A Dround3_groupD_doclit.inc25 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclit.wsdl");
/php-src/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_ext.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
H A Dround3_groupF_headers.inc19 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_soapfault.inc19 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_soapfault.wsdl");
/php-src/scripts/gdb/
H A Ddebug_gdb_scripts_gen.php4 $rootDir = dirname(__DIR__, 2);
/php-src/ext/gd/tests/
H A Dimagedashedline_basic.phpt17 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
49 $dest = dirname(realpath(__FILE__)) . '/imagedashedline.png';
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all.phpt7 require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
12 require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
61 require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
/php-src/ext/standard/tests/strings/
H A Dbug24098.phpt9 ["dirname"]=>
/php-src/ext/soap/tests/interop/Round3/GroupE/
H A Dround3_groupE_list.inc13 $server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
/php-src/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc2 include dirname(__FILE__) . '/tarmaker.php.inc';
/php-src/ext/zip/tests/
H A Doo_delete.phpt7 $dirname = __DIR__ . '/';
8 $file = $dirname . 'oo_delete.zip';
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746.phpt22 $dirname = __DIR__ . "\\mnt\\test\\directory";
23 mkdir($dirname, 0700, true);
/php-src/main/
H A Dphp_scandir.h37 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru…
/php-src/ext/zip/examples/
H A Dodt.php5 $reader->open('zip://' . dirname(__FILE__) . '/test.odt#meta.xml');
H A Dcreate.php6 $thisdir = dirname(__FILE__);
/php-src/ext/spl/tests/
H A Dbug48361.phpt2 SPL: Bug #48361 SpleFileInfo::getPathName should return the dirname's path

Completed in 29 milliseconds

1...<<11121314151617181920