Home
last modified time | relevance | path

Searched refs:dirname (Results 201 – 225 of 396) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
/PHP-7.4/ext/standard/tests/file/
H A Dbug72035.phpt8 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";
17 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
H A Dmkdir-002.phpt26 $dirname = __DIR__."/mkdir-002";
27 var_dump(`ls -l $dirname`);
/PHP-7.4/sapi/cgi/tests/
H A Dskipif.inc7 include dirname(__FILE__)."/include.inc";
/PHP-7.4/Zend/tests/constants/
H A Ddir-constant-normal.phpt6 echo dirname(__FILE__) . "\n";
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_compound2.inc9 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound2.wsdl");
H A Dround3_groupD_emptysa.inc11 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_emptysa.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");
/PHP-7.4/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-7.4/ext/phar/tests/tar/files/
H A Dmake_invalid_tar.php.inc2 include dirname(__FILE__) . '/tarmaker.php.inc';
/PHP-7.4/win32/build/
H A Dbuildconf.js47 function find_config_w32(dirname) argument
49 if (!FSO.FolderExists(dirname)) {
53 var f = FSO.GetFolder(dirname);
71 …WScript.StdOut.WriteLine("Skipping " + dirname + "/" + n + " -- already have a module with that na…
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_soapfault.inc19 $server = new SoapServer(dirname(__FILE__)."/round4_groupH_soapfault.wsdl");
/PHP-7.4/ext/standard/tests/strings/
H A Dbug24098.phpt9 ["dirname"]=>
/PHP-7.4/ext/phar/tests/
H A Dcached_manifest_1.phpt11 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
26 …("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../…
/PHP-7.4/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt21 $dirname = __DIR__ . "\\mnt\\test\\directory";
22 exec("mkdir " . $dirname, $output, $ret_val);
/PHP-7.4/ext/soap/tests/interop/Round3/GroupE/
H A Dround3_groupE_list.inc13 $server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
/PHP-7.4/ext/phar/tests/zip/files/
H A Dmake_invalid_tar.php.inc2 include dirname(__FILE__) . '/tarmaker.php.inc';
/PHP-7.4/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-7.4/main/
H A Dphp_scandir.h39 PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], int (*selector) (const stru…
/PHP-7.4/ext/gd/tests/
H A Dimagepolygon_basic.phpt19 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
54 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle.inc2 define('BUNDLE', dirname(__FILE__)."/_files/resourcebundle");

Completed in 42 milliseconds

12345678910>>...16