Home
last modified time | relevance | path

Searched refs:dirname (Results 251 – 275 of 482) sorted by relevance

1...<<11121314151617181920

/php-src/Zend/tests/constants/fixtures/folder4/subfolder1/
H A Dfixture.inc3 echo dirname(__FILE__) . "\n";
/php-src/Zend/tests/constants/fixtures/folder4/subfolder2/
H A Dfixture.inc3 echo dirname(__FILE__) . "\n";
/php-src/Zend/tests/constants/fixtures/folder4/subfolder3/
H A Dfixture.inc3 echo dirname(__FILE__) . "\n";
/php-src/Zend/tests/constants/fixtures/folder4/subfolder4/
H A Dfixture.inc3 echo dirname(__FILE__) . "\n";
/php-src/ext/standard/tests/general_functions/
H A Dget_included_files_inc2.inc3 include(dirname(__FILE__)."/get_included_files_inc3.inc");
H A Dget_included_files_inc3.inc3 include(dirname(__FILE__)."/get_included_files_inc1.inc");
/php-src/ext/standard/tests/file/
H A Dbug72035.phpt7 $cgi = realpath(dirname(PHP_BINARY)) . DIRECTORY_SEPARATOR . "php-cgi.exe";
16 $cgi = realpath(dirname(PHP_BINARY) . DIRECTORY_SEPARATOR . "php-cgi.exe");
H A Dunlink_error-win32-mb.phpt39 $dirname = "$file_path/unlink_error";
41 mkdir($dirname);
43 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dunlink_error-win32.phpt37 $dirname = "$file_path/unlink_error";
39 mkdir($dirname);
41 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dunlink_error.phpt36 $dirname = "$file_path/unlink_error";
38 mkdir($dirname);
40 var_dump( unlink($dirname) ); // expected: false as unlink() does not work on dir
H A Dmkdir-002.phpt26 $dirname = __DIR__."/mkdir-002";
27 $dirname_escaped = escapeshellarg($dirname);
/php-src/ext/pdo_odbc/tests/
H A Dbug80783a.phpt18 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
35 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dautocommit.phpt18 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
40 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/php-src/ext/zip/tests/
H A Doo_properties.phpt8 $dirname = __DIR__ . '/';
9 $file = $dirname . '__property_test.zip';
11 copy($dirname . 'test_with_comment.zip', $file);
/php-src/ext/snmp/tests/
H A Dclean.inc2 include_once(dirname(__FILE__) . '/snmp_include.inc');
/php-src/benchmark/
H A Dshared.php66 $dir = dirname($path);
71 runCommand(['git', 'clone', '-q', '--end-of-options', $url, $repo], dirname($path));
/php-src/ext/mysqli/tests/functions/
H A Dmysqli_set_charset.phpt7 require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
13 require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
80 require_once dirname(__DIR__) . "/test_setup/test_helpers.inc";
/php-src/win32/build/
H A Dbuildconf.js45 function find_config_w32(dirname) argument
47 if (!FSO.FolderExists(dirname)) {
51 var f = FSO.GetFolder(dirname);
69 …WScript.StdOut.WriteLine("Skipping " + dirname + "/" + n + " -- already have a module with that na…
/php-src/ext/phar/tests/
H A Dcached_manifest_1.phpt9 $pname = 'phar://' . dirname(__FILE__) . '/files/nophar.phar';
23 …("index.php", "r", true);echo stream_get_contents($a);fclose($a);include dirname(__FILE__) . "/../…
/php-src/ext/gd/tests/
H A Dimagepolygon_basic.phpt17 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
51 $dest = dirname(realpath(__FILE__)) . '/imagepolygon.png';
/php-src/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
/php-src/sapi/cgi/tests/
H A Dskipif.inc7 include dirname(__FILE__)."/include.inc";
/php-src/Zend/tests/constants/
H A Ddir-constant-normal.phpt6 echo dirname(__FILE__) . "\n";
/php-src/ext/pgsql/tests/
H A D80_bug14383.phpt8 require_once dirname(__DIR__, 2) . '/dba/tests/setup/setup_dba_tests.inc';
22 require_once dirname(__DIR__, 2) . '/dba/tests/setup/setup_dba_tests.inc';
30 require_once dirname(__DIR__, 2) . '/dba/tests/setup/setup_dba_tests.inc';
/php-src/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt21 $dirname = __DIR__ . "\\mnt\\test\\directory";
22 exec("mkdir " . $dirname, $output, $ret_val);

Completed in 30 milliseconds

1...<<11121314151617181920