/PHP-5.5/Zend/ |
H A D | micro_bench.php | 285 $t0 = $t = start_test(); variable 287 $t = end_test($t, 'empty_loop'); variable 290 $t = end_test($t, 'func()', $overhead); variable 294 $t = end_test($t, 'int_func()', $overhead); variable 312 $t = end_test($t, 'self::f()', $overhead); variable 314 $t = end_test($t, 'Foo::f()', $overhead); variable 323 $t = end_test($t, '++$this->x', $overhead); variable 325 $t = end_test($t, '--$this->x', $overhead); variable 327 $t = end_test($t, '$this->x++', $overhead); variable 339 $t = end_test($t, 'new Foo()', $overhead); variable [all …]
|
H A D | bench.php | 384 $t0 = $t = start_test(); variable 386 $t = end_test($t, "simple"); variable 388 $t = end_test($t, "simplecall"); variable 394 $t = end_test($t, "mandel"); variable 396 $t = end_test($t, "mandel2"); variable 400 $t = end_test($t, "ary(50000)"); variable 404 $t = end_test($t, "ary3(2000)"); variable 406 $t = end_test($t, "fibo(30)"); variable 410 $t = end_test($t, "hash2(500)"); variable 414 $t = end_test($t, "matrix(20)"); variable [all …]
|
H A D | zend_string.c | 157 …Bucket **t = (Bucket **) perealloc_recoverable(CG(interned_strings).arBuckets, (CG(interned_string… in zend_new_interned_string_int() local
|
/PHP-5.5/ext/date/lib/ |
H A D | timelib.c | 37 timelib_time *t; in timelib_time_ctor() local 45 timelib_rel_time *t; in timelib_rel_time_ctor() local 82 void timelib_time_dtor(timelib_time* t) in timelib_time_dtor() 88 void timelib_rel_time_dtor(timelib_rel_time* t) in timelib_rel_time_dtor() 95 timelib_time_offset *t; in timelib_time_offset_ctor() local 101 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor() 109 timelib_tzinfo *t; in timelib_tzinfo_ctor() local 156 char *timelib_get_tz_abbr_ptr(timelib_time *t) in timelib_get_tz_abbr_ptr()
|
H A D | unixtime2tm.c | 217 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() 231 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info) in timelib_set_timezone_from_abbr() 245 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone() 272 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
|
H A D | interval.c | 94 timelib_time *t = timelib_time_clone(old_time); in timelib_add() local 131 timelib_time *t = timelib_time_clone(old_time); in timelib_sub() local
|
/PHP-5.5/ext/standard/html_tables/ |
H A D | html_table_gen.php | 23 $t = <<<CODE variable 211 if (($t = array_keys($prevStage2, $mstable[$i])) !== array()) { variable 272 $t = <<<CODE variable 363 $t = <<<'CODE' variable 499 $t = <<<CODE variable 581 $t = <<<CODE variable 704 $t = <<<CODE variable
|
/PHP-5.5/ext/sockets/ |
H A D | sockaddr_conv.c | 118 struct sockaddr_in t = {0}; in php_set_inet46_addr() local 128 struct sockaddr_in6 t = {0}; in php_set_inet46_addr() local
|
/PHP-5.5/ext/soap/interop/ |
H A D | test.utility.php | 3 function timestamp_to_soap_datetime($t) { 7 function soap_datetime_to_timestamp($t) {
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | encoding.c | 229 int t = text_chars[buf[i]]; in looks_ascii() local 248 int t = text_chars[buf[i]]; in looks_latin1() local 268 int t = text_chars[buf[i]]; in looks_extended() local
|
H A D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() 148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) in cdf_timespec_to_timestamp()
|
H A D | print.c | 81 time_t t = (time_t)v; in file_fmttime() local
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_win32.h | 25 # define mkstemp(t) _creat(_mktemp(t), _S_IREAD|_S_IWRITE) argument
|
/PHP-5.5/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 69 pcre_uchar t; in PRIV() local
|
/PHP-5.5/sapi/fpm/fpm/events/ |
H A D | select.c | 91 struct timeval t; in fpm_event_select_wait() local
|
H A D | port.c | 120 timespec_t t; in fpm_event_port_wait() local
|
H A D | kqueue.c | 121 struct timespec t; in fpm_event_kqueue_wait() local
|
/PHP-5.5/ext/ereg/regex/ |
H A D | engine.c | 51 #define SP(t, s, c) print(m, t, s, c, stdout) argument 52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument 55 #define SP(t, s, c) /* nothing */ argument 56 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
|
/PHP-5.5/ext/gd/libgd/ |
H A D | webpng.c | 164 int t; in main() local
|
/PHP-5.5/main/ |
H A D | mergesort.c | 110 register u_char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2; in php_mergesort() local 338 u_char *ai, *s, *t, *u, tmp; in insertionsort() local
|
H A D | win95nt.h | 50 #define php_sleep(t) SleepEx(t*1000, TRUE) argument
|
/PHP-5.5/ext/hash/ |
H A D | hash_gost.c | 38 #define R(key, h, i, t, l, r) \ argument 213 php_hash_uint32 l, r, t, key[8], u[8], v[8], w[8], s[8], *h = state, *m = data; in Gost() local
|
/PHP-5.5/sapi/continuity/ |
H A D | capi.c | 67 httpTtrans *t; member 473 int phpFservice(httpTtrans * t, lstTset * opts) in phpFservice()
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 216 struct st_mysqlnd_time t; in ps_fetch_time() local 259 struct st_mysqlnd_time t = {0}; in ps_fetch_date() local 296 struct st_mysqlnd_time t; in ps_fetch_datetime() local
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_log.c | 386 time_t *t; in fpm_log_write() local
|