Home
last modified time | relevance | path

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

123456

/php-src/ext/zlib/tests/
H A Dreadgzfile_variation15.phpt2 Test readgzfile() function : variation: use include path (relative directories in path)
H A Dgzopen_variation4.phpt2 Test gzopen() function : variation: use include path (relative directories in path)
/php-src/ext/standard/tests/file/
H A Dunlink_variation10.phpt24 // relative
H A Dreadfile_variation8-win32.phpt42 // relative paths
H A Dreadfile_variation8-win32-mb.phpt42 // relative paths
H A Dtouch_variation5.phpt19 // relative
24 // relative bad path
H A Dtouch_variation5-win32.phpt20 // relative
25 // relative bad path (note p8 msgs differ)
H A Dtouch_variation6-win32.phpt22 // relative
27 // relative bad path (note p8 msgs differ)
H A Dunlink_variation8.phpt24 // relative
29 // relative bad path
H A Dfopen_variation8.phpt2 Test fopen() function : variation: use include path and stream context (relative directories in pat…
/php-src/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.
417 ; possible. However, all PHP paths will be relative to the chroot
423 ; Note: relative path can be used.
481 ; Note: path INI options can be relative and will be expanded with the prefix
/php-src/ext/date/tests/
H A Dbug73858.phpt2 Bug #73858: diff() of two relative/described DateTimes is wrong
/php-src/ext/date/
H A Dphp_date.c1641 it_time->relative = *interval; in date_period_advance()
3176 add_assoc_long(&element, "year", parsed_time->relative.y); in php_date_do_return_parsed_time()
3177 add_assoc_long(&element, "month", parsed_time->relative.m); in php_date_do_return_parsed_time()
3182 if (parsed_time->relative.have_weekday_relative) { in php_date_do_return_parsed_time()
3185 …if (parsed_time->relative.have_special_relative && (parsed_time->relative.special.type == TIMELIB_… in php_date_do_return_parsed_time()
3188 if (parsed_time->relative.first_last_day_of) { in php_date_do_return_parsed_time()
3274 memcpy(&dateobj->time->relative, &tmp_time->relative, sizeof(timelib_rel_time)); in php_date_modify()
3322 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_modify()
3777 memset(&dateobj->time->relative, 0, sizeof(dateobj->time->relative)); in php_date_isodate_set()
4658 (*intobj)->diff = timelib_rel_time_clone(&time->relative); in php_date_interval_initialize_from_hash()
[all …]
/php-src/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-src/ext/date/lib/
H A Dparse_date.c4137 s->time->relative.s += i; in scan()
7843 s->time->relative.y = 0 - s->time->relative.y; in scan()
7844 s->time->relative.m = 0 - s->time->relative.m; in scan()
7845 s->time->relative.d = 0 - s->time->relative.d; in scan()
7846 s->time->relative.h = 0 - s->time->relative.h; in scan()
7847 s->time->relative.i = 0 - s->time->relative.i; in scan()
7848 s->time->relative.s = 0 - s->time->relative.s; in scan()
7849 s->time->relative.weekday = 0 - s->time->relative.weekday; in scan()
7854 s->time->relative.special.amount = 0 - s->time->relative.special.amount; in scan()
21734 s->time->relative.d = 1; in scan()
[all …]
H A Dtimelib.h259 timelib_rel_time relative; member
/php-src/tests/security/
H A Dopen_basedir.inc6 // relative to the current working directory like this: mkdir("blah") might
/php-src/ext/session/tests/
H A Dsession_basic3.phpt99 // Should add session ID to relative URL only for SECURITY
/php-src/build/
H A Dphp.m4179 dnl Adds sources which are located relative to source-path to the array of type
185 dnl interpreted relative to the top build-directory.
908 dnl "sources" is a list of files relative to the subdir which are used to build
/php-src/ext/fileinfo/
H A Dlibmagic.patch2427 - /* Fourth, try to get magic file relative to exe location */
2430 - /* Fifth, try to get magic file relative to dll location */
/php-src/sapi/fpm/tests/
H A Dtester.inc1430 * Get relative file name for resource file used by templates.
/php-src/
H A Dconfigure.ac292 dnl Paths to the targets are relative to the build directory.

Completed in 105 milliseconds

123456