Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 25 of 84) sorted by last modified time

1234

/PHP-7.4/
H A Dconfigure.ac658 PHP_CHECK_FUNC_LIB(nanosleep, rt)
/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/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/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c79 #define RT4(rt) (reg_map[rt] << 12) argument
H A DsljitNativeARM_64.c56 #define RT(rt) (reg_map[rt]) argument
/PHP-7.4/ext/date/lib/
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/opcache/tests/
H A Dpreload.inc5 if (isset($rt)) {
52 if (!isset($rt)) {
H A Dpreload_001.phpt18 $rt = true;
/PHP-7.4/ext/zlib/tests/
H A Dgzopen_variation4.phpt25 $modes = array("r", "r+", "rt");
154 ** testing with mode=rt **
/PHP-7.4/ext/standard/tests/file/
H A Dfopen_variation5.phpt44 $modes = array("r", "r+", "rt");
142 ** testing with mode=rt **
H A Dfscanf.phpt14 $fp = fopen($filename, "rt");
19 $fp = fopen($filename, "rt");
24 $fp = fopen($filename, "rt");
32 $fp = fopen($filename, "rt");
40 $fp = fopen($filename, "rt");
49 $fp = fopen($filename, "rt");
56 $fp = fopen($filename, "rt");
H A Dfopen_variation8.phpt44 $modes = array("r", "r+", "rt");
141 ** testing with mode=rt **
H A D007_basic.phpt28 "rt",
198 -- Iteration with mode 'rt' --
H A Dfgetss_basic1.phpt31 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
94 -- Testing fgetss() with file opened using rt mode --
H A Dfgetss_variation2.phpt35 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
199 -- Testing fgetss() with file opened using rt mode --
H A Dfgetss_variation4.phpt38 $file_modes = array("r","rb", "rt","r+", "r+b", "r+t");
111 -- Testing fgetss() with file opened using rt mode --
H A Dfwrite_variation1-win32-mb.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
26 Test fwrite with file opened in mode : r,rb,rt
30 $file_modes = array("r","rb","rt");
117 -- Opening file in rt --
167 -- Opening file in rt --
217 -- Opening file in rt --
267 -- Opening file in rt --
H A Dfwrite_variation1.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
20 Test fwrite with file opened in mode : r,rb,rt
24 $file_modes = array("r","rb","rt");
109 -- Opening file in rt --
159 -- Opening file in rt --
209 -- Opening file in rt --
259 -- Opening file in rt --
H A Dfread_basic.phpt36 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
150 -- File opened in mode rt --
284 -- File opened in mode rt --
418 -- File opened in mode rt --
552 -- File opened in mode rt --
H A Dfscanf_variation55.phpt60 $modes = array("r", "rb", "rt");
1160 *** File opened in rt mode ***
H A Dfseek_ftell_rewind_basic1.phpt20 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
99 -- File opened in mode rt --
293 -- File opened in mode rt --
H A Dfseek_ftell_rewind_variation5.phpt24 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
99 -- File opened in mode rt --
304 -- File opened in mode rt --
/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/standard/tests/streams/
H A Dstream_get_meta_data_file_variation1.phpt9 'rt', 'rt+', 'wt', 'wt+', 'at', 'at+', 'xt', 'xt+');
363 string(2) "rt"
383 string(3) "rt+"

Completed in 78 milliseconds

1234