Searched refs:absolute (Results 1 – 25 of 72) sorted by relevance
123
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_splice_variation3.phpt | 24 echo "absolute offset - absolute length - cut from beginning\n"; 26 echo "absolute offset - absolute length - cut from middle\n"; 28 echo "absolute offset - absolute length - cut from end\n"; 32 echo "absolute offset - absolute length - cut everything\n"; 34 echo "absolute offset - absolute length - cut nothing\n"; 75 absolute offset - absolute length - cut from beginning 116 absolute offset - absolute length - cut from middle 157 absolute offset - absolute length - cut from end 198 absolute offset - absolute length - attempt to cut past end 239 absolute offset - absolute length - cut everything [all …]
|
/PHP-8.0/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-8.0/Zend/tests/attributes/ |
H A D | 004_name_resolution.phpt | 33 #[\Doctrine\ORM\Mapping\Entity("absolute from namespace")] 34 #[\Entity("import absolute from global")] 75 string(23) "absolute from namespace" 85 string(27) "import absolute from global"
|
/PHP-8.0/ext/zlib/tests/ |
H A D | gzopen_variation6.phpt | 2 Test gzopen() function : variation: relative/absolute file 16 gzwrite($h, "This is an absolute file"); 38 This is an absolute file
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | fopen_variation6.phpt | 2 Test fopen() function : variation: use include path and stream context relative/absolute file 12 fwrite($h, "This is an absolute file"); 35 This is an absolute file
|
H A D | rename_variation12.phpt | 2 Test rename() function : variation - various relative, absolute paths 13 echo "*** Testing rename() with absolute and relative paths ***\n"; 28 // absolute paths 66 *** Testing rename() with absolute and relative paths ***
|
H A D | rename_variation11-win32.phpt | 2 Test rename() function : variation - various relative, absolute paths 12 echo "*** Testing rename() with absolute and relative paths ***\n"; 29 // absolute paths 69 *** Testing rename() with absolute and relative paths ***
|
H A D | rename_variation12-win32.phpt | 2 Test rename() function : variation - various relative, absolute paths 13 echo "*** Testing rename() with absolute and relative paths ***\n"; 28 // absolute paths 66 *** Testing rename() with absolute and relative paths ***
|
H A D | fopen_variation13.phpt | 2 Test fopen() function : variation: use include path create a file (absolute) 33 echo "Not created absolute location\n";
|
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_variation8-win32.phpt | 2 Test tempnam() function: usage variations - various absolute and relative paths 14 echo "*** Testing tempnam() with absolute and relative paths ***\n"; 24 // absolute paths 86 *** Testing tempnam() with absolute and relative paths ***
|
H A D | tempnam_variation2-win32.phpt | 2 Test tempnam() function: usage variations - various absolute and relative paths 12 echo "*** Testing tempnam() with absolute and relative paths ***\n"; 22 // absolute paths 87 *** Testing tempnam() with absolute and relative paths ***
|
H A D | tempnam_variation2.phpt | 2 Test tempnam() function: usage variations - various absolute and relative paths 12 echo "*** Testing tempnam() with absolute and relative paths ***\n"; 22 // absolute paths 87 *** Testing tempnam() with absolute and relative paths ***
|
/PHP-8.0/ext/standard/tests/dir/ |
H A D | chdir_basic.phpt | 6 * Test basic functionality of chdir() with absolute and relative paths 22 echo "\n-- Testing chdir() with absolute path: --\n"; 40 -- Testing chdir() with absolute path: --
|
H A D | chdir_basic-win32-mb.phpt | 12 * Test basic functionality of chdir() with absolute and relative paths 29 echo "\n-- Testing chdir() with absolute path: --\n"; 49 -- Testing chdir() with absolute path: --
|
H A D | opendir_basic.phpt | 6 * Test basic functionality of opendir() with absolute and relative paths as $path argument 24 echo "\n-- Testing opendir() with absolute path: --\n"; 48 -- Testing opendir() with absolute path: --
|
H A D | opendir_basic-win32-mb.phpt | 12 * Test basic functionality of opendir() with absolute and relative paths as $path argument 30 echo "\n-- Testing opendir() with absolute path: --\n"; 54 -- Testing opendir() with absolute path: --
|
H A D | opendir_error2.phpt | 17 echo "\n-- Pass a non-existent absolute path: --\n"; 28 -- Pass a non-existent absolute path: --
|
H A D | scandir_error2.phpt | 19 echo "\n-- Pass scandir() an absolute path that does not exist --\n"; 28 -- Pass scandir() an absolute path that does not exist --
|
/PHP-8.0/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_false.phpt | 12 …ble with DateTimeInterface::diff(DateTimeInterface $targetObject, bool $absolute = false) in %s on…
|
/PHP-8.0/ext/phar/tests/tar/ |
H A D | links3.phpt | 2 Phar: tar with link to absolute path
|
/PHP-8.0/Zend/tests/ |
H A D | bug47593.phpt | 2 Bug #47593 (interface_exists() returns false when using absolute namespace path)
|
/PHP-8.0/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 31 milliseconds
123