Home
last modified time | relevance | path

Searched refs:ts (Results 76 – 100 of 136) sorted by relevance

123456

/PHP-7.4/ext/soap/tests/soap12/
H A DT53.phpt13 <test:echoDate xmlns:test="http://example.org/ts-tests"
24 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT54.phpt13 <test:echoDecimal xmlns:test="http://example.org/ts-tests"
24 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT55.phpt13 <test:echoFloat xmlns:test="http://example.org/ts-tests"
24 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT76_1.phpt13 <test:echoString xmlns:test="http://example.org/ts-tests"
24 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT77_1.phpt13 <test:isNil xmlns:test="http://example.org/ts-tests"
24 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT77_2.phpt13 <test:isNil xmlns:test="http://example.org/ts-tests"
23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT77_3.phpt13 <test:isNil xmlns:test="http://example.org/ts-tests"
26 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT56.phpt14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
22 <test:echoString xmlns:test="http://example.org/ts-tests"
H A DT60.phpt13 <test:countItems xmlns:test="http://example.org/ts-tests"
28 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT73.phpt13 <test:echoString xmlns:test="http://example.org/ts-tests"
25 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A Dsoap12-test.inc117 … valid country code", NULL, NULL, NULL, new SoapHeader("http://example.org/ts-tests", "validateCou…
126 …__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'actor'=>"http://example.org/ts-tests/C"));
H A DT10.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT34.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT37.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT11.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT19.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
H A DT40.phpt11 <test:Unknown xmlns:test="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]/ts-tests"
H A DT24.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">
/PHP-7.4/ext/date/lib/
H A Dtimelib.h617 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
623 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
705 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
715 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
895 double timelib_ts_to_julianday(timelib_sll ts);
903 double timelib_ts_to_j2000(timelib_sll ts);
H A Dparse_tz.c600 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset() argument
618 if (ts < tz->trans[0]) { in fetch_timezone_offset()
626 if (ts < tz->trans[i]) { in fetch_timezone_offset()
635 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset() argument
644 if (ts > tz->leap_times[i].trans) { in fetch_leaptime_offset()
651 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst() argument
656 if ((to = fetch_timezone_offset(tz, ts, &dummy))) { in timelib_timestamp_is_in_dst()
662 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info() argument
671 if ((to = fetch_timezone_offset(tz, ts, &transition_time))) { in timelib_get_time_zone_info()
683 if ((tl = fetch_leaptime_offset(tz, ts))) { in timelib_get_time_zone_info()
H A Dtimelib.c169 timelib_sll ts; in timelib_date_to_int() local
171 ts = d->sse; in timelib_date_to_int()
173 if (ts < TIMELIB_LONG_MIN || ts > TIMELIB_LONG_MAX) { in timelib_date_to_int()
/PHP-7.4/ext/date/tests/
H A Dbug48058.phpt18 ["ts"]=>
/PHP-7.4/ext/ffi/tests/
H A Dutils.inc15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
/PHP-7.4/ext/fileinfo/libmagic/
H A Dprint.c243 struct timespec ts; in file_fmttime() local
244 cdf_timestamp_to_timespec(&ts, CAST(cdf_timestamp_t, v)); in file_fmttime()
245 t = ts.tv_sec; in file_fmttime()
H A Dcdf.c1254 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()
1255 secs = CAST(int, ts % 60); in cdf_print_elapsed_time()
1256 ts /= 60; in cdf_print_elapsed_time()
1257 mins = CAST(int, ts % 60); in cdf_print_elapsed_time()
1258 ts /= 60; in cdf_print_elapsed_time()
1259 hours = CAST(int, ts % 24); in cdf_print_elapsed_time()
1260 ts /= 24; in cdf_print_elapsed_time()
1261 days = CAST(int, ts); in cdf_print_elapsed_time()
1378 struct timeval ts; in cdf_dump_dir() local
1433 struct timeval ts; in cdf_dump_property_info() local
[all …]

Completed in 41 milliseconds

123456