Home
last modified time | relevance | path

Searched refs:Data (Results 1 – 25 of 71) sorted by last modified time

123

/PHP-7.4/ext/gd/
H A Dgd.c141 static gdImagePtr _php_image_create_from_string (zval *Data, char *tn, gdImagePtr (*ioctx_func_p)()…
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2791 - "%s/Local Settings/Application Data%s", home, hmagic);
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2372 add_pbf_error(s, TIMELIB_ERR_DATA_MISSING, "Data missing", string, ptr);
/PHP-7.4/ext/standard/
H A Ddns_win32.c76 DNS_SRV_DATA *srv = &pRec->Data.Srv; in PHP_FUNCTION()
82 add_next_index_string(mx_list, pRec->Data.MX.pNameExchange); in PHP_FUNCTION()
172 add_assoc_stringl(subarray, "data", (char*) &pRec->Data, (uint32_t) pRec->wDataLength); in php_parserr()
179 ipaddr.S_un.S_addr = (pRec->Data.A.IpAddress); in php_parserr()
187 add_assoc_long(subarray, "pri", pRec->Data.Srv.wPriority); in php_parserr()
206 add_assoc_string(subarray, "target", pRec->Data.MX.pNameExchange); in php_parserr()
214 DNS_TXT_DATA *data_txt = &pRec->Data.TXT; in php_parserr()
245 DNS_SOA_DATA *data_soa = &pRec->Data.Soa; in php_parserr()
261 DNS_AAAA_DATA *data_aaaa = &pRec->Data.AAAA; in php_parserr()
316 DNS_SRV_DATA *data_srv = &pRec->Data.Srv; in php_parserr()
[all …]
H A Dcrypt.c211 # error Data struct used by crypt_r() is unknown. Please report. in php_crypt()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc318 fputs($s, "125 Data connection already open; transfer starting.\r\n");
528 fputs($s, "125 Data connection already open; transfer starting.\r\n");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug76815.phpt32 SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'tst()' at row 1
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_query_iterators.phpt150 Warning: main(): Data fetched with MYSQLI_USE_RESULT can be iterated only once in %s on line %d
H A Dmysqli_get_client_stats.phpt754 13.1. Data Definition Statements
855 13.2. Data Manipulation Statements
H A Dbug70384.phpt50 printf("[006] Data differs");
H A Dbug75018.phpt2 Bug #75018 Data corruption when reading fields of bit type
H A Dbug34810.phpt32 …/* 1048 - Column 'a' cannot be null, 1263 - Data truncated; NULL supplied to NOT NULL column 'a' a…
/PHP-7.4/ext/fileinfo/tests/
H A Dbug77961.magic26 >>&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Data: GCOV coverage report
/PHP-7.4/
H A Dphp.ini-development616 ; Data Handling ;
H A Dphp.ini-production616 ; Data Handling ;
/PHP-7.4/ext/exif/
H A Dexif.c2690 result->bits_per_sample = Data[2]; in exif_process_SOFn()
2691 result->height = php_jpg_get16(Data+3); in exif_process_SOFn()
2692 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
2693 result->num_components = Data[7]; in exif_process_SOFn()
3819 uchar *Data; in exif_scan_JPEG_header() local
3885 Data = ImageInfo->file.list[sn].data; in exif_scan_JPEG_header()
3888 Data[0] = (uchar)lh; in exif_scan_JPEG_header()
3889 Data[1] = (uchar)ll; in exif_scan_JPEG_header()
3908 Data = ImageInfo->file.list[sn].data; in exif_scan_JPEG_header()
3922 exif_process_COM(ImageInfo, (char *)Data, itemlen); in exif_scan_JPEG_header()
[all …]
/PHP-7.4/ext/xml/tests/
H A Dxml_parser_set_option_variation3.phpt22 return "Some Ascii Data";
176 Arg value Some Ascii Data
/PHP-7.4/ext/standard/tests/strings/
H A Dstr_ireplace.phpt41 $Data = "Change tracking and management software designed to watch
44 var_dump($Data = str_ireplace("\r\n", "<br>", $Data));
45 var_dump($Data = str_ireplace("\n", "<br>", $Data));
/PHP-7.4/ext/standard/tests/array/
H A Darray_uintersect_assoc_variation5.phpt6 …es of arr1 that have values which are present in all the other arguments. Data is compared by usin…
H A Darray_uintersect_variation1.phpt6 …es of arr1 that have values which are present in all the other arguments. Data is compared by usin…
H A Darray_uintersect_variation2.phpt6 …es of arr1 that have values which are present in all the other arguments. Data is compared by usin…
H A Darray_uintersect_variation4.phpt6 …es of arr1 that have values which are present in all the other arguments. Data is compared by usin…
H A Darray_uintersect_variation5.phpt6 …es of arr1 that have values which are present in all the other arguments. Data is compared by usin…
/PHP-7.4/ext/gd/tests/
H A Dbug75111.phpt23 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
/PHP-7.4/tests/classes/
H A D__set_data_corrupt.phpt2 ZE2 Data corruption in __set

Completed in 73 milliseconds

123