/php-src/ext/curl/tests/ |
H A D | bug27023.phpt | 2 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 D | curl_file_upload.phpt | 17 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 D | curl_string_file_upload.phpt | 16 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 D | bug80595.phpt | 16 curl_setopt($ch, CURLOPT_POSTFIELDS, ['foo' => 'bar']); 19 curl_setopt($ch, CURLOPT_POSTFIELDS, []);
|
H A D | bug79741.phpt | 2 Bug #79741: curl_setopt CURLOPT_POSTFIELDS asserts on object with declared properties 13 curl_setopt($ch, CURLOPT_POSTFIELDS, new Test);
|
H A D | curl_postfields_array.phpt | 2 CURLOPT_POSTFIELDS with multi-value fields 33 CURLOPT_POSTFIELDS => $fields,
|
H A D | curl_copy_handle_variation5.phpt | 19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params)); 27 var_dump(curl_setopt($ch2, CURLOPT_POSTFIELDS, $params));
|
H A D | curl_basic_025.phpt | 22 curl_setopt($ch, CURLOPT_POSTFIELDS, "data");
|
H A D | curl_file_upload_stream.phpt | 17 var_dump(curl_setopt($ch, CURLOPT_POSTFIELDS, $params));
|
H A D | bug77711.phpt | 19 var_dump(curl_setopt($ch, CURLOPT_POSTFIELDS, $params));
|
H A D | bug79033.phpt | 13 CURLOPT_POSTFIELDS => [],
|
H A D | curl_copy_handle_variation3.phpt | 19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
|
H A D | bug55767.phpt | 19 curl_setopt($ch, CURLOPT_POSTFIELDS, array('Hello'=>'World','Foo'=>'Bar',100=>'John Doe'));
|
H A D | curl_copy_handle_basic_002.phpt | 21 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
|
H A D | curl_copy_handle_basic_005.phpt | 22 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
|
H A D | curl_basic_003.phpt | 22 curl_setopt($ch, CURLOPT_POSTFIELDS, "Hello=World&Foo=Bar&Person=John%20Doe");
|
H A D | curl_copy_handle_variation4.phpt | 19 var_dump(curl_setopt($ch1, CURLOPT_POSTFIELDS, $params));
|
H A D | curl_copy_handle_basic_007.phpt | 18 …curl_setopt($ch, CURLOPT_POSTFIELDS, array("Hello" => "World", "Foo" => "Bar", "Person" => "John D…
|
/php-src/ext/curl/ |
H A D | curl.stub.php | 255 const CURLOPT_POSTFIELDS = UNKNOWN; define
|
H A D | interface.c | 2187 case CURLOPT_POSTFIELDS: in _php_curl_setopt() 2192 curl_easy_setopt(ch->cp, CURLOPT_POSTFIELDS, ""); in _php_curl_setopt()
|
H A D | curl_arginfo.h | 272 REGISTER_LONG_CONSTANT("CURLOPT_POSTFIELDS", CURLOPT_POSTFIELDS, CONST_PERSISTENT); in register_curl_symbols()
|