Home
last modified time | relevance | path

Searched refs:ts (Results 26 – 50 of 128) sorted by relevance

123456

/PHP-5.4/tests/lang/
H A D045.phpt13 $ts = time();
15 if ((time()-$ts) > 2) {
/PHP-5.4/ext/date/lib/
H A Dtimelib.h91 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
92 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
101 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
102 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
136 double timelib_ts_to_juliandate(timelib_sll ts);
H A Dparse_tz.c335 static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_ti… in fetch_timezone_offset() argument
353 if (ts < tz->trans[0]) { in fetch_timezone_offset()
370 if (ts < tz->trans[i]) { in fetch_timezone_offset()
379 static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) in fetch_leaptime_offset() argument
388 if (ts > tz->leap_times[i].trans) { in fetch_leaptime_offset()
395 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) in timelib_timestamp_is_in_dst() argument
400 if ((to = fetch_timezone_offset(tz, ts, &dummy))) { in timelib_timestamp_is_in_dst()
406 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz) in timelib_get_time_zone_info() argument
415 if ((to = fetch_timezone_offset(tz, ts, &transistion_time))) { in timelib_get_time_zone_info()
427 if ((tl = fetch_leaptime_offset(tz, ts))) { in timelib_get_time_zone_info()
/PHP-5.4/ext/date/
H A Dphp_date.c1171 long ts; in php_date() local
1330 long ts = 0; in PHP_FUNCTION() local
1620 ta.tm_wday = timelib_day_of_week(ts->y, ts->m, ts->d); in php_strftime()
1621 ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); in php_strftime()
1718 add_assoc_long(return_value, "tm_wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1719 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1728 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1729 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1761 add_assoc_long(return_value, "wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1764 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/soap/tests/soap12/
H A DT45.phpt13 <test:echoNestedStruct xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
34 …e.org/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XML…
H A DT05.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/B">foo</test:echoOk>
H A DT15.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/B"
H A DT29.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 …env:role="http://example.org/ts-tests/Czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz…
H A DT30.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
19 …="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://example.org/ts-tests"><SOAP-ENV:Bod…
H A DT42.phpt15 <test:echoStructArray xmlns:test="http://example.org/ts-tests"
19 xmlns:ns1="http://example.org/ts-tests/xsd"
40 …g/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:ns2="http://example.org/ts-…
H A DT46.phpt13 <test:echoNestedArray xmlns:test="http://exaple.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
35ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema…
H A DT43.phpt13 <test:echoStructAsSimpleTypes xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
29 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT03.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
21 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT01.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT04.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT31.phpt11 <test:returnVoid xmlns:test="http://example.org/ts-tests">
20 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT66.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT67.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT68.phpt13 <test:echoOk xmlns:test="http://example.org/ts-tests"
31 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT78.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT44.phpt13 <test:echoSimpleTypesAsStruct xmlns:test="http://example.org/ts-tests"
26 …e.org/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XML…
H A DT47.phpt15 <test:echoFloatArray xmlns:test="http://example.org/ts-tests"
30ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://www.w3.org/2003/05/soap-e…
H A DT48.phpt13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
28ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://www.w3.org/2003/05/soap-e…
H A DT49.phpt13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
28ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://www.w3.org/2003/05/soap-e…
/PHP-5.4/ext/date/tests/
H A Dbug52290.phpt8 $ts = strtotime('2006-01-01');
9 $dt = new DateTime('@'.$ts);

Completed in 35 milliseconds

123456