/PHP-8.1/ext/mbstring/tests/ |
H A D | mb_encoding_aliases.phpt | 42 string(2) "us"
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | finfo_file_regex.phpt | 25 string(28) "text/plain; charset=us-ascii"
|
/PHP-8.1/ext/standard/tests/file/windows_links/ |
H A D | common.inc | 11 // see: http://technet.microsoft.com/en-us/sysinternals/bb896768
|
/PHP-8.1/ext/date/lib/ |
H A D | tm2unixtime.c | 181 do_range_limit(0, 1000000, 1000000, &rt->us, &rt->s); in timelib_do_rel_normalize() 219 if (time->us != TIMELIB_UNSET) do_range_limit(0, 1000000, 1000000, &time->us, &time->s); in timelib_do_normalize() 242 time->us += time->relative.us; in do_adjust_relative()
|
H A D | parse_date.re | 1163 s->time->us = 0; 1177 timelib_ull us; 1193 us = us * pow(10, 7 - (ptr - ptr_before)); 1195 us *= -1; 1202 s->time->us = 0; 1204 s->time->relative.us = us; 2026 time->us = 0; 2040 if (time->us == TIMELIB_UNSET ) time->us = 0; 2602 parsed->us = 0; 2608 if (parsed->us == TIMELIB_UNSET) parsed->us = 0; [all …]
|
H A D | timelib.h | 226 timelib_sll us; /* Microseconds */ member 254 timelib_sll us; /* Microseconds */ member 977 void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, double *h);
|
H A D | parse_iso_intervals.re | 379 in.begin->us = 0; 392 in.end->us = 0;
|
H A D | parse_iso_intervals.c | 984 in.begin->us = 0; in timelib_strtointerval() 997 in.end->us = 0; in timelib_strtointerval()
|
H A D | parse_date.c | 22368 s->time->us = 0; in scan() 22389 timelib_ull us; in scan() local 22405 us = us * pow(10, 7 - (ptr - ptr_before)); in scan() 22407 us *= -1; in scan() 22414 s->time->us = 0; in scan() 22416 s->time->relative.us = us; in scan() 26024 time->us = 0; in timelib_time_reset_fields() 26038 if (time->us == TIMELIB_UNSET ) time->us = 0; in timelib_time_reset_unset_fields() 26600 parsed->us = 0; in timelib_fill_holes() 26606 if (parsed->us == TIMELIB_UNSET) parsed->us = 0; in timelib_fill_holes() [all …]
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | bug65769.phpt | 15 $locales = array('sve', 'french', 'us', 'ru', 'czech', 'serbian');
|
H A D | ltrim.phpt | 14 us
|
/PHP-8.1/ext/pdo/tests/ |
H A D | pdo_024.phpt | 21 …// https://msdn.microsoft.com/en-us/library/ms174979.aspx#Nullability Rules Within a Table Definit…
|
/PHP-8.1/ext/pdo_dblib/ |
H A D | config.w32 | 6 /* if they pointed us to a freetds dir, pick that up,
|
/PHP-8.1/ext/phar/ |
H A D | config.w32 | 21 /* Silence irrelevant-to-us warning in release builds */
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | bug_50323.phpt | 23 // no real parser - any exotic setting can fool us
|
H A D | mysql_pdo_test.inc | 58 // no real parser - any exotic setting can fool us
|
/PHP-8.1/ext/intl/common/ |
H A D | common_date.cpp | 131 *millis = U_MILLIS_PER_SECOND * (double)Z_LVAL(retval) + (datetime->time->us / 1000); in intl_datetime_decompose()
|
/PHP-8.1/ext/standard/tests/misc/ |
H A D | browsernames.inc | 24 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/74 (KHTML, like Gecko) Safari/74",
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_stmt_send_long_data_packet_size_libmysql.phpt | 69 // test with a blob smaller than 10M allows us to test
|
H A D | mysqli_stmt_send_long_data_packet_size_mysqlnd.phpt | 75 // test with a blob smaller than 10M allows us to test
|
/PHP-8.1/ext/date/ |
H A D | php_date.c | 2097 ZVAL_DOUBLE(&zv, (double)intervalobj->diff->us / 1000000.0); in date_object_get_properties_interval() 2224 time->us = microseconds; in php_date_set_time_fraction() 2748 if (parsed_time->us == TIMELIB_UNSET) { in php_date_do_return_parsed_time() 2751 add_assoc_double(return_value, "fraction", (double)parsed_time->us / 1000000.0); in php_date_do_return_parsed_time() 2908 if (tmp_time->us != TIMELIB_UNSET) { in php_date_modify() 2909 dateobj->time->us = tmp_time->us; in php_date_modify() 2915 tmp_time->h == 0 && tmp_time->i == 0 && tmp_time->s == 0 && tmp_time->us == 0 && in php_date_modify() 3224 dateobj->time->us = ms; in php_date_time_set() 3902 fvalue = obj->diff->us / 1000000.0; in date_interval_read_property() 3952 obj->diff->us = zend_dval_to_lval(zval_get_double(value) * 1000000.0); in date_interval_write_property() [all …]
|
/PHP-8.1/docs/ |
H A D | mailinglist-rules.md | 10 Collaboration is a Good Thing(tm), and mailing lists lets us do this. Thus,
|
/PHP-8.1/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 19 // -download & instructions: http://www.microsoft.com/en-us/download/details.aspx?id=28160
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | file.h | 183 unsigned char us[MAXstring]; member
|
/PHP-8.1/ |
H A D | CONTRIBUTING.md | 93 Submitting test scripts helps us to understand what functionality has changed. 117 about what you're working on, you can contact us via the 296 is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
|