Home
last modified time | relevance | path

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

123

/php-src/ext/standard/tests/array/
H A Darray_splice_variation3.phpt24 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-src/Zend/tests/attributes/
H A D004_name_resolution.phpt33 #[\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-src/ext/zlib/tests/
H A Dgzopen_variation6.phpt2 Test gzopen() function : variation: relative/absolute file
12 gzwrite($h, "This is an absolute file");
34 This is an absolute file
/php-src/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-src/ext/standard/tests/file/
H A Dfopen_variation6.phpt2 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 Drename_variation12.phpt2 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 Drename_variation11-win32.phpt2 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 Drename_variation12-win32.phpt2 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 Dfopen_variation13.phpt2 Test fopen() function : variation: use include path create a file (absolute)
33 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
14 echo "*** Testing tempnam() with absolute and relative paths ***\n";
24 // absolute paths
86 *** Testing tempnam() with absolute and relative paths ***
H A Dtempnam_variation2-win32.phpt2 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 Dtempnam_variation2.phpt2 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-src/ext/standard/tests/dir/
H A Dchdir_basic.phpt6 * 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 Dchdir_basic-win32-mb.phpt12 * 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 Dopendir_basic.phpt6 * 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 Dopendir_basic-win32-mb.phpt12 * 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 Dopendir_error2.phpt17 echo "\n-- Pass a non-existent absolute path: --\n";
28 -- Pass a non-existent absolute path: --
H A Dscandir_error2.phpt19 echo "\n-- Pass scandir() an absolute path that does not exist --\n";
28 -- Pass scandir() an absolute path that does not exist --
/php-src/Zend/tests/traits/
H A Dprecedence_unknown_class.phpt2 Unknown class in absolute trait precedence reference
/php-src/ext/phar/tests/tar/
H A Dlinks3.phpt2 Phar: tar with link to absolute path
/php-src/Zend/tests/parameter_default_values/
H A Dinternal_declaration_error_false.phpt12 …ble with DateTimeInterface::diff(DateTimeInterface $targetObject, bool $absolute = false): DateInt…
/php-src/Zend/tests/
H A Dbug47593.phpt2 Bug #47593 (interface_exists() returns false when using absolute namespace path)

Completed in 24 milliseconds

123