Home
last modified time | relevance | path

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

12

/php-src/win32/
H A Dcodepage.h40 char *desc; member
/php-src/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-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt31 …function mysqli_get_client_stats_assert_eq($field, $current, $expected, &$test_counter, $desc = ""…
37 $test_counter, $desc,
44 $test_counter, $desc,
51 $test_counter, $desc,
59 …function mysqli_get_client_stats_assert_gt($field, $current, $expected, &$test_counter, $desc = ""…
65 $test_counter, $desc,
72 $test_counter, $desc, $field,
/php-src/ext/fileinfo/libmagic/
H A Dprint.c240 (void) fprintf(stderr, ",\"%s\"]\n", m->desc); in file_mdump()
H A Dfile.h362 char desc[MAXDESC]; /* description */ member
/php-src/ext/phar/
H A Dphar.c2392 phar_zip_data_desc desc; in phar_postprocess_file() local
2413 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file()
2414 (char *) &desc, sizeof(desc))) { in phar_postprocess_file()
2418 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') { in phar_postprocess_file()
2419 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2422 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
/php-src/ext/exif/
H A Dexif.c1367 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug() local
1368 if (desc) { in exif_get_tagname_debug()
1369 return desc; in exif_get_tagname_debug()
1376 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key() local
1377 if (desc) { in exif_get_tagname_key()
1378 return desc; in exif_get_tagname_key()
/php-src/ext/odbc/
H A Dphp_odbc.c1235 UCHAR server_name[100], desc[200]; in PHP_FUNCTION() local
1258 desc, in PHP_FUNCTION()
1259 (SQLSMALLINT)sizeof(desc), in PHP_FUNCTION()
1280 add_assoc_string_ex(return_value, "description", sizeof("description")-1, (char *) desc); in PHP_FUNCTION()
/php-src/sapi/fpm/tests/
H A Dtester.inc521 $desc = $this->outDesc ? [] : [1 => array('pipe', 'w'), 2 => array('redirect', 1)];
552 $this->masterProcess = proc_open($cmd, $desc, $pipes, null, $envVars);
/php-src/ext/fileinfo/
H A Dlibmagic.patch2969 " with `%s'", file, line, desc, def);
3085 rval = file_printf(ms, F(ms, desc, "%s"), file_printable(ms,
3121 file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます14897 # 2nd desc. (optional 0-terminated maximal 32) like:
18317 # shall contain the profileDescriptionTag "desc" , copyrightTag "cprt"
18329 # look also for profileDescriptionTag "desc"
18330 >>>132 search/508 desc
18331 # look further for TextDescriptionType "desc" signature
18332 >>>>(&0.L) string =desc
35860 # Binary sqtroff font/desc files...
H A Dmagic14897 # 2nd desc. (optional 0-terminated maximal 32) like:
18317 # shall contain the profileDescriptionTag "desc" , copyrightTag "cprt"
18329 # look also for profileDescriptionTag "desc"
18330 >>>132 search/508 desc
18331 # look further for TextDescriptionType "desc" signature
18332 >>>>(&0.L) string =desc
35860 # Binary sqtroff font/desc files...

Completed in 211 milliseconds

12