Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 114) sorted by path

12345

/php-src/TSRM/
H A Dtsrm_win32.c192 time_t t; in tsrm_win32_access() local
786 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime()
/php-src/Zend/
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 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 Dzend_execute.c2538 uint8_t t; in zend_fetch_dimension_address_inner() local
H A Dzend_hash.c200 int32x4_t t = vdupq_n_s32(-1); in zend_hash_real_init_mixed_ex() local
2543 zval *t, *s; in zend_hash_merge() local
2639 zval *t; in zend_hash_merge_ex() local
H A Dzend_ini_scanner.l284 char *s, *t; in zend_ini_escape_string() local
H A Dzend_language_scanner.l916 char *s, *t; in zend_scan_escape_string() local
H A Dzend_llist.c190 zend_llist_element *t; in zend_llist_swap() local
H A Dzend_operators.c2514 zend_string *t; in increment_string() local
2595 ZSTR_VAL(t)[Z_STRLEN_P(str) + 1] = '\0'; in increment_string() local
2598 ZSTR_VAL(t)[0] = '1'; in increment_string() local
2601 ZSTR_VAL(t)[0] = 'A'; in increment_string() local
2604 ZSTR_VAL(t)[0] = 'a'; in increment_string() local
H A Dzend_strtod.c1584 match in match() argument
3635 char *rv, *t; local
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) (((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 Dzend_types.h166 #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 …]
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()
1015 time_t t; in virtual_file_ex() local
H A Dzend_weakrefs.c54 #define ZEND_WEAKREF_ENCODE(p, t) ((void *) (((uintptr_t) (p)) | (t))) argument
/php-src/ext/date/lib/
H A Dastro.c219 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
H A Dinterval.c214 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
H A Dparse_date.c905 static timelib_long timelib_parse_tz_minutes(const char **ptr, timelib_time *t) in timelib_parse_tz_minutes()
936 timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time *t, int *tz_not_found, con… in timelib_parse_zone()
24848 int t; in timelib_strtotime() local
H A Dparse_iso_intervals.c940 int t; in timelib_strtointerval() local
H A Dparse_tz.c477 timelib_time *t = timelib_time_ctor(); in format_ut_time() local
655 timelib_tzinfo *t; in timelib_tzinfo_ctor() local
937 timelib_sll timelib_get_current_offset(timelib_time *t) in timelib_get_current_offset()
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 Dunixtime2tm.c31 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()
/php-src/ext/date/
H A Dphp_date.c675 static zend_string *date_format(const char *format, size_t format_len, timelib_time *t, bool localt… in date_format()
875 timelib_time *t; in php_format_date() local
901 timelib_time *t; in php_idate() local
1087 timelib_time *t, *now; in PHP_FUNCTION() local
3529 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
4934 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
5455 timelib_time *t; in php_do_date_sunrise_sunset() local
5555 timelib_time *t, *t2; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dutils.c11 lexbor_utils_power(size_t t, size_t k) in lexbor_utils_power()
/php-src/ext/ffi/
H A Dffi.c179 #define ZEND_FFI_TYPE(t) \ argument
182 #define ZEND_FFI_TYPE_IS_OWNED(t) \ argument
185 #define ZEND_FFI_TYPE_MAKE_OWNED(t) \ argument
356 static ffi_type* zend_ffi_face_struct_add_fields(ffi_type* t, zend_ffi_type *type, int *i, size_t s… in zend_ffi_face_struct_add_fields()
426 ffi_type *t = emalloc(size); in zend_ffi_make_fake_struct_type() local
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c317 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
341 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1749 get_cond(const char *l, const char **t) in get_cond()
1844 char *t; in parse_op_modifier() local
1860 char *t; in parse_string_modifier() local
1973 char *t; in parse() local
3529 file_varint2uintmax_t(const unsigned char *us, int t, size_t *l)

Completed in 194 milliseconds

12345