Home
last modified time | relevance | path

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

1234

/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c287 __int64 t; in php_sys_stat_ex() local
750 static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, in… in tsrm_realpath_r()
1157 time_t t; in virtual_file_ex() local
1513 static void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime()
H A Dtsrm_win32.c195 time_t t; in tsrm_win32_access() local
/PHP-5.5/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_alloc.c980 unsigned char t; in zend_mm_random() local
H A Dzend_execute.c105 #define EXTRACT_ZVAL_PTR(t) do { \ argument
117 #define AI_SET_PTR(t, val) do { \ argument
H A Dzend_hash.c442 Bucket **t; in zend_hash_do_resize() local
848 void *t; in _zend_hash_merge() local
885 void *t; in zend_hash_merge_ex() local
H A Dzend_ini_scanner.c268 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_ini_scanner.l266 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_interfaces.c319 int i, t = -1; in zend_implement_aggregate() local
H A Dzend_language_scanner.c883 register char *s, *t; in zend_scan_escape_string() local
3052 register char *s, *t; in lex_scan() local
H A Dzend_language_scanner.l881 register char *s, *t; in zend_scan_escape_string() local
H A Dzend_operators.c1783 char *t; in increment_string() local
H A Dzend_string.c157 …Bucket **t = (Bucket **) perealloc_recoverable(CG(interned_strings).arBuckets, (CG(interned_string… in zend_new_interned_string_int() local
H A Dzend_strtod.c536 char *rv, *t; in nrv_alloc() local
/PHP-5.5/ext/curl/
H A Dinterface.c1303 php_curl_write *t = ch->handlers->write; in curl_write() local
1381 php_curl_fnmatch *t = ch->handlers->fnmatch; in curl_fnmatch() local
1446 php_curl_progress *t = ch->handlers->progress; in curl_progress() local
1528 php_curl_read *t = ch->handlers->read; in curl_read() local
1604 php_curl_write *t = ch->handlers->write_header; in curl_write_header() local
/PHP-5.5/ext/date/lib/
H A Dastro.c214 t, /* Diurnal arc */ in timelib_astro_rise_set_altitude() local
H A Dinterval.c94 timelib_time *t = timelib_time_clone(old_time); in timelib_add() local
131 timelib_time *t = timelib_time_clone(old_time); in timelib_sub() local
H A Dparse_date.c738 long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timelib_tzd… in timelib_parse_zone()
24718 int t; in timelib_strtotime() local
H A Dparse_iso_intervals.c193 static long timelib_get_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const timeli… in timelib_get_zone()
1013 int t; in timelib_strtointerval() local
H A Dparse_tz.c505 timelib_sll timelib_get_current_offset(timelib_time *t) in timelib_get_current_offset()
H A Dtimelib.c37 timelib_time *t; in timelib_time_ctor() local
45 timelib_rel_time *t; in timelib_rel_time_ctor() local
82 void timelib_time_dtor(timelib_time* t) in timelib_time_dtor()
88 void timelib_rel_time_dtor(timelib_rel_time* t) in timelib_rel_time_dtor()
95 timelib_time_offset *t; in timelib_time_offset_ctor() local
101 void timelib_time_offset_dtor(timelib_time_offset* t) in timelib_time_offset_dtor()
109 timelib_tzinfo *t; in timelib_tzinfo_ctor() local
156 char *timelib_get_tz_abbr_ptr(timelib_time *t) in timelib_get_tz_abbr_ptr()
H A Dunixtime2tm.c217 void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset) in timelib_set_timezone_from_offset()
231 void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info) in timelib_set_timezone_from_abbr()
245 void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) in timelib_set_timezone()
272 int timelib_apply_localtime(timelib_time *t, unsigned int localtime) in timelib_apply_localtime()
/PHP-5.5/ext/date/
H A Dphp_date.c1059 static char *date_format(char *format, int format_len, timelib_time *t, int localtime) in date_format()
1239 timelib_time *t; in php_format_date() local
1266 timelib_time *t; in php_idate() local
1451 timelib_time *t, *now; in PHP_FUNCTION() local
3269 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
4271 static char *date_interval_format(char *format, int format_len, timelib_rel_time *t) in date_interval_format()
4612 timelib_time *t; in php_do_date_sunrise_sunset() local
4711 timelib_time *t, *t2; in PHP_FUNCTION() local
/PHP-5.5/ext/ereg/regex/
H A Dengine.c51 #define SP(t, s, c) print(m, t, s, c, stdout) argument
52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument
55 #define SP(t, s, c) /* nothing */ argument
56 #define AT(t, p1, p2, s1, s2) /* nothing */ argument

Completed in 163 milliseconds

1234