/PHP-8.3/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_type_info.h | 68 #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) (((t) & MAY_BE_ARRAY_KEY_ANY) == MAY_BE_ARRAY_PACKED) argument 71 #define MAY_BE_HASH_ONLY(t) (MAY_BE_HASH(t) && !((t) & (MAY_BE_ARRAY_PACKED|MAY_BE_ARRAY_EM… argument 72 #define MAY_BE_EMPTY_ONLY(t) (((t) & MAY_BE_ARRAY_KEY_ANY) == MAY_BE_ARRAY_EMPTY) argument
|
H A D | zend_types.h | 166 #define ZEND_TYPE_IS_SET(t) \ argument 171 #define ZEND_TYPE_IS_COMPLEX(t) \ argument 174 #define ZEND_TYPE_HAS_NAME(t) \ argument 180 #define ZEND_TYPE_HAS_LIST(t) \ argument 189 #define ZEND_TYPE_IS_UNION(t) \ argument 192 #define ZEND_TYPE_USES_ARENA(t) \ argument 198 #define ZEND_TYPE_NAME(t) \ argument 204 #define ZEND_TYPE_LIST(t) \ argument 254 #define ZEND_TYPE_FULL_MASK(t) \ argument 257 #define ZEND_TYPE_PURE_MASK(t) \ argument [all …]
|
/PHP-8.3/ext/fileinfo/ |
H A D | php_libmagic.c | 23 zend_string *t; in convert_libmagic_pattern() local 41 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local 46 ZSTR_VAL(t)[j++] = '\\'; in convert_libmagic_pattern() local 47 ZSTR_VAL(t)[j] = '~'; in convert_libmagic_pattern() local 51 ZSTR_VAL(t)[j++] = 'x'; in convert_libmagic_pattern() local 52 ZSTR_VAL(t)[j++] = '0'; in convert_libmagic_pattern() local 53 ZSTR_VAL(t)[j] = '0'; in convert_libmagic_pattern() local 60 ZSTR_VAL(t)[j++] = '~'; in convert_libmagic_pattern() local 63 ZSTR_VAL(t)[j++] = 'i'; in convert_libmagic_pattern() local 66 ZSTR_VAL(t)[j++] = 'm'; in convert_libmagic_pattern() local [all …]
|
/PHP-8.3/ext/standard/html_tables/ |
H A D | html_table_gen.php | 22 $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.3/ext/date/lib/ |
H A D | unixtime2tm.c | 31 timelib_sll days, era, t; in timelib_unixtime2date() local 163 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset() 177 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info) in timelib_set_timezone_from_abbr() 191 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone() 218 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
|
H A D | timelib.c | 63 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 D | interval.c | 214 timelib_time *t = timelib_time_clone(old_time); in timelib_add() local 245 timelib_time *t = timelib_time_clone(old_time); in timelib_sub() local 287 timelib_time *t = timelib_time_clone(old_time); in timelib_add_wall() local 341 timelib_time *t = timelib_time_clone(old_time); in timelib_sub_wall() local
|
/PHP-8.3/ext/standard/ |
H A D | hrtime.c | 22 #define PHP_RETURN_HRTIME(t) RETURN_LONG((zend_long)t) argument 33 #define PHP_RETURN_HRTIME(t) do { \ argument 51 zend_hrtime_t t = zend_hrtime(); in PHP_FUNCTION() local
|
H A D | datetime.c | 40 PHPAPI char *php_std_date(time_t t) in php_std_date()
|
/PHP-8.3/ext/random/ |
H A D | engine_mt19937.c | 171 zval t; in serialize() local 188 zval *t; in unserialize() local 319 zval t; in PHP_METHOD() local 345 zval *t; in PHP_METHOD() local 386 zval t; in PHP_METHOD() local
|
H A D | engine_xoshiro256starstar.c | 47 const uint64_t t = s->state[1] << 17; in generate_state() local 119 zval t; in serialize() local 132 zval *t; in unserialize() local 223 uint64_t t[4]; in PHP_METHOD() local
|
H A D | engine_combinedlcg.c | 67 zval t; in serialize() local 80 zval *t; in unserialize() local
|
H A D | engine_pcgoneseq128xslrr64.c | 84 zval *t; in unserialize() local 147 uint64_t t[2]; in PHP_METHOD() local
|
/PHP-8.3/ext/sockets/ |
H A D | sockaddr_conv.c | 124 struct sockaddr_in t = {0}; local 134 struct sockaddr_in6 t = {0}; local
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 99 cdf_timestamp_to_timespec(struct timespec *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec() 147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timespec *ts) in cdf_timespec_to_timestamp()
|
H A D | print.c | 264 file_fmtvarint(char *buf, size_t blen, const unsigned char *us, int t) in file_fmtvarint() 274 time_t t; in file_fmtdatetime() local
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_xclass.c | 71 PCRE2_UCHAR t; in PRIV() local
|
H A D | pcre2_string_utils.c | 231 PCRE2_UCHAR *t = str1; in PRIV() local
|
/PHP-8.3/sapi/fpm/fpm/events/ |
H A D | select.c | 86 struct timeval t; in fpm_event_select_wait() local
|
H A D | port.c | 116 timespec_t t; in fpm_event_port_wait() local
|
H A D | kqueue.c | 117 struct timespec t; in fpm_event_kqueue_wait() local
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_proto.h | 29 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
|
/PHP-8.3/ext/gd/libgd/ |
H A D | webpng.c | 164 int t; in main() local
|