Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 25 of 345) sorted by last modified time

12345678910>>...14

/PHP-5.5/ext/standard/tests/math/
H A Dtan_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dtanh_basic.phpt11 $file_path = dirname(__FILE__);
12 require($file_path."/allowed_rounding_error.inc");
H A Dsin_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dsinh_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dlog10_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Drad2deg_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Datan_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Datanh_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dcos_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dcosh_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dasinh_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Ddeg2rad_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dacos_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dacosh_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
H A Dasin_basic.phpt12 $file_path = dirname(__FILE__);
13 require($file_path."/allowed_rounding_error.inc");
/PHP-5.5/ext/standard/tests/file/
H A Dtempnam_error.phpt10 $file_path = dirname(__FILE__);
13 var_dump( tempnam("$file_path", "tempnam_error.tmp", "") ); //Two Valid & One Invalid
14 var_dump( tempnam("$file_path", "tempnam_error.tmp", TRUE) );
18 var_dump( tempnam("$file_path") ); //One Valid arg
H A Dtempnam_variation1-win32.phpt16 $file_path = dirname(__FILE__)."/tempnamVar1";
17 mkdir($file_path);
22 $files[$i] = tempnam("$file_path", "tempnam_variation1.tmp");
41 …else if (realpath($file_dir) == realpath($file_path) || realpath($file_dir."\\") == realpath($file…
56 rmdir($file_path);
H A Dtempnam_variation1.phpt16 $file_path = dirname(__FILE__)."/tempnamVar1";
17 mkdir($file_path);
22 $files[$i] = tempnam("$file_path", "tempnam_variation1.tmp");
45 else if ($file_dir == $file_path) {
61 rmdir($file_path);
H A Dtempnam_variation5.phpt16 $file_path = dirname(__FILE__);
19 $dir_name = $file_path."/tempnam_variation5";
H A Dunlink_variation1-win32.phpt20 $file_path = dirname(__FILE__);
23 $dirname = "$file_path/unlink_variation1";
H A Dunlink_variation1.phpt30 $file_path = dirname(__FILE__);
33 $dirname = "$file_path/unlink_variation1";
H A Dunlink_variation2-win32.phpt17 $file_path = dirname(__FILE__);
21 $filename = "$file_path/unlink_variation2-win32.tmp";
H A Dunlink_variation2.phpt17 $file_path = dirname(__FILE__);
21 $filename = "$file_path/unlink_variation2.tmp";
H A Dunlink_variation3.phpt17 $file_path = dirname(__FILE__);
19 $filename = "$file_path/unlink_variation3.tmp";
26 $linkname = "$file_path/unlink_variation3_link.tmp";
H A Dunlink_variation4.phpt11 $file_path = dirname(__FILE__);
14 $filename = "$file_path/unlink_variation4.tmp";

Completed in 42 milliseconds

12345678910>>...14