Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 109) sorted by relevance

12345

/PHP-8.1/Zend/
H A Dmicro_bench.php285 $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 Dbench.php384 $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 Dzend_type_info.h68 #define MAY_BE_PACKED(t) ((t) & MAY_BE_ARRAY_PACKED) argument
69 #define MAY_BE_HASH(t) ((t) & (MAY_BE_ARRAY_NUMERIC_HASH | MAY_BE_ARRAY_KEY_STRING)) argument
70 #define MAY_BE_PACKED_ONLY(t) (MAY_BE_PACKED(t) && !MAY_BE_HASH(t)) argument
71 #define MAY_BE_HASH_ONLY(t) (MAY_BE_HASH(t) && !MAY_BE_PACKED(t)) argument
H A Dzend_types.h159 #define ZEND_TYPE_IS_SET(t) \ argument
164 #define ZEND_TYPE_IS_COMPLEX(t) \ argument
167 #define ZEND_TYPE_HAS_NAME(t) \ argument
170 #define ZEND_TYPE_HAS_LIST(t) \ argument
176 #define ZEND_TYPE_IS_UNION(t) \ argument
179 #define ZEND_TYPE_USES_ARENA(t) \ argument
185 #define ZEND_TYPE_NAME(t) \ argument
191 #define ZEND_TYPE_LIST(t) \ argument
241 #define ZEND_TYPE_FULL_MASK(t) \ argument
244 #define ZEND_TYPE_PURE_MASK(t) \ argument
[all …]
H A Dzend_virtual_cwd.c391 … *path, size_t path_len, const char *realpath, size_t realpath_len, int is_dir, time_t t) /* {{{ */ in realpath_cache_add()
437 …e realpath_cache_bucket* realpath_cache_find(const char *path, size_t path_len, time_t t) /* {{{ */ in realpath_cache_find()
466 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, size_t path_len, time_t t) /… in realpath_cache_lookup()
491 static size_t tsrm_realpath_r(char *path, size_t start, size_t len, int *ll, time_t *t, int use_rea… in tsrm_realpath_r()
1014 time_t t; in virtual_file_ex() local
/PHP-8.1/Zend/Optimizer/
H A Dpass1.c240 zval *c, t; in zend_optimizer_pass1() local
372 zval t; in zend_optimizer_pass1() local
392 zval t; in zend_optimizer_pass1() local
433 zval t; in zend_optimizer_pass1() local
458 zval t; in zend_optimizer_pass1() local
485 zval t; in zend_optimizer_pass1() local
/PHP-8.1/ext/standard/html_tables/
H A Dhtml_table_gen.php22 $t = <<<CODE variable
206 if (($t = array_keys($prevStage2, $mstable[$i])) !== array()) { variable
267 $t = <<<CODE variable
358 $t = <<<'CODE' variable
493 $t = <<<CODE variable
575 $t = <<<CODE variable
698 $t = <<<CODE variable
/PHP-8.1/ext/date/lib/
H A Dunixtime2tm.c31 timelib_sll days, era, t; in timelib_unixtime2date() local
164 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset()
178 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info) in timelib_set_timezone_from_abbr()
192 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
219 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
H A Dtimelib.c63 timelib_time *t; in timelib_time_ctor() local
69 void timelib_time_dtor(timelib_time* t) in timelib_time_dtor()
103 timelib_rel_time *t; in timelib_rel_time_ctor() local
109 void timelib_rel_time_dtor(timelib_rel_time* t) in timelib_rel_time_dtor()
135 timelib_time_offset *t; in timelib_time_offset_ctor() local
141 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
147 char *timelib_get_tz_abbr_ptr(timelib_time *t) in timelib_get_tz_abbr_ptr()
H A Dinterval.c267 timelib_time *t = timelib_time_clone(old_time); in timelib_add() local
298 timelib_time *t = timelib_time_clone(old_time); in timelib_sub() local
340 timelib_time *t = timelib_time_clone(old_time); in timelib_add_wall() local
394 timelib_time *t = timelib_time_clone(old_time); in timelib_sub_wall() local
/PHP-8.1/ext/standard/
H A Dhrtime.c138 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t) argument
149 #define PHP_RETURN_HRTIME(t) do { \ argument
167 php_hrtime_t t = _timer_current(); in PHP_FUNCTION() local
H A Ddatetime.c40 PHPAPI char *php_std_date(time_t t) in php_std_date()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c586 int64_t t = 0; in mprint() local
2004 zend_string *t; in convert_libmagic_pattern() local
2022 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local
2028 ZSTR_VAL(t)[j] = '~'; in convert_libmagic_pattern() local
2032 ZSTR_VAL(t)[j++] = 'x'; in convert_libmagic_pattern() local
2033 ZSTR_VAL(t)[j++] = '0'; in convert_libmagic_pattern() local
2034 ZSTR_VAL(t)[j] = '0'; in convert_libmagic_pattern() local
2041 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local
2044 ZSTR_VAL(t)[j++] = 'i'; in convert_libmagic_pattern() local
2047 ZSTR_VAL(t)[j++] = 'm'; in convert_libmagic_pattern() local
[all …]
H A Dcdf_time.c100 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
148 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp()
H A Dprint.c247 time_t t; in file_fmttime() local
/PHP-8.1/ext/sockets/
H A Dsockaddr_conv.c124 struct sockaddr_in t = {0}; local
134 struct sockaddr_in6 t = {0}; local
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c71 PCRE2_UCHAR t; in PRIV() local
H A Dpcre2_string_utils.c231 PCRE2_UCHAR *t = str1; in PRIV() local
/PHP-8.1/sapi/fpm/fpm/events/
H A Dselect.c86 struct timeval t; in fpm_event_select_wait() local
H A Dport.c116 timespec_t t; in fpm_event_port_wait() local
H A Dkqueue.c117 struct timespec t; in fpm_event_kqueue_wait() local
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c133 zval *t; in zend_accel_function_hash_copy() local
170 zval *t; in zend_accel_class_hash_copy() local
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_proto.h29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
/PHP-8.1/ext/gd/libgd/
H A Dwebpng.c164 int t; in main() local
/PHP-8.1/ext/hash/
H A Dhash_gost.c34 #define R(tables, key, h, i, t, l, r) \ argument
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local

Completed in 65 milliseconds

12345