Home
last modified time | relevance | path

Searched refs:desc (Results 1 – 25 of 32) sorted by last modified time

12

/PHP-5.5/sapi/cli/tests/
H A D022.phpt21 $desc = array(
27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
/PHP-5.5/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
H A Dxmlrpc.c2398 if(sm->desc) { in XMLRPC_ServerDestroy()
2399 XMLRPC_CleanupValue(sm->desc); in XMLRPC_ServerDestroy()
2447 sm->desc = NULL; in XMLRPC_ServerRegisterMethod()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c137 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()
/PHP-5.5/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-5.5/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-5.5/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_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…
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
/PHP-5.5/ext/standard/tests/array/
H A Darray_product_variation1.phpt23 foreach ($types as $desc => $type) {
24 echo $desc . "\n";
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5598 unsigned char desc; /* True for DESC. False for ASC. */ member
H A Dsqlite3.c5805 unsigned char desc; /* True for DESC. False for ASC. */ member
117816 p->aOrderBy[i].desc);
118149 pIdxOrderBy[i].desc = pOrderBy->a[i].sortOrder;
134627 if( pOrder->desc ){
139053 && pInfo->aOrderBy[0].desc==0
155407 && pIdxInfo->aOrderBy[0].desc==0
155411 && pIdxInfo->aOrderBy[0].desc==0
155413 && pIdxInfo->aOrderBy[1].desc==0
/PHP-5.5/ext/phar/
H A Dphar.c2422 phar_zip_data_desc desc; local
2443 if (sizeof(desc) != php_stream_read(phar_get_entrypfp(idata->internal_file TSRMLS_CC),
2444 (char *) &desc, sizeof(desc))) {
2448 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') {
2449 memcpy(&(local.crc32), &(desc.crc32), 12);
2452 memcpy(&(local.crc32), &desc, 12);
/PHP-5.5/ext/pdo/
H A Dpdo_sqlstate.c33 const char *desc; member
336 return (*info)->desc; in pdo_sqlstate_state_to_description()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1556 UCHAR server_name[100], desc[200]; in PHP_FUNCTION() local
1578 desc, in PHP_FUNCTION()
1579 (SQLSMALLINT)sizeof(desc), in PHP_FUNCTION()
1596 add_assoc_string_ex(return_value, "description", sizeof("description"), desc, 1); in PHP_FUNCTION()
/PHP-5.5/ext/oci8/tests/
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-5.5/ext/oci8/
H A Doci8_statement.c1275 php_oci_descriptor *desc; in php_oci_bind_out_callback() local
1289 PHP_OCI_ZVAL_TO_DESCRIPTOR_EX(*tmp, desc); in php_oci_bind_out_callback()
1290 desc->lob_size = -1; /* force OCI8 to update cached size */ in php_oci_bind_out_callback()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt33 …function mysqli_get_client_stats_assert_eq($field, $current, $expected, &$test_counter, $desc = ""…
39 $test_counter, $desc,
46 $test_counter, $desc,
53 $test_counter, $desc,
61 …function mysqli_get_client_stats_assert_gt($field, $current, $expected, &$test_counter, $desc = ""…
67 $test_counter, $desc,
74 $test_counter, $desc, $field,
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c1072 FT_Pos desc; local
1074 if ( (desc = (slot->metrics.height - slot->metrics.horiBearingY)) > yd) {
1075 yd = desc;
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic16534 # Binary sqtroff font/desc files...

Completed in 379 milliseconds

12