Home
last modified time | relevance | path

Searched refs:ts (Results 101 – 125 of 128) sorted by relevance

123456

/PHP-5.4/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt39 ["ts"]=>
H A Dtimezone_transitions_get_basic1.phpt42 ["ts"]=>
/PHP-5.4/ext/soap/tests/soap12/
H A DT27.phpt12 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
H A DT58.phpt13 <test:echoIntegerArray xmlns:test="http://example.org/ts-tests"
H A DT59.phpt13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
H A DT61.phpt13 <test:countItems xmlns:test="http://example.org/ts-tests"
/PHP-5.4/ext/standard/tests/strings/
H A Dstrrev_variation3.phpt73 sniatnoc ,g'ts cod'h fo elp'xE"
/PHP-5.4/win32/build/
H A DDSP.README17 The resulting workspace files should appear at /win32/phpdll[ts].dsw
H A Dconfig.w32.phpize.in229 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
230 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
H A Dconfig.w32242 DEFINE("PHPDLL", "php" + PHP_VERSION + "ts.dll");
243 DEFINE("PHPLIB", "php" + PHP_VERSION + "ts.lib");
/PHP-5.4/ext/pdo/
H A Dconfig.m43 dnl vim:se ts=2 sw=2 et:
H A DTODO91 vim:se et ts=2 sw=2 tw=78:
H A Dpdo_sql_parser.re521 * vim600: noet sw=4 ts=4 fdm=marker ft=c
522 * vim<600: noet sw=4 ts=4
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1045 - struct timespec ts;
1046 + struct timeval ts;
1054 - struct timespec ts;
1055 + struct timeval ts;
1169 - struct timespec ts;
1170 + struct timeval ts;
2797 - struct timespec ts;
2798 + struct timeval ts;
2800 t = ts.tv_sec;
2822 + struct timeval ts;
[all …]
/PHP-5.4/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.4/ext/sqlite3/
H A Dconfig0.m43 dnl vim:et:ts=2:sw=2
/PHP-5.4/ext/pdo_sqlite/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.4/ext/sysvsem/tests/
H A Dsysv.phpt4 <?php // vim600: ts=4 sw=4 syn=php fdm=marker
/PHP-5.4/ext/xml/tests/
H A Dbug32001b.phpt107 // vim600: sts=4 sw=4 ts=4 encoding=UTF-8
/PHP-5.4/
H A DUPGRADING.INTERNALS176 PHPAPI php_idate(char format, time_t ts, int localtime TSRMLS_DC)
177 Call: int ret = php_idate(format, ts, localtime TSRMLS_CC)
/PHP-5.4/ext/pdo_pgsql/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.4/ext/pdo_mysql/
H A Dconfig.m43 dnl vim: se ts=2 sw=2 et:
/PHP-5.4/ext/pdo_odbc/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregexec.c1271 static struct timeval ts, te; variable
1273 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument
1274 (((te).tv_sec - (ts).tv_sec)*1000000))
1279 static struct tms ts, te; variable
1281 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
1295 GETTIME(ts);\
1300 OpTime[OpCurr] += TIMEDIFF(te, ts);\
/PHP-5.4/ext/pdo_oci/
H A Dconfig.m43 dnl vim:et:sw=2:ts=2:

Completed in 69 milliseconds

123456