Home
last modified time | relevance | path

Searched refs:absolute (Results 1 – 25 of 85) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/array/
H A Darray_splice_variation3.phpt25 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";
76 absolute offset - absolute length - cut from beginning
117 absolute offset - absolute length - cut from middle
158 absolute offset - absolute length - cut from end
199 absolute offset - absolute length - attempt to cut past end
240 absolute offset - absolute length - cut everything
[all …]
/PHP-7.4/ext/date/tests/
H A DDateTime_days-absolute.phpt2 DateTime::diff() days -- absolute
10 require 'DateTime_data-absolute.inc';
H A DDateTime_diff-absolute.phpt2 DateTime::diff() -- absolute
10 require 'DateTime_data-absolute.inc';
H A Dexamine_diff.inc31 * @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-7.4/ext/standard/tests/dir/
H A Dchdir_basic.phpt11 * 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 Dchdir_basic-win32-mb.phpt17 * Test basic functionality of chdir() with absolute and relative paths
34 echo "\n-- Testing chdir() with absolute path: --\n";
55 -- Testing chdir() with absolute path: --
H A Dopendir_basic.phpt11 * Test basic functionality of opendir() with absolute and relative paths as $path argument
29 echo "\n-- Testing opendir() with absolute path: --\n";
54 -- Testing opendir() with absolute path: --
H A Dopendir_basic-win32-mb.phpt17 * Test basic functionality of opendir() with absolute and relative paths as $path argument
35 echo "\n-- Testing opendir() with absolute path: --\n";
60 -- Testing opendir() with absolute path: --
H A Dopendir_error2.phpt22 echo "\n-- Pass a non-existent absolute path: --\n";
34 -- Pass a non-existent absolute path: --
H A Dscandir_error2.phpt24 echo "\n-- Pass scandir() an absolute path that does not exist --\n";
34 -- Pass scandir() an absolute path that does not exist --
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation6.phpt2 Test gzopen() function : variation: relative/absolute file
22 gzwrite($h, "This is an absolute file");
45 This is an absolute file
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation6.phpt2 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 Drename_variation12-win32.phpt2 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 Drename_variation12.phpt2 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 Drename_variation11-win32.phpt2 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 Dfopen_variation13.phpt2 Test fopen() function : variation: use include path create a file (absolute)
39 echo "Not created absolute location\n";
H A Dsymlink_to_symlink.phpt25 // symlink to a regular file using an absolute path
28 // symlink to a symlink using an absolute path
H A Dtempnam_variation8-win32.phpt2 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 Dtempnam_variation2-win32.phpt2 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 Dtempnam_variation2.phpt2 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 Drealpath_error-win32.phpt12 Description: Returns canonicalized absolute pathname
/PHP-7.4/ext/phar/tests/tar/
H A Dlinks3.phpt2 Phar: tar with link to absolute path
/PHP-7.4/Zend/tests/
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-7.4/ext/standard/tests/math/
H A Dabs_basic.phpt8 * Description: Returns the absolute value of number.

Completed in 62 milliseconds

1234