Home
last modified time | relevance | path

Searched refs:dirname (Results 301 – 325 of 482) sorted by relevance

1...<<11121314151617181920

/php-src/ext/com_dotnet/tests/
H A Dbug39606.phpt11 $root = dirname($arEnv['COMSPEC']);
H A Dbug77621.phpt10 $root = dirname(array_change_key_case($_SERVER, CASE_UPPER)['COMSPEC']);
/php-src/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_rpcenc.inc25 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_rpcenc.wsdl");
H A Dround3_groupD_doclitparams.inc26 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl");
/php-src/ext/phar/
H A Dmakestub.php2 $s = str_replace("\r", '', file_get_contents(dirname(__FILE__) . '/shortarc.php'));
106 file_put_contents(dirname(__FILE__) . '/stub.h', $stub."\n");
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_2.phpt18 $dirname = __DIR__ . "\\mnt\\test\\directory";
19 exec("mkdir " . $dirname, $output, $ret_val);
H A Dbug73962.phpt16 $dirname = '"' . __DIR__ . "\\mnt\\test\\новая папка" . '"';
17 exec("mkdir " . $dirname, $output, $ret_val);
/php-src/ext/pdo_odbc/tests/
H A Dgh9372.phpt17 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
49 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug67465.phpt13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/php-src/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt17 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
65 $dest = dirname(realpath(__FILE__)) . '/imagefilledpolygon.png';
/php-src/.github/
H A Dnightly_matrix.php11 return dirname(__DIR__) . '/branch-commit-cache.json';
125 $file = dirname(__DIR__) . '/main/php_version.h';
/php-src/ext/pdo_pgsql/tests/
H A Dissue78621.inc2 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
3 require_once dirname(__FILE__) . '/config.inc';
/php-src/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-src/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';
H A Dwrite15.phar.inc3 $fname = dirname(__FILE__) . '/write15.phar';
H A Dwrite9.phar.inc3 $fname = dirname(__FILE__) . '/write9.phar';
H A Dwrite21.phar.inc3 $fname = dirname(__FILE__) . '/write21.phar';
H A Dwrite7.phar.inc3 $fname = dirname(__FILE__) . '/write7.phar';
/php-src/ext/snmp/tests/
H A Dskipif.inc2 require_once (dirname(__FILE__).'/snmp_include.inc');
/php-src/ext/opcache/tests/
H A Dct_eval_frameless_001.phpt13 echo dirname(__DIR__);
/php-src/ext/standard/tests/strings/
H A Ddirname_variation.phpt2 Test dirname() function : usage variations
55 var_dump( dirname($paths[$loop_counter]) );

Completed in 22 milliseconds

1...<<11121314151617181920