Home
last modified time | relevance | path

Searched defs:t (Results 51 – 75 of 105) sorted by relevance

12345

/PHP-7.1/Zend/
H A Dzend_ini_scanner.c318 register char *s, *t; in zend_ini_escape_string() local
H A Dzend_language_scanner.c877 register char *s, *t; in zend_scan_escape_string() local
2312 register char *s, *t; in lex_scan() local
H A Dzend_interfaces.c326 int t = -1; in zend_implement_aggregate() local
H A Dzend_types.h698 #define ZVAL_NEW_RES(z, h, p, t) do { \ argument
712 #define ZVAL_NEW_PERSISTENT_RES(z, h, p, t) do { \ argument
842 # define ZVAL_COPY_VALUE_EX(z, v, gc, t) \ argument
850 # define ZVAL_COPY_VALUE_EX(z, v, gc, t) \ argument
H A Dzend_language_scanner.l875 register char *s, *t; in zend_scan_escape_string() local
/PHP-7.1/ext/date/
H A Dphp_date.c1091 static zend_string *date_format(char *format, size_t format_len, timelib_time *t, int localtime) in date_format()
1271 timelib_time *t; in php_format_date() local
1298 timelib_time *t; in php_idate() local
1484 timelib_time *t, *now; in PHP_FUNCTION() local
3377 static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, timelib_time *t) in set_timezone_from_timelib_time()
4442 static zend_string *date_interval_format(char *format, size_t format_len, timelib_rel_time *t) in date_interval_format()
4869 timelib_time *t; in php_do_date_sunrise_sunset() local
4968 timelib_time *t, *t2; in PHP_FUNCTION() local
/PHP-7.1/ext/interbase/
H A Dphp_ibase_udf.c212 struct tm t; in call_php() local
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp116 const Formattable::Type t = types[i]; in umsg_get_numeric_types() local
/PHP-7.1/ext/intl/collator/
H A Dcollator_sort.c355 collator_sort_key_index_t t; in collator_sortkey_swap() local
/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c446 char *t; in php_stream_url_wrap_http_ex() local
H A Dstreamsfuncs.c35 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
1318 struct timeval t; in PHP_FUNCTION() local
H A Dcrypt_sha512.c164 unsigned int t; in sha512_process_block() local
H A Dbrowscap.c157 char *t; in browscap_convert_pattern() local
H A Dcrypt_sha256.c109 unsigned int t; in sha256_process_block() local
/PHP-7.1/ext/date/lib/
H A Dparse_tz.c511 timelib_sll timelib_get_current_offset(timelib_time *t) in timelib_get_current_offset()
H A Dparse_date.c762 timelib_long timelib_parse_zone(char **ptr, int *dst, timelib_time *t, int *tz_not_found, const tim… in timelib_parse_zone()
24886 int t; in timelib_strtotime() local
/PHP-7.1/ext/pdo_firebird/
H A Dfirebird_statement.c380 struct tm t; in firebird_stmt_get_col() local
/PHP-7.1/ext/curl/
H A Dmulti.c481 php_curlm_server_push *t = mh->handlers->server_push; in _php_server_push_callback() local
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c80 #define T(t) (reg_map[t] << 16) argument
84 #define TA(t) ((t) << 16) argument
86 #define FT(t) ((t) << 16) argument
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_cmd.h72 #define phpdbg_init_param(v, t) do{ \ argument
/PHP-7.1/ext/filter/
H A Dfilter.c430 #define PARSE_CASE(s,a,t) \ in php_sapi_filter() argument
/PHP-7.1/main/
H A Dphp_variables.c522 char **env, *p, *t = buf; in _php_import_environment_variables() local
/PHP-7.1/ext/sockets/
H A Dsockets.c504 char *t = (char *) buf; local
2294 int t; local
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_portability.h18 #define STRUCT_OFFSET(t, f) ((size_t)(char *)&((t *)0)->f) argument
/PHP-7.1/ext/gd/libgd/
H A Dgd.c1068 int t = x2; in gdImageHLine() local
1087 int t = y1; in gdImageVLine() local
1275 inline static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int color, int t) in gdImageSetAAPixelColor()
2026 int t; in gdImageRectangle() local

Completed in 160 milliseconds

12345