Home
last modified time | relevance | path

Searched refs:relative (Results 101 – 123 of 123) sorted by relevance

12345

/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in5 ; All relative paths in this configuration file are relative to PHP's install
H A Dwww.conf.in16 ; Note: This directive can also be relative to the global prefix.
366 ; possible. However, all PHP paths will be relative to the chroot
372 ; Note: relative path can be used.
430 ; Note: path INI options can be relative and will be expanded with the prefix
/PHP-7.4/ext/standard/tests/file/
H A Dtouch_variation5-win32.phpt25 // relative
30 // relative bad path (note p8 msgs differ)
H A Dtouch_variation6-win32.phpt28 // relative
33 // relative bad path (note p8 msgs differ)
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
/PHP-7.4/ext/date/
H A Dphp_date.c1940 it_time->relative = *object->interval; in date_period_it_has_more()
3165 add_assoc_long(&element, "year", parsed_time->relative.y); in php_date_do_return_parsed_time()
3166 add_assoc_long(&element, "month", parsed_time->relative.m); in php_date_do_return_parsed_time()
3167 add_assoc_long(&element, "day", parsed_time->relative.d); in php_date_do_return_parsed_time()
3171 if (parsed_time->relative.have_weekday_relative) { in php_date_do_return_parsed_time()
3174 …if (parsed_time->relative.have_special_relative && (parsed_time->relative.special.type == TIMELIB_… in php_date_do_return_parsed_time()
3177 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()
3266 memcpy(&dateobj->time->relative, &tmp_time->relative, sizeof(timelib_rel_time)); in php_date_modify()
3304 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_modify()
3714 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_isodate_set()
[all …]
/PHP-7.4/ext/date/tests/
H A Dbug73858.phpt2 Bug #73858: diff() of two relative/described DateTimes is wrong
/PHP-7.4/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc38 * @param string relative path within the package
H A Dcorrupt_tarmaker.php.inc38 * @param string relative path within the package
H A Dmake.dangerous.tar.php.inc39 * @param string relative path within the package
/PHP-7.4/ext/date/lib/
H A Dparse_date.c6696 s->time->relative.y = 0 - s->time->relative.y; in scan()
6697 s->time->relative.m = 0 - s->time->relative.m; in scan()
6698 s->time->relative.d = 0 - s->time->relative.d; in scan()
6699 s->time->relative.h = 0 - s->time->relative.h; in scan()
6700 s->time->relative.i = 0 - s->time->relative.i; in scan()
6701 s->time->relative.s = 0 - s->time->relative.s; in scan()
6702 s->time->relative.weekday = 0 - s->time->relative.weekday; in scan()
6707 s->time->relative.special.amount = 0 - s->time->relative.special.amount; in scan()
21485 s->time->relative.s += i; in scan()
21993 s->time->relative.d = 1; in scan()
[all …]
H A Dtimelib.h214 timelib_rel_time relative; member
/PHP-7.4/tests/security/
H A Dopen_basedir.inc6 // relative to the current working directory like this: mkdir("blah") might
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt2 Test gzopen() function : variation: use include path (relative directories in path)
/PHP-7.4/sapi/phpdbg/
H A Dxml.md590 - if a relative path is passed, it's relative to the extension_dir ini setting
601 - relpath: relative path given, but no extension_dir defined
/PHP-7.4/ext/session/tests/
H A Dsession_basic3.phpt105 // Should add session ID to relative URL only for SECURITY
/PHP-7.4/build/
H A Dphp.m4182 dnl Adds sources which are located relative to source-path to the array of type
188 dnl interpreted relative to the top build-directory.
926 dnl "sources" is a list of files relative to the subdir which are used to build
H A Dlibtool.m42277 # If it is relative, then search for the first ld in PATH.
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2797 - /* Fourth, try to get magic file relative to exe location */
2800 - /* Fifth, try to get magic file relative to dll location */
/PHP-7.4/
H A Dconfigure.ac325 dnl Paths to the targets are relative to the build directory.
H A DNEWS161 . Fixed bug #71542 (disk_total_space does not work with relative paths). (cmb)
2266 relative queries). (Ahmed Abdou)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12834 # handle only name string offset 0 because do not know how to add 2 relative offsets
15167 >>>64 ubelong =1 \b, relative colorimetric
24822 # jump relative 22 ( 8 + 16) bytes forward points after end of file or to
28432 # to be made relative to the search). In any case, if the file has ID3
28891 # only solution to search again from beginning , because relative offsets changes when use is called
29018 # relative offset not working
H A Dmagic12834 # handle only name string offset 0 because do not know how to add 2 relative offsets
15167 >>>64 ubelong =1 \b, relative colorimetric
24822 # jump relative 22 ( 8 + 16) bytes forward points after end of file or to
28432 # to be made relative to the search). In any case, if the file has ID3
28891 # only solution to search again from beginning , because relative offsets changes when use is called
29018 # relative offset not working

Completed in 268 milliseconds

12345