Home
last modified time | relevance | path

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

1234

/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 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/standard/tests/file/
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 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 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 Dfputcsv_variation14.phpt34 $file_modes = array ("r", "rb", "rt");
111 -- file opened in rt --
147 -- file opened in rt --
183 -- file opened in rt --
219 -- file opened in rt --
255 -- file opened in rt --
291 -- file opened in rt --
327 -- file opened in rt --
363 -- file opened in rt --
399 -- file opened in rt --
H A Dfgetc_variation1.phpt20 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t");
66 -- File opened in mode : rt --
H A Dfopen_variation5.phpt44 $modes = array("r", "r+", "rt");
142 ** testing with mode=rt **
H A Dfopen_variation8.phpt44 $modes = array("r", "r+", "rt");
141 ** testing with mode=rt **
H A Dfgetcsv_variation8.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
115 -- Testing fgetcsv() with file opened using rt mode --
235 -- Testing fgetcsv() with file opened using rt mode --
355 -- Testing fgetcsv() with file opened using rt mode --
475 -- Testing fgetcsv() with file opened using rt mode --
595 -- Testing fgetcsv() with file opened using rt mode --
715 -- Testing fgetcsv() with file opened using rt mode --
835 -- Testing fgetcsv() with file opened using rt mode --
955 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation9.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
113 -- Testing fgetcsv() with file opened using rt mode --
233 -- Testing fgetcsv() with file opened using rt mode --
353 -- Testing fgetcsv() with file opened using rt mode --
473 -- Testing fgetcsv() with file opened using rt mode --
593 -- Testing fgetcsv() with file opened using rt mode --
713 -- Testing fgetcsv() with file opened using rt mode --
833 -- Testing fgetcsv() with file opened using rt mode --
953 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation18.phpt30 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
107 -- Testing fgetcsv() with file opened using rt mode --
227 -- Testing fgetcsv() with file opened using rt mode --
347 -- Testing fgetcsv() with file opened using rt mode --
467 -- Testing fgetcsv() with file opened using rt mode --
587 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation21.phpt20 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
88 -- Testing fgetcsv() with file opened using rt mode --
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_variation2.phpt32 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
114 -- Testing fgetcsv() with file opened using rt mode --
264 -- Testing fgetcsv() with file opened using rt mode --
414 -- Testing fgetcsv() with file opened using rt mode --
564 -- Testing fgetcsv() with file opened using rt mode --
714 -- Testing fgetcsv() with file opened using rt mode --
860 -- Testing fgetcsv() with file opened using rt mode --
988 -- Testing fgetcsv() with file opened using rt mode --
1180 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation7.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 --
409 -- Testing fgetcsv() with file opened using rt mode --
529 -- Testing fgetcsv() with file opened using rt mode --
649 -- Testing fgetcsv() with file opened using rt mode --
769 -- Testing fgetcsv() with file opened using rt mode --
889 -- Testing fgetcsv() with file opened using rt mode --
1033 -- Testing fgetcsv() with file opened using rt mode --
H A Dfgetcsv_variation22.phpt31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
104 -- Testing fgetcsv() with file opened using rt mode --
209 -- Testing fgetcsv() with file opened using rt mode --
314 -- Testing fgetcsv() with file opened using rt mode --
419 -- Testing fgetcsv() with file opened using rt mode --
524 -- Testing fgetcsv() with file opened using rt mode --
/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/opcache/tests/
H A Dpreload.inc5 if (isset($rt)) {
52 if (!isset($rt)) {
H A Dpreload_001.phpt18 $rt = true;
/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+"
/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)])

Completed in 65 milliseconds

1234