Home
last modified time | relevance | path

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

12345

/PHP-7.0/TSRM/
H A Dtsrm_win32.c199 time_t t; in tsrm_win32_access() local
752 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime()
/PHP-7.0/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_hash.c1883 zval *t; in _zend_hash_merge() local
1954 zval *t; in zend_hash_merge_ex() local
H A Dzend_ini_scanner.c318 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_ini_scanner.l316 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_interfaces.c332 int t = -1; in zend_implement_aggregate() local
H A Dzend_language_scanner.c898 register char *s, *t; in zend_scan_escape_string() local
2324 register char *s, *t; in lex_scan() local
H A Dzend_language_scanner.l896 register 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.c2249 zend_string *t; in increment_string() local
2316 ZSTR_VAL(t)[Z_STRLEN_P(str) + 1] = '\0'; in increment_string() local
2319 ZSTR_VAL(t)[0] = '1'; in increment_string() local
2322 ZSTR_VAL(t)[0] = 'A'; in increment_string() local
2325 ZSTR_VAL(t)[0] = 'a'; in increment_string() local
H A Dzend_strtod.c1595 match in match() argument
3645 char *rv, *t; local
H A Dzend_types.h691 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument
705 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument
831 # define ZVAL_COPY_VALUE_EX(z, v, gc, t) \ argument
839 # define ZVAL_COPY_VALUE_EX(z, v, gc, t) \ argument
H A Dzend_virtual_cwd.c308 LARGE_INTEGER t; in php_sys_stat_ex() local
689 …t char *path, int path_len, const char *realpath, int realpath_len, int is_dir, time_t t) /* {{{ */ in realpath_cache_add()
735 static inline realpath_cache_bucket* realpath_cache_find(const char *path, int path_len, time_t t) … in realpath_cache_find()
764 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t) /* {… in realpath_cache_lookup()
789 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r()
1202 time_t t; in virtual_file_ex() local
/PHP-7.0/ext/curl/
H A Dinterface.c1425 php_curl_write *t = ch->handlers->write; in curl_write() local
1491 php_curl_fnmatch *t = ch->handlers->fnmatch; in curl_fnmatch() local
1540 php_curl_progress *t = ch->handlers->progress; in curl_progress() local
1600 php_curl_read *t = ch->handlers->read; in curl_read() local
1668 php_curl_write *t = ch->handlers->write_header; in curl_write_header() local
/PHP-7.0/ext/date/lib/
H A Dastro.c219 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
H A Dinterval.c98 timelib_time *t = timelib_time_clone(old_time); in timelib_add() local
135 timelib_time *t = timelib_time_clone(old_time); in timelib_sub() local
H A Dparse_date.c748 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… in timelib_parse_zone()
23848 int t; in timelib_strtotime() local
H A Dparse_iso_intervals.c199 static timelib_long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, cons… in timelib_get_zone()
919 int t; in timelib_strtointerval() local
H A Dparse_tz.c511 timelib_sll timelib_get_current_offset(timelib_time *t) in timelib_get_current_offset()
H A Dtimelib.c41 timelib_time *t; in timelib_time_ctor() local
49 timelib_rel_time *t; in timelib_rel_time_ctor() local
104 void timelib_time_dtor(timelib_time* t) in timelib_time_dtor()
110 void timelib_rel_time_dtor(timelib_rel_time* t) in timelib_rel_time_dtor()
117 timelib_time_offset *t; in timelib_time_offset_ctor() local
123 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
131 timelib_tzinfo *t; in timelib_tzinfo_ctor() local
178 char *timelib_get_tz_abbr_ptr(timelib_time *t) in timelib_get_tz_abbr_ptr()
H A Dunixtime2tm.c222 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset()
236 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info) in timelib_set_timezone_from_abbr()
250 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
277 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
/PHP-7.0/ext/date/
H A Dphp_date.c1079 static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime) in date_format()
1258 timelib_time *t; in php_format_date() local
1285 timelib_time *t; in php_idate() local
1471 timelib_time *t, *now; in PHP_FUNCTION() local
3277 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
4316 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
4739 timelib_time *t; in php_do_date_sunrise_sunset() local
4838 timelib_time *t, *t2; in PHP_FUNCTION() local
/PHP-7.0/ext/exif/
H A Dexif.c996 int i, t; in exif_get_tagname() local
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c267 get_type(const struct type_tbl_s *tbl, const char *l, const char **t) in get_type()
282 get_standard_integer_type(const char *l, const char **t) in get_standard_integer_type()
1491 get_cond(const char *l, const char **t) in get_cond()
1586 char *t; in parse_op_modifier() local
1602 char *t; in parse_string_modifier() local
1712 char *t; in parse() local

Completed in 201 milliseconds

12345