Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/standard/tests/http/http_build_query/
H A Dhttp_build_query_variation3.phpt9 "sort" => "desc,admin",
17 name=main+page&sort=desc%2Cadmin&equation=10+%2B+10+-+5
18 name=main%20page&sort=desc%2Cadmin&equation=10%20%2B%2010%20-%205
H A Dhttp_build_query_variation1.phpt11 protected $sort = 'desc,name';
18 $obj->sort = 'desc,name';
24 name=homepage&page=1&sort=desc%2Cname
H A Dhttp_build_query_variation2.phpt18 "desc",
33 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…
34 …5B3%5D=val2&prefix_9%5Bstring%5D=string&name=homepage&page=10&sort%5B0%5D=desc&sort%5Badmin%5D%5B0…
/PHP-8.2/ext/standard/
H A Dproc_open.c711 if (desc->childend == NULL) { in set_proc_descriptor_to_blackhole()
717 if (desc->childend < 0) { in set_proc_descriptor_to_blackhole()
743 desc->mode_flags = O_RDWR; in set_proc_descriptor_to_pty()
776 desc->parentend = newpipe[1]; in set_proc_descriptor_to_pipe()
777 desc->childend = newpipe[0]; in set_proc_descriptor_to_pipe()
778 desc->mode_flags = O_WRONLY; in set_proc_descriptor_to_pipe()
780 desc->parentend = newpipe[0]; in set_proc_descriptor_to_pipe()
781 desc->childend = newpipe[1]; in set_proc_descriptor_to_pipe()
782 desc->mode_flags = O_RDONLY; in set_proc_descriptor_to_pipe()
785 desc->parentend = make_descriptor_cloexec(desc->parentend); in set_proc_descriptor_to_pipe()
[all …]
/PHP-8.2/ext/standard/tests/assert/
H A Dassert03.phpt11 function a($file, $line, $unused, $desc)
13 echo "assertion failed - a - $line,\"$desc\"\n";
16 function b($file, $line, $unused, $desc)
18 echo "assertion failed - b - $line,\"$desc\"\n";
H A Dassert.phpt11 function a($file, $line, $unused, $desc)
13 echo "assertion failed $line,\"$desc\"\n";
18 static function assert($file, $line, $unused, $desc)
20 echo "class assertion failed $line,\"$desc\"\n";
/PHP-8.2/ext/pdo/
H A Dpdo_sqlstate.c29 const char *desc; member
326 return info->desc; in pdo_sqlstate_state_to_description()
/PHP-8.2/win32/
H A Dcp_enc_map_gen.c9 char *desc; member
213 while (cur->desc != NULL) { in main()
/PHP-8.2/sapi/cli/tests/
H A Dbug74600.phpt17 $desc = array(
23 $proc = proc_open("$php -c $ini_file_escaped -r 'echo \"okey\";'", $desc, $pipes);
H A D023.phpt25 $desc = array(
31 $proc = proc_open("$php -c $ini_file_escaped -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-8.2/ext/gd/tests/
H A Dbug79676.phpt7 function test($image, $desc)
9 echo "$desc - Test Result: ",
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c163 if (strchr(desc, '%') == NULL) in file_fmtcheck()
164 return desc; in file_fmtcheck()
166 ptr = fmtcheck(desc, def); in file_fmtcheck()
309 if (*m->desc) { in match()
418 if (*m->desc) { in match()
421 if (print && *m->desc) { in match()
595 const char *desc; in mprint() local
599 desc = m->desc; in mprint()
601 desc = ebuf; in mprint()
736 switch (check_fmt(ms, desc)) { in mprint()
[all …]
/PHP-8.2/ext/standard/tests/file/
H A Dbug72035.phpt23 $desc = array(0 => array("pipe", "r"));
24 $proc = proc_open($cmd, $desc, $pipes, getcwd(), array());
/PHP-8.2/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt17 function test($desc, $str, $expected, $convmap, $encoding) {
19 echo $desc, ": ", varDumpToString($str), " => ", varDumpToString($result);
26 function testNonAscii($desc, $str, $expected, $convmap, $encoding) {
28 echo $desc, ": ", bin2hex($str), " => ", bin2hex($result);
/PHP-8.2/ext/standard/tests/array/
H A Darray_product_variation1.phpt16 foreach ($types as $desc => $type) {
17 echo $desc, "\n";
/PHP-8.2/sapi/phpdbg/
H A Dcreate-test.php100 $desc = trim(fgets(STDIN)); variable
120 $desc
/PHP-8.2/ext/standard/tests/general_functions/
H A Darray_is_list.phpt6 function test_is_list(string $desc, $val) : void {
8 printf("%s: %s\n", $desc, json_encode(array_is_list($val)));
10 printf("%s: threw %s\n", $desc, $e->getMessage());
/PHP-8.2/ext/ldap/tests/
H A Dldap_controls.phpt28 ldap_modify($link, "o=test,$base", ['description' => 'desc'],
42 …oid' => LDAP_CONTROL_ASSERT, 'iscritical' => TRUE, 'value' => ['filter' => '(description=desc)']]])
105 string(4) "desc"
128 string(4) "desc"
/PHP-8.2/ext/xml/tests/
H A Dbug26614.phpt75 foreach ($xmls as $desc => $xml) {
76 echo "$desc\n";
H A Dbug26614_libxml_gte2_11.phpt76 foreach ($xmls as $desc => $xml) {
77 echo "$desc\n";
H A Dbug26614_libxml_pre2_11.phpt76 foreach ($xmls as $desc => $xml) {
77 echo "$desc\n";
/PHP-8.2/ext/enchant/
H A Denchant.c107 const char * const desc, in ZEND_GET_MODULE()
117 add_assoc_string(&tmp_array, "desc", (char *)desc); in ZEND_GET_MODULE()
126 const char * const desc, in describe_dict_fn() argument
134 add_assoc_string(zdesc, "desc", (char *)desc); in describe_dict_fn()
224 const char * const desc, in __enumerate_providers_fn() argument
228 php_info_print_table_row(3, name, desc, file); in __enumerate_providers_fn()
/PHP-8.2/ext/enchant/tests/
H A Dbroker_describe.phpt36 …if ((isset($provider[$counter]['name']) && isset($provider[$counter]['desc']) && isset($provider[$…
/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c343 char *desc = NULL, *msg = NULL; in php_com_invoke_helper() local
378 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
379 spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc); in php_com_invoke_helper()
380 php_win32_error_msg_free(desc); in php_com_invoke_helper()
394 desc = php_win32_error_to_msg(hr); in php_com_invoke_helper()
395 spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc); in php_com_invoke_helper()
396 php_win32_error_msg_free(desc); in php_com_invoke_helper()

Completed in 49 milliseconds

12