Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 2936) sorted by path

12345678910>>...118

/PHP-5.5/
H A DMakefile.gcov21 dir=lcov_data/`dirname $$x`; \
H A DREADME.TESTING296 $filepath =dirname($filename)
/PHP-5.5/Zend/tests/
H A D014.phpt8 include(dirname(__FILE__)."/014.inc");
13 include_once(dirname(__FILE__)."/014.inc");
18 include(dirname(__FILE__)."/014.inc");
H A D019.phpt154 $dfp = opendir( dirname(__FILE__) );
H A Dbug21478.phpt23 $fp = fopen(dirname(__FILE__)."/test.txt","w");
32 readfile(dirname(__FILE__)."/test.txt");
33 unlink(dirname(__FILE__)."/test.txt");
H A Dbug38779_1.phpt23 @unlink(dirname(__FILE__)."/bug38779.txt");
33 $filename = dirname(__FILE__)."/bug38779.txt";
H A Dbug39542.phpt6 chdir(dirname(__FILE__));
8 set_include_path(dirname(__FILE__).'/bug39542;.');
10 set_include_path(dirname(__FILE__).'/bug39542:.');
H A Dbug40236.phpt11 $cmd = "\"$php\" -n -d memory_limit=4M -a \"".dirname(__FILE__)."\"/bug40236.inc";
H A Dbug52508.phpt6 $file = dirname(__FILE__) .'/bug52508.ini';
H A Dbug63741.phpt5 file_put_contents(dirname(__FILE__)."/bug63741.tmp.php",
44 include dirname(__FILE__)."/bug63741.tmp.php";
47 <?php unlink(dirname(__FILE__)."/bug63741.tmp.php"); ?>
H A Dclass_constants_003.phpt14 $filename = dirname(__FILE__)."/cc003.dat";
/PHP-5.5/Zend/tests/constants/
H A Ddir-constant-includes.phpt6 echo dirname(__FILE__) . "\n";
H A Ddir-constant-nested_includes.phpt6 echo dirname(__FILE__) . "\n";
H A Ddir-constant-normal.phpt6 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder1/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder1/subfolder1/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder1/subfolder2/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder1/subfolder3/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder1/subfolder4/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder2/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder2/subfolder1/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder2/subfolder2/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder2/subfolder3/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder2/subfolder4/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";
/PHP-5.5/Zend/tests/constants/fixtures/folder3/
H A Dfixture.php3 echo dirname(__FILE__) . "\n";

Completed in 34 milliseconds

12345678910>>...118