/PHP-7.1/ext/date/lib/ |
H A D | interval.c | 30 timelib_rel_time *rt; in timelib_diff() local 36 rt->invert = 0; in timelib_diff() 41 rt->invert = 1; in timelib_diff() 70 rt->h += dst_h_corr; in timelib_diff() 71 rt->i += dst_m_corr; in timelib_diff() 76 timelib_do_rel_normalize(rt->invert ? one : two, rt); in timelib_diff() 81 rt->d--; in timelib_diff() 82 rt->h = 24; in timelib_diff() 84 rt->h += dst_h_corr; in timelib_diff() 85 rt->i += dst_m_corr; in timelib_diff() [all …]
|
H A D | tm2unixtime.c | 194 void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) in timelib_do_rel_normalize() argument 196 do_range_limit(0, 60, 60, &rt->s, &rt->i); in timelib_do_rel_normalize() 197 do_range_limit(0, 60, 60, &rt->i, &rt->h); in timelib_do_rel_normalize() 198 do_range_limit(0, 24, 24, &rt->h, &rt->d); in timelib_do_rel_normalize() 199 do_range_limit(0, 12, 12, &rt->m, &rt->y); in timelib_do_rel_normalize() 201 do_range_limit_days_relative(&base->y, &base->m, &rt->y, &rt->m, &rt->d, rt->invert); in timelib_do_rel_normalize() 202 do_range_limit(0, 12, 12, &rt->m, &rt->y); in timelib_do_rel_normalize()
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fscanf.phpt | 14 $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 D | 007_variation9.phpt | 2 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 D | fwrite_variation1-win32-mb.phpt | 2 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 D | fwrite_variation1-win32.phpt | 2 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 D | fwrite_variation1.phpt | 2 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 D | fputcsv_variation14.phpt | 34 $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 D | fflush_variation4.phpt | 15 $file_modes = array("r", "rb", "rt"); 49 -- Iteration 3 with file opened in rt mode --
|
H A D | fgetc_variation1.phpt | 20 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t"); 66 -- File opened in mode : rt --
|
H A D | fopen_variation5.phpt | 44 $modes = array("r", "r+", "rt"); 143 ** testing with mode=rt **
|
H A D | fopen_variation8.phpt | 44 $modes = array("r", "r+", "rt"); 142 ** testing with mode=rt **
|
H A D | fgetcsv_variation9.phpt | 35 $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 D | fgetcsv_variation8.phpt | 35 $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 D | fgetcsv_variation18.phpt | 30 $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 D | fgetcsv_variation2.phpt | 32 $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 D | fgetcsv_variation1.phpt | 32 $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 D | fgetcsv_variation7.phpt | 32 $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 D | fgetcsv_variation31.phpt | 31 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t", 106 -- Testing fgetcsv() with file opened using rt mode -- 211 -- Testing fgetcsv() with file opened using rt mode -- 316 -- Testing fgetcsv() with file opened using rt mode -- 421 -- Testing fgetcsv() with file opened using rt mode -- 526 -- Testing fgetcsv() with file opened using rt mode --
|
/PHP-7.1/ext/reflection/tests/ |
H A D | ReflectionType_002.phpt | 9 $rt = $rp->getType(); 12 var_dump($rt->getName(), $rrt->getName());
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | Makefile.am | 10 outofmem.c rt.c
|
/PHP-7.1/ext/bcmath/ |
H A D | config.w32 | 9 outofmem.c raisemod.c rt.c sub.c compare.c divmod.c int2num.c \
|
H A D | config.m4 | 10 …/src/neg.c libbcmath/src/outofmem.c libbcmath/src/raisemod.c libbcmath/src/rt.c libbcmath/src/sub.…
|
/PHP-7.1/ext/standard/tests/streams/ |
H A D | stream_get_meta_data_file_variation1.phpt | 9 'rt', 'rt+', 'wt', 'wt+', 'at', 'at+', 'xt', 'xt+'); 363 string(2) "rt" 383 string(3) "rt+"
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | config.m4 | 106 PHP_CHECK_LIBRARY(rt, fdatasync, [PHP_ADD_LIBRARY(rt,, PDO_SQLITE_SHARED_LIBADD)])
|