Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/soap/tests/soap12/
H A DT02.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
22 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT32.phpt11 <test:requiredHeader xmlns:test="http://example.org/ts-tests"
15 <test:echoHeader 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 DT22.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
15 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
23 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT74.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
13 <test:Unknown xmlns:test="http://example.org/ts-tests">
27 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
H A DT41.phpt13 <test:echoStruct xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
29 …e.org/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XML…
H A DT63.phpt11 <test:validateCountryCode xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/C"
24 <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-…
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 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 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 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-…
/PHP-5.5/ext/standard/
H A Ddatetime.c88 char *ts; in PHP_FUNCTION() local
95 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &ts, &ts_length, &format, &format_lengt… in PHP_FUNCTION()
101 unparsed_part = strptime(ts, format, &parsed_time); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dprint.c85 struct timeval ts; in file_fmttime() local
86 cdf_timestamp_to_timespec(&ts, t); in file_fmttime()
87 t = ts.tv_sec; in file_fmttime()
/PHP-5.5/tests/lang/
H A D045.phpt13 $ts = time();
15 if ((time()-$ts) > 2) {
/PHP-5.5/ext/intl/tests/
H A Ddateformat_get_set_calendar.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant2.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant4.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_calendar_variant3.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
17 global $ts;
18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone_variant2.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone_variant3.phpt14 $ts = strtotime('2012-01-01 00:00:00 UTC');
17 global $ts;
18 echo $df->format($ts), "\n";
H A Ddateformat_get_set_timezone_variant4.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
/PHP-5.5/ext/date/lib/
H A Dtimelib.h95 void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
96 void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
105 int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz);
106 timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_tzinfo *tz);
142 double timelib_ts_to_juliandate(timelib_sll ts);
/PHP-5.5/ext/date/
H A Dphp_date.c1221 long ts; in php_date() local
1380 long ts = 0; in PHP_FUNCTION() local
1667 ta.tm_wday = timelib_day_of_week(ts->y, ts->m, ts->d); in php_strftime()
1668 ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); in php_strftime()
1775 add_assoc_long(return_value, "tm_wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1776 add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1785 add_next_index_long(return_value, timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1786 add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1818 add_assoc_long(return_value, "wday", timelib_day_of_week(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
1821 add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d)); in PHP_FUNCTION()
[all …]

Completed in 46 milliseconds

123456