/PHP-7.2/ext/oci8/tests/ |
H A D | bug70700.phpt | 38 $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 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_2.phpt | 43 …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');
|
/PHP-7.2/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc_introspection.c | 111 XMLRPC_AddValueToVector(vector, sm->desc); in describe_method() 196 if(sm && sm->desc) { in xi_system_method_signature_cb() 255 if(sm && sm->desc) { in xi_system_method_help_cb() 286 if(id || desc) { in describeValue_worker() 313 const char* desc = NULL; in xml_element_to_method_description() local 330 desc = attr_iter->val; in xml_element_to_method_description() 361 …xReturn = describeValue_worker(ptype, name, (desc ? desc : (xSubList ? NULL : el->text.str)), opti… in xml_element_to_method_description() 499 if(server && desc) { in XMLRPC_ServerAddIntrospectionData() 512 if(sm->desc) { in XMLRPC_ServerAddIntrospectionData() 513 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
|
/PHP-7.2/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 | 14 "sort" => "desc,admin", 22 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5 23 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-7.2/ext/pdo/ |
H A D | pdo_sqlstate.c | 33 const char *desc; member 332 return info->desc; in pdo_sqlstate_state_to_description()
|
/PHP-7.2/win32/ |
H A D | cp_enc_map_gen.c | 9 char *desc; member 213 while (cur->desc != NULL) { in main()
|
/PHP-7.2/sapi/cli/tests/ |
H A D | bug74600.phpt | 16 $desc = array( 22 $proc = proc_open("$php -c $ini_file -r 'echo \"okey\";'", $desc, $pipes);
|
H A D | 023.phpt | 24 $desc = array( 30 $proc = proc_open("$php -c $ini_file -r 'echo ini_get(\"memory_limit\");'", $desc, $pipes);
|
H A D | 022.phpt | 21 $desc = array( 27 $proc = proc_open("$php -n " . escapeshellarg($test_file), $desc, $pipes);
|
/PHP-7.2/ext/com_dotnet/ |
H A D | com_com.c | 358 char *source = NULL, *desc = NULL, *msg = NULL; in php_com_invoke_helper() local 374 desc ? desc : "Unknown"); in php_com_invoke_helper() 378 desc ? desc : "Unknown"); in php_com_invoke_helper() 380 if (desc) { in php_com_invoke_helper() 381 efree(desc); in php_com_invoke_helper() 393 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper() 394 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper() 395 LocalFree(desc); in php_com_invoke_helper() 409 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper() 410 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper() [all …]
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | array_product_variation1.phpt | 23 foreach ($types as $desc => $type) { 24 echo $desc . "\n";
|
/PHP-7.2/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-7.2/ext/standard/tests/file/ |
H A D | bug72035.phpt | 24 $desc = array(0 => array("pipe", "r")); 25 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());
|
/PHP-7.2/sapi/phpdbg/ |
H A D | create-test.php | 102 $desc = trim(fgets(STDIN)); variable 122 $desc
|
/PHP-7.2/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-7.2/ext/enchant/tests/ |
H A D | broker_describe.phpt | 22 …if ((isset($provider[$counter]['name']) && isset($provider[$counter]['desc']) && isset($provider[$…
|
/PHP-7.2/ext/enchant/ |
H A D | enchant.c | 173 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.2/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 128 const char *ptr = fmtcheck(m->desc, def); in file_fmtcheck() 132 " with `%s'", file, line, m->desc, def); in file_fmtcheck() 136 #define F(a, b, c) fmtcheck((b)->desc, (c)) 138 #define F(a, b, c) ((b)->desc) 252 if (*m->desc) { in match() 349 if (*m->desc) { in match() 366 && *m->desc) { in match() 386 if (*m->desc) in match() 420 if (strchr(m->desc, '%') == NULL) in check_fmt() 428 rv = !pcre_exec(pce, re_extra, m->desc, strlen(m->desc), 0, re_options, NULL, 0); in check_fmt() [all …]
|