Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 25 of 84) sorted by path

1234

/PHP-7.4/
H A Dconfigure.ac658 PHP_CHECK_FUNC_LIB(nanosleep, rt)
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c384 HREFTYPE rt; in php_com_locate_typeinfo() local
396 if (SUCCEEDED(ITypeInfo_GetRefTypeOfImplType(coinfo, i, &rt))) in php_com_locate_typeinfo()
397 if (SUCCEEDED(ITypeInfo_GetRefTypeInfo(coinfo, rt, &typeinfo))) in php_com_locate_typeinfo()
/PHP-7.4/ext/date/lib/
H A Dinterval.c31 timelib_rel_time *rt; in timelib_diff() local
37 rt->invert = 0; in timelib_diff()
45 rt->invert = 1; in timelib_diff()
74 rt->h += dst_h_corr; in timelib_diff()
75 rt->i += dst_m_corr; in timelib_diff()
80 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff()
85 rt->d--; in timelib_diff()
86 rt->h = 24; in timelib_diff()
88 rt->h += dst_h_corr; in timelib_diff()
89 rt->i += dst_m_corr; in timelib_diff()
[all …]
H A Dtimelib.h609 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt);
H A Dtm2unixtime.c183 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize() argument
185 do_range_limit(0, 1000000, 1000000, &rt->us, &rt->s); in timelib_do_rel_normalize()
186 do_range_limit(0, 60, 60, &rt->s, &rt->i); in timelib_do_rel_normalize()
187 do_range_limit(0, 60, 60, &rt->i, &rt->h); in timelib_do_rel_normalize()
188 do_range_limit(0, 24, 24, &rt->h, &rt->d); in timelib_do_rel_normalize()
189 do_range_limit(0, 12, 12, &rt->m, &rt->y); in timelib_do_rel_normalize()
191 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); in timelib_do_rel_normalize()
192 do_range_limit(0, 12, 12, &rt->m, &rt->y); in timelib_do_rel_normalize()
/PHP-7.4/ext/date/
H A Dphp_date.c4176 static int date_interval_initialize(timelib_rel_time **rt, /*const*/ char *format, size_t format_le… in date_interval_initialize() argument
4191 *rt = p; in date_interval_initialize()
4197 *rt = timelib_diff(b, e); in date_interval_initialize()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic5654 # b.out archive (hp-rt on i960)
20887 # rt.lib DYADISKS.PIC and many more
H A Dmagic私はガラスを食べられます5654 # b.out archive (hp-rt on i960)
20887 # rt.lib DYADISKS.PIC and many more
/PHP-7.4/ext/opcache/
H A Dconfig.m4147 PHP_CHECK_FUNC_LIB(shm_open, rt)
215 PHP_CHECK_LIBRARY(rt, shm_unlink, [PHP_ADD_LIBRARY(rt,1,OPCACHE_SHARED_LIBADD)])
/PHP-7.4/ext/opcache/tests/
H A Dpreload.inc5 if (isset($rt)) {
52 if (!isset($rt)) {
H A Dpreload_001.phpt18 $rt = true;
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c56 #define RT(rt) (reg_map[rt]) argument
H A DsljitNativeARM_T2_32.c79 #define RT4(rt) (reg_map[rt] << 12) argument
/PHP-7.4/ext/reflection/tests/
H A DReflectionType_002.phpt9 $rt = $rp->getType();
12 var_dump($rt->getName(), $rrt->getName());
H A Dbug78774.phpt12 $rt = $rp->getType();
18 var_dump($rt->getName());
/PHP-7.4/ext/standard/tests/file/
H A D007_basic.phpt28 "rt",
198 -- Iteration with mode 'rt' --
H A D007_variation9.phpt2 Test fopen and fclose() functions - usage variations - "rt" mode
17 /* Test fopen() and fclose(): Opening the file in "rt" mode,
29 echo "*** Test fopen() & fclose() functions: with 'rt' mode ***\n";
30 $file_handle = fopen($file, "rt"); //opening the file in "rt" mode
44 *** Test fopen() & fclose() functions: with 'rt' mode ***
H A Dfflush_variation4.phpt15 $file_modes = array("r", "rb", "rt");
49 -- Iteration 3 with file opened in rt mode --
H A Dfgetc_basic.phpt14 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
120 -- Testing fgetc() : file opened using rt mode --
277 -- Testing fgetc() : file opened using rt mode --
436 -- Testing fgetc() : file opened using rt mode --
H A Dfgetc_variation1.phpt20 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
66 -- File opened in mode : rt --
H A Dfgetcsv_variation1.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
113 -- Testing fgetcsv() with file opened using rt mode --
263 -- Testing fgetcsv() with file opened using rt mode --
413 -- Testing fgetcsv() with file opened using rt mode --
563 -- Testing fgetcsv() with file opened using rt mode --
713 -- Testing fgetcsv() with file opened using rt mode --
859 -- Testing fgetcsv() with file opened using rt mode --
987 -- Testing fgetcsv() with file opened using rt mode --
1179 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation10.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
116 -- Testing fgetcsv() with file opened using rt mode --
266 -- Testing fgetcsv() with file opened using rt mode --
416 -- Testing fgetcsv() with file opened using rt mode --
566 -- Testing fgetcsv() with file opened using rt mode --
716 -- Testing fgetcsv() with file opened using rt mode --
866 -- Testing fgetcsv() with file opened using rt mode --
1016 -- Testing fgetcsv() with file opened using rt mode --
1166 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation11.phpt33 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
116 -- Testing fgetcsv() with file opened using rt mode --
266 -- Testing fgetcsv() with file opened using rt mode --
416 -- Testing fgetcsv() with file opened using rt mode --
566 -- Testing fgetcsv() with file opened using rt mode --
732 -- Testing fgetcsv() with file opened using rt mode --
998 -- Testing fgetcsv() with file opened using rt mode --
1254 -- Testing fgetcsv() with file opened using rt mode --
1602 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation12.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
118 -- Testing fgetcsv() with file opened using rt mode --
226 -- Testing fgetcsv() with file opened using rt mode --
334 -- Testing fgetcsv() with file opened using rt mode --
442 -- Testing fgetcsv() with file opened using rt mode --
550 -- Testing fgetcsv() with file opened using rt mode --
658 -- Testing fgetcsv() with file opened using rt mode --
766 -- Testing fgetcsv() with file opened using rt mode --
874 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation13.phpt18 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
85 -- Testing fgetcsv() with file opened using rt mode --

Completed in 174 milliseconds

1234