Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/soap/tests/soap12/
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"));
H A DT10.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 DT34.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 DT40.phpt11 <test:Unknown xmlns:test="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]/ts-tests"
H A DT19.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
H A DT24.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">
H A DT33.phpt11 <test:DoesNotExist xmlns:test="http://example.org/ts-tests">
H A DT25.phpt12 <test:echoOk xmlns:test="http://example.org/ts-tests">
/PHP-5.5/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.5/ext/fileinfo/libmagic/
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.5/ext/date/lib/
H A Dtimelib.c181 timelib_sll ts; in timelib_date_to_int() local
183 ts = d->sse; in timelib_date_to_int()
185 if (ts < LONG_MIN || ts > LONG_MAX) { in timelib_date_to_int()
/PHP-5.5/ext/date/tests/
H A Dbug48058.phpt18 ["ts"]=>
/PHP-5.5/TSRM/
H A DTSRM.h100 #define THREAD_HASH_OF(thr,ts) (unsigned long)thr%(unsigned long)ts argument

Completed in 48 milliseconds

123456