Home
last modified time | relevance | path

Searched refs:CURLOPT_POSTFIELDS (Results 1 – 21 of 21) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dbug27023.phpt2 Bug #27023 (CURLOPT_POSTFIELDS does not parse content types for files)
19 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
24 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
29 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
34 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
H A Dcurl_file_upload.phpt17 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
36 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
42 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
52 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
57 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
62 curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
H A Dcurl_string_file_upload.phpt16 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
40 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
47 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $new));
52 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
58 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
68 curl_setopt($ch, CURLOPT_POSTFIELDS, array("file" => $file));
H A Dbug80595.phpt16 curl_setopt($ch, CURLOPT_POSTFIELDS, ['foo' => 'bar']);
19 curl_setopt($ch, CURLOPT_POSTFIELDS, []);
H A Dbug79741.phpt2 Bug #79741: curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties
13 curl_setopt($ch, CURLOPT_POSTFIELDS, new Test);
H A Dcurl_postfields_array.phpt2 CURLOPT_POSTFIELDS with multi-value fields
33 CURLOPT_POSTFIELDS => $fields,
H A Dcurl_copy_handle_variation5.phpt19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
27 var_dump(curl_setopt($ch2, CURLOPT_POSTFIELDS, $params));
H A Dcurl_basic_025.phpt22 curl_setopt($ch, CURLOPT_POSTFIELDS, "data");
H A Dbug77711.phpt19 var_dump(curl_setopt($ch, CURLOPT_POSTFIELDS, $params));
H A Dbug79033.phpt13 CURLOPT_POSTFIELDS => [],
H A Dcurl_file_upload_stream.phpt20 var_dump(curl_setopt($ch, CURLOPT_POSTFIELDS, $params));
H A Dcurl_copy_handle_variation3.phpt19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
H A Dbug55767.phpt19 curl_setopt($ch, CURLOPT_POSTFIELDS, array('Hello'=>'World','Foo'=>'Bar',100=>'John Doe'));
H A Dcurl_copy_handle_basic_002.phpt21 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
H A Dcurl_copy_handle_basic_005.phpt22 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
H A Dcurl_basic_003.phpt22 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
H A Dcurl_copy_handle_variation4.phpt19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
H A Dcurl_copy_handle_basic_007.phpt18 …curl_setopt($ch, CURLOPT_POSTFIELDS, array("Hello" => "World", "Foo" => "Bar", "Person" => "John D…
/PHP-8.3/ext/curl/
H A Dcurl.stub.php253 const CURLOPT_POSTFIELDS = UNKNOWN; define
H A Dinterface.c2247 case CURLOPT_POSTFIELDS: in _php_curl_setopt()
2252 curl_easy_setopt(ch->cp, CURLOPT_POSTFIELDS, ""); in _php_curl_setopt()
H A Dcurl_arginfo.h283 REGISTER_LONG_CONSTANT("CURLOPT_POSTFIELDS", CURLOPT_POSTFIELDS, CONST_PERSISTENT); in register_curl_symbols()

Completed in 34 milliseconds