Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c362 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
378 desc ? desc : "Unknown"); in php_com_invoke_helper()
382 desc ? desc : "Unknown"); in php_com_invoke_helper()
384 if (desc) { in php_com_invoke_helper()
385 efree(desc); in php_com_invoke_helper()
397 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
398 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper()
399 php_win32_error_msg_free(desc); in php_com_invoke_helper()
413 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
414 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper()
[all …]
/PHP-7.4/ext/enchant/
H A Denchant.c171 const char * const desc, in ZEND_GET_MODULE()
181 add_assoc_string(&tmp_array, "desc", (char *)desc); in ZEND_GET_MODULE()
195 const char * const desc, in describe_dict_fn() argument
203 add_assoc_string(zdesc, "desc", (char *)desc); in describe_dict_fn()
301 const char * const desc, in __enumerate_providers_fn() argument
305 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
/PHP-7.4/ext/enchant/tests/
H A Dbroker_describe.phpt39 …if ((isset($provider[$counter]['name']) && isset($provider[$counter]['desc']) && isset($provider[$…
/PHP-7.4/ext/exif/
H A Dexif.c1408 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_debug() local
1409 if (desc) { in exif_get_tagname_debug()
1410 return desc; in exif_get_tagname_debug()
1417 char *desc = zend_hash_index_find_ptr(exif_get_tag_ht(tag_table), tag_num); in exif_get_tagname_key() local
1418 if (desc) { in exif_get_tagname_key()
1419 return desc; in exif_get_tagname_key()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3284 " with `%s'", file, line, desc, def);
3374 rval = file_printf(ms, F(ms, desc, "%s"),
3415 - file_printf(ms, F(ms, m->desc, "%u"), offset) == -1)
3418 + file_printf(ms, F(ms, m->desc, "%u"), offset) == -1) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c922 if (m->desc[0] == '\0') in apprentice_magic_strength()
977 ml->magic[magindex].desc, in apprentice_list()
1206 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary()
1210 if (p && (p == me[i].mp->desc || in set_text_binary()
2145 for (i = 0; (m->desc[i++] = *l++) != '\0' && i < sizeof(m->desc); ) in parse()
2147 if (i == sizeof(m->desc)) { in parse()
2148 m->desc[sizeof(m->desc) - 1] = '\0'; in parse()
2246 if (*m->desc == '\0') { in parse_extra()
2519 for (ptr = m->desc; *ptr; ptr++) in check_format()
2548 file_names[m->type], m->desc); in check_format()
[all …]
H A Dfile.h324 char desc[MAXDESC]; /* description */ member
H A Dprint.c212 (void) fprintf(stderr, ",\"%s\"]\n", m->desc); in file_mdump()
H A Dsoftmagic.c156 if (strchr(desc, '%') == NULL) in file_fmtcheck()
157 return desc; in file_fmtcheck()
159 ptr = fmtcheck(desc, def); in file_fmtcheck()
286 if (*m->desc) in match()
301 if (print && *m->desc) { in match()
392 if (*m->desc) in match()
402 if (print && *m->desc) { in match()
557 const char *desc; in mprint() local
561 desc = m->desc; in mprint()
563 desc = ebuf; in mprint()
[all …]
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic15188 # shall contain the profileDescriptionTag "desc" , copyrightTag "cprt"
15200 # look also for profileDescriptionTag "desc"
15201 >>>132 search/508 desc
15202 # look further for TextDescriptionType "desc" signature
15203 >>>>(&0.L) string =desc
26286 # Binary sqtroff font/desc files...
H A Dmagic私はガラスを食べられます15188 # shall contain the profileDescriptionTag "desc" , copyrightTag "cprt"
15200 # look also for profileDescriptionTag "desc"
15201 >>>132 search/508 desc
15202 # look further for TextDescriptionType "desc" signature
15203 >>>>(&0.L) string =desc
26286 # Binary sqtroff font/desc files...
/PHP-7.4/ext/gd/tests/
H A Dbug79676.phpt9 function test($image, $desc)
11 echo "$desc - Test Result: ",
/PHP-7.4/ext/ldap/tests/
H A Dldap_controls.phpt27 ldap_modify($link, "o=test,$base", ['description' => 'desc'],
41 …oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(description=desc)']]])
103 string(4) "desc"
125 string(4) "desc"
/PHP-7.4/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-7.4/ext/oci8/
H A Doci8_statement.c1466 php_oci_descriptor *desc; in php_oci_bind_out_callback() local
1480 PHP_OCI_ZVAL_TO_DESCRIPTOR_EX(tmp, desc); in php_oci_bind_out_callback()
1481 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt38 $desc = oci_new_descriptor($c, OCI_D_LOB);
42 $desc->save($string1);
44 $desc->close();
69 $desc = oci_new_descriptor($c, OCI_D_LOB);
73 $desc->save($string2);
75 $desc->close();
100 $desc = oci_new_descriptor($c, OCI_D_LOB);
104 $desc->save($string3);
106 $desc->close();
135 $desc->save($string4);
[all …]
H A Ddb_op_1.phpt41 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
H A Ddb_op_2.phpt43 …select dbop_name from v$sql_monitor where dbop_name like \'db_op_2%\' order by dbop_exec_id desc');
49 …text, dbop_name from v$sql_monitor where sql_text like \'%dboptest%\' order by dbop_exec_id desc');
H A Dlob_018.phpt54 $query = 'select * from lob_018_tab order by mykey desc';
H A Dlob_041.phpt26 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
27 oci_define_by_name($s, "C1", $desc);
32 oci_free_descriptor($desc);
37 $desc = oci_new_descriptor($c, OCI_DTYPE_LOB);
38 oci_define_by_name($s, "C1", $desc);
43 oci_free_descriptor($desc);
44 var_dump($desc);
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1574 UCHAR server_name[100], desc[200]; in PHP_FUNCTION() local
1598 desc, in PHP_FUNCTION()
1599 (SQLSMALLINT)sizeof(desc), in PHP_FUNCTION()
1620 add_assoc_string_ex(return_value, "description", sizeof("description")-1, desc); in PHP_FUNCTION()
/PHP-7.4/ext/pdo/
H A Dpdo_sqlstate.c31 const char *desc; member
330 return info->desc; in pdo_sqlstate_state_to_description()
/PHP-7.4/ext/phar/
H A Dphar.c2358 phar_zip_data_desc desc; in phar_postprocess_file() local
2379 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file), in phar_postprocess_file()
2380 (char *) &desc, sizeof(desc))) { in phar_postprocess_file()
2384 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') { in phar_postprocess_file()
2385 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2388 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
/PHP-7.4/ext/standard/tests/array/
H A Darray_product_variation1.phpt23 foreach ($types as $desc => $type) {
24 echo $desc . "\n";
/PHP-7.4/ext/standard/tests/file/
H A Dbug72035.phpt24 $desc = array(0 => array("pipe", "r"));
25 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());

Completed in 222 milliseconds

12