Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 144) sorted by last modified time

123456

/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() : "");
H A Dconfig.w32247 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
248 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
H A Dconfig.w32.phpize.in229 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
230 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
H A DDSP.README17 The resulting workspace files should appear at /win32/phpdll[ts].dsw
/PHP-5.5/tests/lang/
H A D045.phpt13 $ts = time();
15 if ((time()-$ts) > 2) {
/PHP-5.5/sapi/fpm/
H A Dconfig.m440 AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
53 AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_clock.c22 struct timespec ts; in fpm_clock_init() local
26 if (0 == clock_gettime(CLOCK_MONOTONIC, &ts)) { in fpm_clock_init()
37 struct timespec ts; in fpm_clock_get() local
39 if (0 > clock_gettime(CLOCK_MONOTONIC, &ts)) { in fpm_clock_get()
44 tv->tv_sec = ts.tv_sec; in fpm_clock_get()
45 tv->tv_usec = ts.tv_nsec / 1000; in fpm_clock_get()
/PHP-5.5/main/streams/
H A Dmemory.c366 assert(ts != NULL); in php_stream_temp_write()
398 assert(ts != NULL); in php_stream_temp_read()
419 assert(ts != NULL); in php_stream_temp_close()
427 if (ts->meta) { in php_stream_temp_close()
431 efree(ts); in php_stream_temp_close()
442 assert(ts != NULL); in php_stream_temp_flush()
444 return ts->innerstream ? php_stream_flush(ts->innerstream) : -1; in php_stream_temp_flush()
520 if (!ts || !ts->innerstream) { in php_stream_temp_stat()
533 if (ts->meta) { in php_stream_temp_set_option()
593 ts->mode = mode; in _php_stream_temp_open()
[all …]
/PHP-5.5/
H A Dfooter7 * vim600: noet sw=4 ts=4 fdm=marker
8 * vim<600: noet sw=4 ts=4
/PHP-5.5/ext/xml/tests/
H A Dbug32001.phpt163 // vim600: sts=4 sw=4 ts=4 encoding=UTF-8
H A Dbug32001b.phpt107 // vim600: sts=4 sw=4 ts=4 encoding=UTF-8
/PHP-5.5/ext/sysvsem/tests/
H A Dsysv.phpt4 <?php // vim600: ts=4 sw=4 syn=php fdm=marker
/PHP-5.5/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt73 sniatnoc ,g'ts cod'h fo elp'xE"
/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/sqlite3/libsqlite/
H A Dsqlite3.c103741 int ts = getTempStore(zStorageType);
103743 if( db->temp_store==ts ) return SQLITE_OK;
103747 db->temp_store = (u8)ts;
/PHP-5.5/ext/sqlite3/
H A Dconfig0.m43 dnl vim:et:ts=2:sw=2
/PHP-5.5/ext/soap/tests/soap12/
H A DT40.phpt11 <test:Unknown xmlns:test="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]/ts-tests"
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 DT58.phpt13 <test:echoIntegerArray xmlns:test="http://example.org/ts-tests"
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 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 DT27.phpt12 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
H A DT28.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests" >
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-…
/PHP-5.5/ext/pdo_sqlite/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:

Completed in 332 milliseconds

123456