Home
last modified time | relevance | path

Searched refs:ts (Results 51 – 75 of 138) sorted by relevance

123456

/PHP-8.0/ext/intl/tests/
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.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_variant5.phpt13 $ts = strtotime('2012-01-01 00:00:00 UTC');
16 global $ts;
17 echo $df->format($ts), "\n";
/PHP-8.0/ext/soap/tests/soap12/
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 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://example.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 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…
H A DT50.phpt13 <test:echoIntegerArray 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 DT57.phpt14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
20 <test:echoString 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 DT76_2.phpt14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
20 <test:echoString 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 DT23.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
13 <test:echoOk xmlns:test="http://example.org/ts-tests"
H A DT75.phpt11 <test:echoResolvedRef 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 DT51.phpt13 <test:echoBase64 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-…
/PHP-8.0/ext/date/tests/
H A Dbug52290.phpt8 $ts = strtotime('2006-01-01');
9 $dt = new DateTime('@'.$ts);
/PHP-8.0/ext/date/lib/
H A Dastro.c299 double timelib_ts_to_julianday(timelib_sll ts) in timelib_ts_to_julianday() argument
303 tmp = (double) ts; in timelib_ts_to_julianday()
310 double timelib_ts_to_j2000(timelib_sll ts) in timelib_ts_to_j2000() argument
312 return timelib_ts_to_julianday(ts) - 2451545; in timelib_ts_to_j2000()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_perf_dump.c106 struct timespec ts; in zend_perf_timestamp() local
108 if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0) { in zend_perf_timestamp()
111 return ((uint64_t)ts.tv_sec * 1000000000) + ts.tv_nsec; in zend_perf_timestamp()

Completed in 35 milliseconds

123456