Searched refs:absolute (Results 1 – 25 of 77) sorted by relevance
1234
/PHP-5.4/ext/standard/tests/array/ |
H A D | array_splice_variation3.phpt | 25 echo "absolute offset - absolute length - cut from beginning\n"; 27 echo "absolute offset - absolute length - cut from middle\n"; 29 echo "absolute offset - absolute length - cut from end\n"; 33 echo "absolute offset - absolute length - cut everything\n"; 35 echo "absolute offset - absolute length - cut nothing\n"; 77 absolute offset - absolute length - cut from beginning 118 absolute offset - absolute length - cut from middle 159 absolute offset - absolute length - cut from end 200 absolute offset - absolute length - attempt to cut past end 241 absolute offset - absolute length - cut everything [all …]
|
/PHP-5.4/ext/date/tests/ |
H A D | DateTime_days-absolute.phpt | 2 DateTime::diff() days -- absolute 10 require 'DateTime_data-absolute.inc';
|
H A D | DateTime_diff-absolute.phpt | 2 DateTime::diff() -- absolute 10 require 'DateTime_data-absolute.inc';
|
H A D | examine_diff.inc | 31 * @param bool $absolute should the result always be a positive number? 35 function examine_diff($end_date, $start_date, $expect_spec, $expect_days, $absolute = false) { 56 $result_interval = $start->diff($end, $absolute); 62 $result_interval = $start->diff($end, $absolute);
|
/PHP-5.4/ext/zlib/tests/ |
H A D | gzopen_variation6.phpt | 2 Test gzopen() function : variation: relative/absolute file 22 gzwrite($h, "This is an absolute file"); 45 This is an absolute file
|
/PHP-5.4/ext/standard/tests/dir/ |
H A D | chdir_basic.phpt | 11 * Test basic functionality of chdir() with absolute and relative paths 27 echo "\n-- Testing chdir() with absolute path: --\n"; 46 -- Testing chdir() with absolute path: --
|
H A D | opendir_basic.phpt | 11 * Test basic functionality of opendir() with absolute and relative paths as $path argument 28 echo "\n-- Testing opendir() with absolute path: --\n"; 52 -- Testing opendir() with absolute path: --
|
H A D | opendir_error2.phpt | 22 echo "\n-- Pass a non-existent absolute path: --\n"; 34 -- Pass a non-existent absolute path: --
|
H A D | opendir_error2-win32.phpt | 22 echo "\n-- Pass a non-existent absolute path: --\n"; 34 -- Pass a non-existent absolute path: --
|
H A D | scandir_error2.phpt | 24 echo "\n-- Pass scandir() an absolute path that does not exist --\n"; 34 -- Pass scandir() an absolute path that does not exist --
|
H A D | scandir_error2-win32.phpt | 24 echo "\n-- Pass scandir() an absolute path that does not exist --\n"; 34 -- Pass scandir() an absolute path that does not exist --
|
/PHP-5.4/ext/standard/tests/file/ |
H A D | fopen_variation6.phpt | 2 Test fopen() function : variation: use include path and stream context relative/absolute file 18 fwrite($h, "This is an absolute file"); 42 This is an absolute file
|
H A D | rename_variation12.phpt | 2 Test rename() function : variation - various relative, absolute paths 19 echo "*** Testing rename() with absolute and relative paths ***\n"; 34 // absolute paths 72 *** Testing rename() with absolute and relative paths ***
|
H A D | rename_variation11-win32.phpt | 2 Test rename() function : variation - various relative, absolute paths 18 echo "*** Testing rename() with absolute and relative paths ***\n"; 35 // absolute paths 75 *** Testing rename() with absolute and relative paths ***
|
H A D | rename_variation12-win32.phpt | 2 Test rename() function : variation - various relative, absolute paths 19 echo "*** Testing rename() with absolute and relative paths ***\n"; 34 // absolute paths 72 *** Testing rename() with absolute and relative paths ***
|
H A D | tempnam_variation8-win32.phpt | 2 Test tempnam() function: usage variations - various absolute and relative paths 18 echo "*** Testing tempnam() with absolute and relative paths ***\n"; 28 // absolute paths 90 *** Testing tempnam() with absolute and relative paths ***
|
H A D | fopen_variation13.phpt | 2 Test fopen() function : variation: use include path create a file (absolute) 40 echo "Not created absolute location\n";
|
H A D | tempnam_variation2-win32.phpt | 2 Test tempnam() function: usage variations - various absolute and relative paths 16 echo "*** Testing tempnam() with absolute and relative paths ***\n"; 26 // absolute paths 91 *** Testing tempnam() with absolute and relative paths ***
|
H A D | symlink_to_symlink.phpt | 25 // symlink to a regular file using an absolute path 28 // symlink to a symlink using an absolute path
|
H A D | tempnam_variation2.phpt | 2 Test tempnam() function: usage variations - various absolute and relative paths 16 echo "*** Testing tempnam() with absolute and relative paths ***\n"; 26 // absolute paths 91 *** Testing tempnam() with absolute and relative paths ***
|
H A D | mkdir_variation5.phpt | 35 //absolute 40 //absolute bad path
|
H A D | parse_ini_file_variation6.phpt | 2 Test parse_ini_file() function : variation - various absolute and relative paths 25 // absolute paths
|
/PHP-5.4/ext/phar/tests/tar/ |
H A D | links3.phpt | 2 Phar: tar with link to absolute path
|
/PHP-5.4/Zend/tests/ |
H A D | bug47593.phpt | 2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
|
/PHP-5.4/ext/posix/tests/ |
H A D | posix_ttyname.phpt | 4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
|
Completed in 29 milliseconds
1234