Home
last modified time | relevance | path

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

123456

/PHP-5.4/ext/soap/tests/soap12/
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-…
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 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 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 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"));
/PHP-5.4/ext/fileinfo/libmagic/
H A Dreadcdf.c53 struct timeval ts; local
59 memset(&ts, 0, sizeof(ts));
147 const time_t sec = ts.tv_sec;
148 if (cdf_timestamp_to_timespec(&ts, tp) == -1) {
H A Dcdf.c1038 ts /= CDF_TIME_PREC; in cdf_print_elapsed_time()
1039 secs = (int)(ts % 60); in cdf_print_elapsed_time()
1040 ts /= 60; in cdf_print_elapsed_time()
1041 mins = (int)(ts % 60); in cdf_print_elapsed_time()
1042 ts /= 60; in cdf_print_elapsed_time()
1043 hours = (int)(ts % 24); in cdf_print_elapsed_time()
1044 ts /= 24; in cdf_print_elapsed_time()
1045 days = (int)ts; in cdf_print_elapsed_time()
1153 struct timeval ts; in cdf_dump_dir() local
1206 struct timeval ts; local
[all …]
/PHP-5.4/
H A DREADME.WIN32-BUILD-SYSTEM5 vim:tw=78:sw=1:ts=1:et
/PHP-5.4/win32/build/
H A Dprojectgen.js208 var ts = (PHP_ZTS != "no" ? "ts" : "");
209 var extname = "php5" + ts;
235 dsp = FSO.CreateTextFile("win32\\php5" + ts + ".dsp", true);
236 STDOUT.WriteLine("\tGenerating win32\\php5" + ts + ".dsp");
248 var ts = (PHP_ZTS != "no" ? "ts" : "");
253 sdsw = FSO.CreateTextFile("win32\\php5" + ts + ".dsw", true);
254 STDOUT.WriteLine("\tGenerating win32\\php5" + ts + ".dsw");
534 var ts = (PHP_ZTS != "no" ? "ts" : "");
538 var statusts = status + (ts ? "_" + ts.toUpperCase() : "");
/PHP-5.4/ext/date/lib/
H A Dtimelib.c179 timelib_sll ts; in timelib_date_to_int() local
181 ts = d->sse; in timelib_date_to_int()
183 if (ts < LONG_MIN || ts > LONG_MAX) { in timelib_date_to_int()
/PHP-5.4/ext/date/tests/
H A Dbug48058.phpt18 ["ts"]=>
/PHP-5.4/TSRM/
H A DTSRM.h100 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument

Completed in 47 milliseconds

123456