Home
last modified time | relevance | path

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

123456

/PHP-7.1/ext/soap/tests/soap12/
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-…
H A DT52.phpt13 <test:echoBoolean 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 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 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 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 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 DT33.phpt11 <test:DoesNotExist xmlns:test="http://example.org/ts-tests">
H A DT24.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">
/PHP-7.1/ext/date/tests/
H A Dbug48058.phpt18 ["ts"]=>
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcdf.c1144 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()
1145 secs = (int)(ts % 60); in cdf_print_elapsed_time()
1146 ts /= 60; in cdf_print_elapsed_time()
1147 mins = (int)(ts % 60); in cdf_print_elapsed_time()
1148 ts /= 60; in cdf_print_elapsed_time()
1149 hours = (int)(ts % 24); in cdf_print_elapsed_time()
1150 ts /= 24; in cdf_print_elapsed_time()
1151 days = (int)ts; in cdf_print_elapsed_time()
1269 struct timeval ts; in cdf_dump_dir() local
1324 struct timeval ts; in cdf_dump_property_info() local
[all …]
H A Dreadcdf.c138 struct timeval ts; in cdf_file_property_info() local
144 memset(&ts, 0, sizeof(ts)); in cdf_file_property_info()
223 const time_t sec = ts.tv_sec; in cdf_file_property_info()
224 if (cdf_timestamp_to_timespec(&ts, tp) == -1) { in cdf_file_property_info()
/PHP-7.1/ext/date/lib/
H A Dtimelib.c203 timelib_sll ts; in timelib_date_to_int() local
205 ts = d->sse; in timelib_date_to_int()
207 if (ts < TIMELIB_LONG_MIN || ts > TIMELIB_LONG_MAX) { in timelib_date_to_int()

Completed in 35 milliseconds

123456