Home
last modified time | relevance | path

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

1234

/PHP-5.5/ext/date/lib/
H A Dinterval.c26 timelib_rel_time *rt; in timelib_diff() local
32 rt->invert = 0; in timelib_diff()
37 rt->invert = 1; in timelib_diff()
65 rt->h += dst_h_corr; in timelib_diff()
66 rt->i += dst_m_corr; in timelib_diff()
71 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff()
76 rt->d--; in timelib_diff()
77 rt->h = 24; in timelib_diff()
79 rt->h += dst_h_corr; in timelib_diff()
80 rt->i += dst_m_corr; in timelib_diff()
[all …]
H A Dtm2unixtime.c170 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize() argument
172 do_range_limit(0, 60, 60, &rt->s, &rt->i); in timelib_do_rel_normalize()
173 do_range_limit(0, 60, 60, &rt->i, &rt->h); in timelib_do_rel_normalize()
174 do_range_limit(0, 24, 24, &rt->h, &rt->d); in timelib_do_rel_normalize()
175 do_range_limit(0, 12, 12, &rt->m, &rt->y); in timelib_do_rel_normalize()
177 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); in timelib_do_rel_normalize()
178 do_range_limit(0, 12, 12, &rt->m, &rt->y); in timelib_do_rel_normalize()
/PHP-5.5/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 Dfwrite_variation1-win32.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");
109 -- Opening file in rt --
147 -- Opening file in rt --
185 -- Opening file in rt --
223 -- Opening file in rt --
H A Dfwrite_variation1.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");
107 -- Opening file in rt --
145 -- Opening file in rt --
183 -- Opening file in rt --
221 -- Opening file in rt --
H A Dfputcsv_variation14.phpt34 $file_modes = array ("r", "rb", "rt");
107 -- file opened in rt --
137 -- file opened in rt --
167 -- file opened in rt --
197 -- file opened in rt --
227 -- file opened in rt --
257 -- file opened in rt --
287 -- file opened in rt --
317 -- file opened in rt --
347 -- file opened in rt --
H A Dfflush_variation4.phpt15 $file_modes = array("r", "rb", "rt");
49 -- Iteration 3 with file opened in 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 Dfopen_variation5.phpt44 $modes = array("r", "r+", "rt");
144 ** testing with mode=rt **
H A Dfopen_variation8.phpt44 $modes = array("r", "r+", "rt");
143 ** 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_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_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_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-5.5/ext/zip/lib/
H A Dzip.h43 # define ZIP_EXTERN(rt) __declspec(dllexport)rt _stdcall argument
45 # define ZIP_EXTERN(rt) rt argument
48 # define ZIP_EXTERN(rt) __attribute__ ((visibility("default"))) rt argument
50 # define ZIP_EXTERN(rt) rt argument
/PHP-5.5/ext/ereg/
H A Dconfig0.m451 #include <regex.h>], [regex_t rt; rt.re_magic;],
/PHP-5.5/ext/bcmath/libbcmath/src/
H A DMakefile.am10 outofmem.c rt.c
/PHP-5.5/ext/bcmath/
H A Dconfig.w329 outofmem.c raisemod.c rt.c sub.c compare.c divmod.c int2num.c \
H A Dconfig.m410 …/src/neg.c libbcmath/src/outofmem.c libbcmath/src/raisemod.c libbcmath/src/rt.c libbcmath/src/sub.…
/PHP-5.5/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-5.5/ext/pdo_sqlite/
H A Dconfig.m4106 PHP_CHECK_LIBRARY(rt, fdatasync, [PHP_ADD_LIBRARY(rt,, PDO_SQLITE_SHARED_LIBADD)])

Completed in 51 milliseconds

1234