Home
last modified time | relevance | path

Searched refs:ts (Results 101 – 125 of 148) sorted by relevance

123456

/php-src/ext/date/lib/
H A Dtimelib.c172 timelib_sll ts; in timelib_date_to_int() local
174 ts = d->sse; in timelib_date_to_int()
176 if (ts < TIMELIB_LONG_MIN || ts > TIMELIB_LONG_MAX) { in timelib_date_to_int()
/php-src/ext/soap/tests/soap12/
H A DT10.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 DT34.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT24.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 DT33.phpt11 <test:DoesNotExist xmlns:test="http://example.org/ts-tests">
H A DT25.phpt12 <test:echoOk xmlns:test="http://example.org/ts-tests">
H A DT28.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests" >
H A DT35.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT39.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT69.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
H A DT70.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
H A DT72.phpt12 <test:echoOk xmlns:test="http://example.org/ts-tests">
H A DT80.phpt11 …<test:echoOk xmlns:test="http://example.org/ts-tests" env:encodingStyle="http://example.org/Poison…
H A DT12.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT13.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT14.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
H A DT36.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
H A DT64.phpt14 <test:echoOk xmlns:test="http://example.org/ts-tests">
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c1279 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()
1280 secs = CAST(int, ts % 60); in cdf_print_elapsed_time()
1281 ts /= 60; in cdf_print_elapsed_time()
1282 mins = CAST(int, ts % 60); in cdf_print_elapsed_time()
1283 ts /= 60; in cdf_print_elapsed_time()
1284 hours = CAST(int, ts % 24); in cdf_print_elapsed_time()
1285 ts /= 24; in cdf_print_elapsed_time()
1286 days = CAST(int, ts); in cdf_print_elapsed_time()
1403 struct timeval ts; in cdf_dump_dir() local
1458 struct timeval ts; in cdf_dump_property_info() local
[all …]
/php-src/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt32 ["ts"]=>
H A Dtimezone_transitions_get_basic1.phpt35 ["ts"]=>

Completed in 33 milliseconds

123456