Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 25 of 37) sorted by path

12

/php-src/ext/com_dotnet/
H A Dcom_com.c343 char *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
378 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
379 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper()
380 php_win32_error_msg_free(desc); in php_com_invoke_helper()
394 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
395 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper()
396 php_win32_error_msg_free(desc); in php_com_invoke_helper()
/php-src/ext/enchant/
H A Denchant.c107 const char * const desc, in ZEND_GET_MODULE()
117 add_assoc_string(&tmp_array, "desc", (char *)desc); in ZEND_GET_MODULE()
126 const char * const desc, in describe_dict_fn() argument
134 add_assoc_string(zdesc, "desc", (char *)desc); in describe_dict_fn()
224 const char * const desc, in __enumerate_providers_fn() argument
228 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
/php-src/ext/enchant/tests/
H A Dbroker_describe.phpt36 …if ((isset($provider[$counter]['name']) && isset($provider[$counter]['desc']) && isset($provider[$…
/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/fileinfo/
H A Dlibmagic.patch2999 " with `%s'", file, line, desc, def);
3115 rval = file_printf(ms, F(ms, desc, "%s"), file_printable(ms,
3151 file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1022 if (m->desc[0] == '\0') { in file_magic_strength()
1032 if (m[i].desc[0] != '\0') in file_magic_strength()
1066 if (m->desc[0] == '\0') in file_magic_strength()
1120 && *ml->magic[mi].desc) in apprentice_list()
1130 ml->magic[descindex].desc, in apprentice_list()
1373 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary()
2350 for (i = 0; (m->desc[i++] = *l++) != '\0' && i < sizeof(m->desc); ) in parse()
2352 if (i == sizeof(m->desc)) { in parse()
2353 m->desc[sizeof(m->desc) - 1] = '\0'; in parse()
2463 if (*m->desc == '\0') { in parse_extra()
[all …]
H A Dfile.h362 char desc[MAXDESC]; /* description */ member
H A Dprint.c240 (void) fprintf(stderr, ",\"%s\"]\n", m->desc); in file_mdump()
H A Dsoftmagic.c166 if (strchr(desc, '%') == NULL) in file_fmtcheck()
167 return desc; in file_fmtcheck()
169 ptr = fmtcheck(desc, def); in file_fmtcheck()
312 if (*m->desc) { in match()
421 if (*m->desc) { in match()
424 if (print && *m->desc) { in match()
598 const char *desc; in mprint() local
602 desc = m->desc; in mprint()
604 desc = ebuf; in mprint()
739 switch (check_fmt(ms, desc)) { in mprint()
[all …]
/php-src/ext/fileinfo/tests/
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...
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...
/php-src/ext/gd/tests/
H A Dbug79676.phpt7 function test($image, $desc)
9 echo "$desc - Test Result: ",
/php-src/ext/ldap/tests/
H A Dldap_controls.phpt28 ldap_modify($link, "o=test,$base", ['description' => 'desc'],
42 …oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(description=desc)']]])
105 string(4) "desc"
128 string(4) "desc"
/php-src/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);
H A Dmb_decode_numericentity_large_ints.phpt17 function test($desc, $str, $expected, $convmap, $encoding) {
19 echo $desc, ": ", varDumpToString($str), " => ", varDumpToString($result);
26 function testNonAscii($desc, $str, $expected, $convmap, $encoding) {
28 echo $desc, ": ", bin2hex($str), " => ", bin2hex($result);
/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/odbc/
H A Dphp_odbc.c1273 UCHAR server_name[100], desc[200]; in PHP_FUNCTION() local
1296 desc, in PHP_FUNCTION()
1297 (SQLSMALLINT)sizeof(desc), in PHP_FUNCTION()
1318 add_assoc_string_ex(return_value, "description", sizeof("description")-1, (char *) desc); in PHP_FUNCTION()
/php-src/ext/pdo/
H A Dpdo_sqlstate.c29 const char *desc; member
326 return info->desc; in pdo_sqlstate_state_to_description()
/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/standard/
H A Dproc_open.c787 if (desc->childend == NULL) { in set_proc_descriptor_to_blackhole()
793 if (desc->childend < 0) { in set_proc_descriptor_to_blackhole()
819 desc->mode_flags = O_RDWR; in set_proc_descriptor_to_pty()
852 desc->parentend = newpipe[1]; in set_proc_descriptor_to_pipe()
853 desc->childend = newpipe[0]; in set_proc_descriptor_to_pipe()
854 desc->mode_flags = O_WRONLY; in set_proc_descriptor_to_pipe()
856 desc->parentend = newpipe[0]; in set_proc_descriptor_to_pipe()
857 desc->childend = newpipe[1]; in set_proc_descriptor_to_pipe()
858 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe()
861 desc->parentend = make_descriptor_cloexec(desc->parentend); in set_proc_descriptor_to_pipe()
[all …]
/php-src/ext/standard/tests/array/
H A Darray_product_variation1.phpt16 foreach ($types as $desc => $type) {
17 echo $desc, "\n";
/php-src/ext/standard/tests/assert/
H A Dassert.phpt11 function a($file, $line, $unused, $desc)
13 echo "assertion failed $line,\"$desc\"\n";
18 static function assert($file, $line, $unused, $desc)
20 echo "class assertion failed $line,\"$desc\"\n";
H A Dassert03.phpt11 function a($file, $line, $unused, $desc)
13 echo "assertion failed - a - $line,\"$desc\"\n";
16 function b($file, $line, $unused, $desc)
18 echo "assertion failed - b - $line,\"$desc\"\n";
H A Dassert_variation.phpt25 static function assert($file, $line, $unused, $desc)
27 echo "Class assertion failed $line, \"$desc\"\n";
/php-src/ext/standard/tests/file/
H A Dbug72035.phpt23 $desc = array(0 => array("pipe", "r"));
24 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());

Completed in 262 milliseconds

12