Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 1771) sorted by last modified time

12345678910>>...71

/PHP-7.4/
H A DNEWS21 . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones
200 . Fixed bug #81252 (PDO_ODBC doesn't account for SQL_NO_TOTAL). (cmb)
427 . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)
681 (t-matsuno)
863 . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for
1085 . Fixed bug #79315 (ZipArchive::addFile doesn't honor start/length
1284 . Fixed bug #78916 (php-fpm 7.4.0 don't send mail via mail()).
1352 . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
1634 shouldn't be serializable). (Nikita)
1733 . Fixed bug #78689 (Closure::fromCallable() doesn't handle
[all …]
H A Dconfigure.ac570 dnl bug #77284. Conservatively don't use ifuncs on FreeBSD.
580 …<netinet/in.h>]], [[struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_…
/PHP-7.4/ext/gd/
H A Dgd.c2680 int q = -1, t = 1; in _php_image_output() local
2698 t = type; in _php_image_output()
2729 (*func_p)(im, fp, q, t); in _php_image_output()
2765 (*func_p)(im, tmp, q, t); in _php_image_output()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c500 char *e, *s, *t; in _php_filter_validate_domain() local
508 t = e - 1; in _php_filter_validate_domain()
511 if (*t == '.') { in _php_filter_validate_domain()
512 e = t; in _php_filter_validate_domain()
599 char *e, *s, *t; in php_filter_validate_url() local
609 t = e - 1; in php_filter_validate_url()
612 if (*s == '[' && *t == ']' && _php_filter_validate_ipv6((s + 1), l - 2, NULL)) { in php_filter_validate_url()
/PHP-7.4/ext/standard/
H A Darray.c140 zend_uchar t; in php_array_key_compare() local
150 if (t == IS_LONG) { in php_array_key_compare()
152 } else if (t == IS_DOUBLE) { in php_array_key_compare()
164 if (t == IS_LONG) { in php_array_key_compare()
166 } else if (t == IS_DOUBLE) { in php_array_key_compare()
4535 struct bucketindex t; local
4536 t = *f;
4538 *g = t;
5654 Bucket *t; local
5658 t = *f;
[all …]
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c78 struct tm t; in zlog_print_time() local
82 localtime_r((const time_t *) &tv->tv_sec, &t)); in zlog_print_time()
/PHP-7.4/ext/date/
H A Dphp_date.c1136 offset->offset = (t->z + (t->dst * 3600)); in date_format()
1245 (zend_long) t->y, (int) t->m, (int) t->d, in date_format()
1246 (int) t->h, (int) t->i, (int) t->s, in date_format()
1253 php_date_short_day_name(t->y, t->m, t->d), in date_format()
1254 (int) t->d, mon_short_names[t->m - 1], in date_format()
1255 (zend_long) t->y, (int) t->h, (int) t->i, (int) t->s, in date_format()
1348 offset->offset = (t->z + (t->dst * 3600)); in php_idate()
1354 offset->offset = (t->z + (t->dst * 3600)); in php_idate()
1367 timelib_isoweek_from_date(t->y, t->m, t->d, &isoweek, &isoyear); in php_idate()
1373 case 'w': retval = (int) timelib_day_of_week(t->y, t->m, t->d); break; in php_idate()
[all …]
/PHP-7.4/main/
H A Dmain.c1713 zend_leak_info *t = (zend_leak_info *) data; in php_message_handler_for_zend() local
1715 … Freeing " ZEND_ADDR_FMT " (%zu bytes), script=%s\n", t->filename, t->lineno, (size_t)t->addr, t-… in php_message_handler_for_zend()
1716 if (t->orig_filename) { in php_message_handler_for_zend()
1719 …512, "%s(%" PRIu32 ") : Actual location (location was relayed)\n", t->orig_filename, t->orig_linen… in php_message_handler_for_zend()
/PHP-7.4/ext/mysqli/tests/
H A Dbug64726.phpt23 Warning: mysqli_result::fetch_object(): (HY000/2014): Commands out of sync; you can't run this comm…
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt19 $db->exec("INSERT INTO test VALUES('true', 't')");
46 # false -> "" as string, which pgsql doesn't like
82 # false -> "" as string, which pgsql doesn't like
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc348 $cmd = self::findExecutable() . ' -t -y ' . $configFile . ' 2>&1';
/PHP-7.4/ext/zip/tests/
H A Dbug77978.phpt20 // Windows won't extract filenames with colons; we suppress the warning
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1008 int t = x2; in gdImageHLine() local
1010 x1 = t; in gdImageHLine()
1027 int t = y1; in gdImageVLine() local
1029 y2 = t; in gdImageVLine()
1227 BLEND_COLOR(t, dr, r, dr); in gdImageSetAAPixelColor()
1228 BLEND_COLOR(t, dg, g, dg); in gdImageSetAAPixelColor()
2089 int t; in gdImageRectangle() local
2097 t=y1; in gdImageRectangle()
2099 y2 = t; in gdImageRectangle()
2103 t = x1; in gdImageRectangle()
[all …]
/PHP-7.4/ext/filter/tests/
H A Dbug47435.phpt2 Bug #47435 (FILTER_FLAG_NO_PRIV_RANGE and FILTER_FLAG_NO_RES_RANGE don't work with ipv6)
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch578 l = t;
1756 -#define IS_STRING(t) \
1758 ((t) == FILE_STRING || \
2937 - * Can't stat, can't open. It may have been opened in
3441 + zend_string *t;
3459 + ZSTR_VAL(t)[j++] = '~';
3465 + ZSTR_VAL(t)[j] = '~';
3471 + ZSTR_VAL(t)[j] = '0';
3478 + ZSTR_VAL(t)[j++] = '~';
3486 + ZSTR_VAL(t)[j]='\0';
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c262 int t = text_chars[buf[i]]; in looks_ascii() local
264 if (t != T) in looks_ascii()
281 int t = text_chars[buf[i]]; in looks_latin1() local
283 if (t != T && t != I) in looks_latin1()
301 int t = text_chars[buf[i]]; in looks_extended() local
303 if (t != T && t != I && t != X) in looks_extended()
/PHP-7.4/ext/date/lib/
H A Dparse_date.re794 t->dst = 0;
800 t->dst = 0;
825 t->dst = 0;
833 t->dst = 0;
891 space = [ \t]+;
961 datefull = day ([ \t.-])* monthtext ([ \t.-])* year;
964 datetextual = monthtext ([ .\t-])* day [,.stndrh\t ]+ year;
965 datenoyear = monthtext ([ .\t-])* day ([,.stndrh\t ]+|[\000]);
1805 [ .,\t]
1829 int t;
[all …]
H A Dparse_date.c794 t->is_localtime = 1; in timelib_parse_tz_minutes()
796 t->dst = 0; in timelib_parse_tz_minutes()
800 t->is_localtime = 1; in timelib_parse_tz_minutes()
802 t->dst = 0; in timelib_parse_tz_minutes()
824 t->is_localtime = 1; in timelib_parse_zone()
827 t->dst = 0; in timelib_parse_zone()
832 t->is_localtime = 1; in timelib_parse_zone()
835 t->dst = 0; in timelib_parse_zone()
843 t->is_localtime = 1; in timelib_parse_zone()
857 t->tz_info = res; in timelib_parse_zone()
[all …]
/PHP-7.4/ext/xml/tests/
H A Dbug70962.phpt19 $xml = "<a><b>&lt;d&gt;\n &lt;e&gt;</b><![CDATA[ ]]><c>\n \t</c></a>";
/PHP-7.4/ext/ffi/
H A Dffi.g30 %indent "\t"
878 WS: /[ \t\f\v]+/;
/PHP-7.4/ext/shmop/tests/
H A Dbug81407.phpt2 Bug #81407 (shmop_open won't attach and causes php to crash)
/PHP-7.4/TSRM/
H A Dtsrm_win32.c195 time_t t; in tsrm_win32_access() local
276 t = time(0); in tsrm_win32_access()
277 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
283 bucket = realpath_cache_lookup(pathname, strlen(pathname), t); in tsrm_win32_access()
779 static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME pft) /* {{{ */ in UnixTimeToFileTime() argument
784 ll = t * 10000000LL + 116444736000000000LL; in UnixTimeToFileTime()
/PHP-7.4/ext/curl/
H A Dinterface.c1474 php_curl_write *t = ch->handlers->write; in curl_write() local
1482 switch (t->method) { in curl_write()
1540 switch (t->method) { in curl_fnmatch()
1593 switch (t->method) { in curl_progress()
1639 php_curl_read *t = ch->handlers->read; in curl_read() local
1642 switch (t->method) { in curl_read()
1644 if (t->fp) { in curl_read()
1656 if (t->res) { in curl_read()
1657 GC_ADDREF(t->res); in curl_read()
1658 ZVAL_RES(&argv[1], t->res); in curl_read()
[all …]
/PHP-7.4/azure/
H A Dcommunity_job.yml9 # and don't care about the actual test results, as there will commonly be failures for
/PHP-7.4/Zend/
H A Dzend_operators.c2375 zend_string *t; in increment_string() local
2435 t = zend_string_alloc(Z_STRLEN_P(str)+1, 0); in increment_string()
2436 memcpy(ZSTR_VAL(t) + 1, Z_STRVAL_P(str), Z_STRLEN_P(str)); in increment_string()
2437 ZSTR_VAL(t)[Z_STRLEN_P(str) + 1] = '\0'; in increment_string() local
2440 ZSTR_VAL(t)[0] = '1'; in increment_string() local
2443 ZSTR_VAL(t)[0] = 'A'; in increment_string() local
2446 ZSTR_VAL(t)[0] = 'a'; in increment_string() local
2450 ZVAL_NEW_STR(str, t); in increment_string()

Completed in 190 milliseconds

12345678910>>...71