Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 25 of 39) sorted by relevance

12

/PHP-7.0/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 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.0/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c114 XMLRPC_AddValueToVector(vector, sm->desc); in describe_method()
199 if(sm && sm->desc) { in xi_system_method_signature_cb()
258 if(sm && sm->desc) { in xi_system_method_help_cb()
289 if(id || desc) { in describeValue_worker()
316 const char* desc = NULL; in xml_element_to_method_description() local
333 desc = attr_iter->val; in xml_element_to_method_description()
364 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description()
502 if(server && desc) { in XMLRPC_ServerAddIntrospectionData()
515 if(sm->desc) { in XMLRPC_ServerAddIntrospectionData()
516 XMLRPC_CleanupValue(sm->desc); in XMLRPC_ServerAddIntrospectionData()
[all …]
H A Dxmlrpc_introspection.h90 int XMLRPC_ServerAddIntrospectionData(XMLRPC_SERVER server, XMLRPC_VALUE desc);
H A Dxmlrpc_private.h151 XMLRPC_VALUE desc; member
/PHP-7.0/ext/standard/tests/strings/
H A Dhttp_build_query_variation1.phpt16 protected $sort = 'desc,name';
23 $obj->sort = 'desc,name';
29 name=homepage&page=1&sort=desc%2Cname
H A Dhttp_build_query_variation3.phpt18 "sort" => "desc,admin",
26 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
27 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
H A Dhttp_build_query_variation2.phpt23 "desc",
38 0=20&5=13&9%5B1%5D=val1&9%5B3%5D=val2&9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&s…
39 …5B3%5D=val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0…
/PHP-7.0/ext/pdo/
H A Dpdo_sqlstate.c33 const char *desc; member
332 return info->desc; in pdo_sqlstate_state_to_description()
/PHP-7.0/sapi/cli/tests/
H A Dbug74600.phpt16 $desc = array(
22 $proc = proc_open("$php -c $ini_file -r 'echo \"okey\";'", $desc, $pipes);
H A D023.phpt24 $desc = array(
30 $proc = proc_open("$php -c $ini_file -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
H A D022.phpt21 $desc = array(
27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
/PHP-7.0/ext/com_dotnet/
H A Dcom_com.c356 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
372 desc ? desc : "Unknown"); in php_com_invoke_helper()
376 desc ? desc : "Unknown"); in php_com_invoke_helper()
378 if (desc) { in php_com_invoke_helper()
379 efree(desc); in php_com_invoke_helper()
391 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
392 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper()
393 LocalFree(desc); in php_com_invoke_helper()
407 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
408 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper()
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_product_variation1.phpt23 foreach ($types as $desc => $type) {
24 echo $desc . "\n";
/PHP-7.0/ext/wddx/tests/
H A Dbug35410.phpt34 <string>desc</string>
70 string(4) "desc"
H A Dbug35410_64bit.phpt34 <string>desc</string>
70 string(4) "desc"
/PHP-7.0/ext/standard/tests/file/
H A Dbug72035.phpt24 $desc = array(0 => array("pipe", "r"));
25 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());
/PHP-7.0/sapi/phpdbg/
H A Dcreate-test.php102 $desc = trim(fgets(STDIN)); variable
122 $desc
/PHP-7.0/sapi/fpm/tests/
H A Dinclude.inc34 $desc = [];
36 $desc = [1 => array('pipe', 'w')];
41 … TERM; '.get_fpm_path().' -F -O -y '.$cfg.' '.$extra_args.' 2>&1 & child=$!; wait', $desc, $pipes);
/PHP-7.0/ext/xml/tests/
H A Dbug26614.phpt74 foreach ($xmls as $desc => $xml) {
75 echo "$desc\n";
H A Dbug26614_libxml.phpt74 foreach ($xmls as $desc => $xml) {
75 echo "$desc\n";
/PHP-7.0/ext/enchant/tests/
H A Dbroker_describe.phpt22 …if ((isset($provider[$counter]['name']) && isset($provider[$counter]['desc']) && isset($provider[$…
/PHP-7.0/ext/enchant/
H A Denchant.c173 const char * const desc, in ZEND_GET_MODULE()
183 add_assoc_string(&tmp_array, "desc", (char *)desc); in ZEND_GET_MODULE()
197 const char * const desc, in describe_dict_fn() argument
205 add_assoc_string(zdesc, "desc", (char *)desc); in describe_dict_fn()
303 const char * const desc, in __enumerate_providers_fn() argument
307 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapprentice.c857 if (m->desc[0] == '\0') in apprentice_magic_strength()
912 ml->magic[magindex].desc, in apprentice_list()
1140 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary()
1144 if (p && (p == me[i].mp->desc || in set_text_binary()
2057 for (i = 0; (m->desc[i++] = *l++) != '\0' && i < sizeof(m->desc); ) in parse()
2059 if (i == sizeof(m->desc)) { in parse()
2060 m->desc[sizeof(m->desc) - 1] = '\0'; in parse()
2158 if (*m->desc == '\0') { in parse_extra()
2396 for (ptr = m->desc; *ptr; ptr++) in check_format()
2425 file_names[m->type], m->desc); in check_format()
[all …]
H A Dsoftmagic.c110 const char *ptr = fmtcheck(m->desc, def); in file_fmtcheck()
114 " with `%s'", file, line, m->desc, def); in file_fmtcheck()
118 #define F(a, b, c) fmtcheck((b)->desc, (c))
120 #define F(a, b, c) ((b)->desc)
235 if (*m->desc) { in match()
325 if (*m->desc) { in match()
342 && *m->desc) { in match()
353 if (*m->desc) in match()
387 if (strchr(m->desc, '%') == NULL) in check_fmt()
395 rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt()
[all …]

Completed in 62 milliseconds

12