Home
last modified time | relevance | path

Searched refs:desc (Results 26 – 42 of 42) sorted by relevance

12

/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c959 if (m->desc[0] == '\0') in apprentice_magic_strength()
1014 ml->magic[magindex].desc, in apprentice_list()
1246 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary()
1250 if (p && (p == me[i].mp->desc || in set_text_binary()
2202 for (i = 0; (m->desc[i++] = *l++) != '\0' && i < sizeof(m->desc); ) in parse()
2204 if (i == sizeof(m->desc)) { in parse()
2205 m->desc[sizeof(m->desc) - 1] = '\0'; in parse()
2309 if (*m->desc == '\0') { in parse_extra()
2586 for (ptr = m->desc; *ptr; ptr++) in check_format()
2615 file_names[m->type], m->desc); in check_format()
[all …]
H A Dprint.c220 (void) fprintf(stderr, ",\"%s\"]\n", m->desc); in file_mdump()
H A Dfile.h339 char desc[MAXDESC]; /* description */ member
/PHP-8.2/ext/oci8/tests/
H A Ddb_op_1.phpt42 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
H A Dlob_018.phpt56 $query = 'select * from lob_018_tab order by mykey desc';
/PHP-8.2/ext/standard/tests/assert/
H A Dassert_variation.phpt25 static function assert($file, $line, $unused, $desc)
27 echo "Class assertion failed $line, \"$desc\"\n";
/PHP-8.2/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt15 function test($desc, $str, $expected, $convmap, $encoding) {
17 echo $desc, ": ", varDumpToString($str), " => ", varDumpToString($result);
24 function testNonAscii($desc, $str, $expected, $convmap, $encoding) {
26 echo $desc, ": ", bin2hex($str), " => ", bin2hex($result);
/PHP-8.2/win32/
H A Dcodepage.h40 char *desc; member
/PHP-8.2/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt34 …function mysqli_get_client_stats_assert_eq($field, $current, $expected, &$test_counter, $desc = ""…
40 $test_counter, $desc,
47 $test_counter, $desc,
54 $test_counter, $desc,
62 …function mysqli_get_client_stats_assert_gt($field, $current, $expected, &$test_counter, $desc = ""…
68 $test_counter, $desc,
75 $test_counter, $desc, $field,
/PHP-8.2/ext/phar/
H A Dphar.c2403 phar_zip_data_desc desc; in phar_postprocess_file() local
2424 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file()
2425 (char *) &desc, sizeof(desc))) { in phar_postprocess_file()
2429 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') { in phar_postprocess_file()
2430 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2433 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
/PHP-8.2/ext/exif/
H A Dexif.c1379 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug() local
1380 if (desc) { in exif_get_tagname_debug()
1381 return desc; in exif_get_tagname_debug()
1388 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key() local
1389 if (desc) { in exif_get_tagname_key()
1390 return desc; in exif_get_tagname_key()
/PHP-8.2/ext/oci8/
H A Doci8_statement.c1473 php_oci_descriptor *desc; in php_oci_bind_out_callback() local
1487 PHP_OCI_ZVAL_TO_DESCRIPTOR_EX(tmp, desc); in php_oci_bind_out_callback()
1488 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch3123 " with `%s'", file, line, desc, def);
3151 + if (*m->desc)
3164 - if (*m->desc) {
3166 + if (print && *m->desc) {
3189 + if (*m->desc)
3200 - if (*m->desc) {
3204 if (print && *m->desc) {
3301 file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
/PHP-8.2/ext/odbc/
H A Dphp_odbc.c1142 UCHAR server_name[100], desc[200]; in PHP_FUNCTION() local
1166 desc, in PHP_FUNCTION()
1167 (SQLSMALLINT)sizeof(desc), in PHP_FUNCTION()
1188 add_assoc_string_ex(return_value, "description", sizeof("description")-1, (char *) desc); in PHP_FUNCTION()
/PHP-8.2/sapi/fpm/tests/
H A Dtester.inc439 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];
470 $this->masterProcess = proc_open($cmd, $desc, $pipes, null, $envVars);
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic16557 # shall contain the profileDescriptionTag "desc" , copyrightTag "cprt"
16569 # look also for profileDescriptionTag "desc"
16570 >>>132 search/508 desc
16571 # look further for TextDescriptionType "desc" signature
16572 >>>>(&0.L) string =desc
30968 # Binary sqtroff font/desc files...
H A Dmagic私はガラスを食べられます16557 # shall contain the profileDescriptionTag "desc" , copyrightTag "cprt"
16569 # look also for profileDescriptionTag "desc"
16570 >>>132 search/508 desc
16571 # look further for TextDescriptionType "desc" signature
16572 >>>>(&0.L) string =desc
30968 # Binary sqtroff font/desc files...

Completed in 301 milliseconds

12