/PHP-7.2/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_virtual_cwd.c | 254 LARGE_INTEGER t; in php_sys_stat_ex() local 634 … *path, size_t path_len, const char *realpath, size_t realpath_len, int is_dir, time_t t) /* {{{ */ in realpath_cache_add() 680 …e realpath_cache_bucket* realpath_cache_find(const char *path, size_t path_len, time_t t) /* {{{ */ in realpath_cache_find() 709 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t) /… in realpath_cache_lookup() 734 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r() 1225 time_t t; in virtual_file_ex() local
|
H A D | zend_types.h | 121 #define ZEND_TYPE_IS_SET(t) \ argument 124 #define ZEND_TYPE_IS_CODE(t) \ argument 127 #define ZEND_TYPE_IS_CLASS(t) \ argument 130 #define ZEND_TYPE_NAME(t) \ argument 133 #define ZEND_TYPE_CE(t) \ argument 136 #define ZEND_TYPE_CODE(t) \ argument 139 #define ZEND_TYPE_ALLOW_NULL(t) \ argument 757 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument 771 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument 901 # define ZVAL_COPY_VALUE_EX(z, v, gc, t) \ argument [all …]
|
/PHP-7.2/ext/opcache/Optimizer/ |
H A D | pass1_5.c | 38 #define ZEND_IS_CONSTANT_TYPE(t) ((t) == IS_CONSTANT) argument 301 zval *c, t; in zend_optimizer_pass1() local 438 zval t; in zend_optimizer_pass1() local 464 zval t; in zend_optimizer_pass1() local 506 zval t; in zend_optimizer_pass1() local 532 zval t; in zend_optimizer_pass1() local 559 zval t; in zend_optimizer_pass1() local
|
/PHP-7.2/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 498 $t = <<<CODE variable 580 $t = <<<CODE variable 703 $t = <<<CODE variable
|
/PHP-7.2/ext/date/lib/ |
H A D | timelib.c | 60 timelib_time *t; in timelib_time_ctor() local 66 void timelib_time_dtor(timelib_time* t) in timelib_time_dtor() 100 timelib_rel_time *t; in timelib_rel_time_ctor() local 106 void timelib_rel_time_dtor(timelib_rel_time* t) in timelib_rel_time_dtor() 132 timelib_time_offset *t; in timelib_time_offset_ctor() local 138 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor() 144 char *timelib_get_tz_abbr_ptr(timelib_time *t) in timelib_get_tz_abbr_ptr()
|
H A D | unixtime2tm.c | 200 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() 214 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info) in timelib_set_timezone_from_abbr() 228 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone() 255 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
|
H A D | interval.c | 103 timelib_time *t = timelib_time_clone(old_time); in timelib_add() local 141 timelib_time *t = timelib_time_clone(old_time); in timelib_sub() local
|
/PHP-7.2/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-7.2/ext/soap/interop/ |
H A D | test.utility.php | 3 function timestamp_to_soap_datetime($t) { 7 function soap_datetime_to_timestamp($t) {
|
/PHP-7.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 441 int64_t t = 0; in mprint() local 1690 zend_string *t; in convert_libmagic_pattern() local 1694 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local 1699 ZSTR_VAL(t)[j++] = '\\'; in convert_libmagic_pattern() local 1700 ZSTR_VAL(t)[j] = '~'; in convert_libmagic_pattern() local 1707 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local 1710 ZSTR_VAL(t)[j++] = 'i'; in convert_libmagic_pattern() local 1713 ZSTR_VAL(t)[j++] = 'm'; in convert_libmagic_pattern() local 1715 ZSTR_VAL(t)[j]='\0'; in convert_libmagic_pattern() 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 | encoding.c | 239 int t = text_chars[buf[i]]; in looks_ascii() local 258 int t = text_chars[buf[i]]; in looks_latin1() local 278 int t = text_chars[buf[i]]; in looks_extended() local
|
H A D | print.c | 80 time_t t = (time_t)v; in file_fmttime() local
|
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 69 pcre_uchar t; in PRIV() local
|
/PHP-7.2/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-7.2/ext/standard/ |
H A D | datetime.c | 54 PHPAPI char *php_std_date(time_t t) in php_std_date()
|
/PHP-7.2/ext/gd/libgd/ |
H A D | webpng.c | 164 int t; in main() local
|
/PHP-7.2/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
|
/PHP-7.2/ext/hash/ |
H A D | hash_gost.c | 38 #define R(tables, key, h, i, t, l, r) \ argument 213 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
|
/PHP-7.2/ext/opcache/ |
H A D | zend_accelerator_util_funcs.c | 477 zval *t; in zend_accel_function_hash_copy() local 521 zval *t; in zend_accel_function_hash_copy_from_shm() local 564 zval *t; in zend_accel_class_hash_copy() local
|
/PHP-7.2/ext/curl/ |
H A D | interface.c | 1452 php_curl_write *t = ch->handlers->write; in curl_write() local 1516 php_curl_fnmatch *t = ch->handlers->fnmatch; in curl_fnmatch() local 1563 php_curl_progress *t = ch->handlers->progress; in curl_progress() local 1621 php_curl_read *t = ch->handlers->read; in curl_read() local 1687 php_curl_write *t = ch->handlers->write_header; in curl_write_header() local
|