/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 114 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 D | xmlrpc_introspection.h | 90 int XMLRPC_ServerAddIntrospectionData(XMLRPC_SERVER server, XMLRPC_VALUE desc);
|
H A D | xmlrpc_private.h | 151 XMLRPC_VALUE desc; member
|
H A D | xmlrpc.c | 2398 if(sm->desc) { in XMLRPC_ServerDestroy() 2399 XMLRPC_CleanupValue(sm->desc); in XMLRPC_ServerDestroy() 2447 sm->desc = NULL; in XMLRPC_ServerRegisterMethod()
|
/PHP-5.6/ext/oci8/tests/ |
H A D | lob_041.phpt | 26 $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);
|
H A D | db_op_1.phpt | 45 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
|
H A D | db_op_2.phpt | 45 …'select dbop_name from v$sql_monitor where dbop_name like \'db_op2%\' order by dbop_exec_id desc');
|
H A D | lob_018.phpt | 54 $query = 'select * from lob_018_tab order by mykey desc';
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | http_build_query_variation1.phpt | 16 protected $sort = 'desc,name'; 23 $obj->sort = 'desc,name'; 29 name=homepage&page=1&sort=desc%2Cname
|
H A D | http_build_query_variation3.phpt | 18 "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 D | http_build_query_variation2.phpt | 23 "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-5.6/ext/pdo/ |
H A D | pdo_sqlstate.c | 33 const char *desc; member 336 return (*info)->desc; in pdo_sqlstate_state_to_description()
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_product_variation1.phpt | 23 foreach ($types as $desc => $type) { 24 echo $desc . "\n";
|
/PHP-5.6/ext/wddx/tests/ |
H A D | bug35410.phpt | 34 <string>desc</string> 70 string(4) "desc"
|
H A D | bug35410_64bit.phpt | 34 <string>desc</string> 70 string(4) "desc"
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_com.c | 351 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local 367 desc ? desc : "Unknown"); in php_com_invoke_helper() 371 desc ? desc : "Unknown"); in php_com_invoke_helper() 373 if (desc) { in php_com_invoke_helper() 374 efree(desc); in php_com_invoke_helper() 386 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper() 387 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper() 388 LocalFree(desc); in php_com_invoke_helper() 402 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper() 403 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper() [all …]
|
/PHP-5.6/sapi/cli/tests/ |
H A D | 022.phpt | 21 $desc = array( 27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 213 if (*m->desc) { in match() 303 if (*m->desc) { in match() 320 && *m->desc) { in match() 331 if (*m->desc) in match() 364 if (strchr(m->desc, '%') == NULL) in check_fmt() 371 rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt() 517 if (file_printf(ms, F(m->desc, "%s"), in mprint() 528 if (file_printf(ms, F(m->desc, "%s"), in mprint() 537 if (file_printf(ms, F(m->desc, "%s"), in mprint() 546 if (file_printf(ms, F(m->desc, "%s"), in mprint() [all …]
|
H A D | apprentice.c | 785 if (m->desc[0] == '\0') in apprentice_magic_strength() 839 ml->magic[magindex].desc, in apprentice_list() 1067 me[i].mp->desc[0] ? me[i].mp->desc : "(no description)", in set_text_binary() 1070 char *p = strstr(me[i].mp->desc, text); in set_text_binary() 1071 if (p && (p == me[i].mp->desc || in set_text_binary() 1939 for (i = 0; (m->desc[i++] = *l++) != '\0' && i < sizeof(m->desc); ) in parse() 1941 if (i == sizeof(m->desc)) { in parse() 1942 m->desc[sizeof(m->desc) - 1] = '\0'; in parse() 2225 for (ptr = m->desc; *ptr; ptr++) in check_format() 2254 file_names[m->type], m->desc); in check_format() [all …]
|
/PHP-5.6/sapi/fpm/tests/ |
H A D | include.inc | 28 $desc = []; 30 $desc = [1 => array('pipe', 'w')]; 35 … TERM; '.get_fpm_path().' -F -O -y '.$cfg.' '.$extra_args.' 2>&1 & child=$!; wait', $desc, $pipes);
|
/PHP-5.6/ext/enchant/tests/ |
H A D | broker_describe.phpt | 18 if (!(isset($backend['name']) && isset($backend['desc']) && isset($backend['file']))) {
|
/PHP-5.6/ext/xml/tests/ |
H A D | bug26614.phpt | 74 foreach ($xmls as $desc => $xml) { 75 echo "$desc\n";
|
H A D | bug26614_libxml.phpt | 74 foreach ($xmls as $desc => $xml) { 75 echo "$desc\n";
|
/PHP-5.6/ext/enchant/ |
H A D | enchant.c | 179 const char * const desc, in ZEND_GET_MODULE() 190 add_assoc_string(tmp_array, "desc", (char *)desc, 1); in ZEND_GET_MODULE() 204 const char * const desc, in describe_dict_fn() argument 212 add_assoc_string(zdesc, "desc", (char *)desc, 1); in describe_dict_fn() 306 const char * const desc, in __enumerate_providers_fn() argument 310 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
|
/PHP-5.6/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 137 ZEND_ARG_INFO(0, desc) 1211 zval *handle, *desc; in PHP_FUNCTION() local 1215 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ra", &handle, &desc) == FAILURE) { in PHP_FUNCTION() 1222 XMLRPC_VALUE xDesc = PHP_to_XMLRPC(desc TSRMLS_CC); in PHP_FUNCTION()
|