Home
last modified time | relevance | path

Searched refs:post (Results 26 – 50 of 58) sorted by relevance

123

/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_057.phpt2 Type change in pre/post-increment (use-after-free)
/PHP-7.4/ext/curl/tests/responder/
H A Dget.inc4 case 'post':
/PHP-7.4/ext/curl/tests/
H A Dcurl_copy_handle_variation3.phpt2 curl_copy_handle() allows to post CURLFile multiple times
H A Dcurl_CURLOPT_READDATA.phpt14 $url = $host . '/get.inc?test=post';
H A Dcurl_copy_handle_variation4.phpt2 curl_copy_handle() allows to post CURLFile multiple times with curl_multi_exec()
H A Dcurl_copy_handle_variation5.phpt2 curl_copy_handle() allows to post CURLFile multiple times if postfields change
H A Dcurl_file_upload.phpt55 curl_setopt($ch, CURLOPT_URL, "{$host}/get.inc?test=post");
/PHP-7.4/ext/session/tests/
H A Drfc1867_disabled.phpt30 rfc1867-tests-post
H A Drfc1867_disabled_2.phpt30 rfc1867-tests-post
H A Drfc1867_no_name.phpt30 rfc1867-tests-post
H A Drfc1867_sid_only_cookie_2.phpt27 rfc1867-tests-post
H A Drfc1867_cleanup.phpt31 rfc1867-tests-post
H A Drfc1867.phpt31 rfc1867-tests-post
H A Drfc1867_sid_cookie.phpt30 rfc1867-tests-post
H A Drfc1867_sid_get.phpt28 rfc1867-tests-post
H A Drfc1867_sid_get_2.phpt30 rfc1867-tests-post
H A Drfc1867_sid_only_cookie.phpt30 rfc1867-tests-post
H A Drfc1867_sid_post.phpt2 session rfc1867 sid post
H A Drfc1867_inter.phpt31 rfc1867-tests-post
/PHP-7.4/
H A Drun-tests.php2315 $raw_lines = explode("\n", $post);
2348 $post = trim($section_text['PUT']);
2349 $raw_lines = explode("\n", $post);
2383 $content_length = strlen($post);
2384 save_text($tmp_post, $post);
2400 $post = gzencode($post, 9, FORCE_GZIP);
2403 save_text($tmp_post, $post);
2404 $content_length = strlen($post);
2414 $post = gzcompress($post, 9);
2416 save_text($tmp_post, $post);
[all …]
/PHP-7.4/ext/curl/
H A Dphp_curl.h172 zend_llist post; member
H A Dinterface.c1786 static void curl_free_post(void **post) in curl_free_post() argument
1789 curl_mime_free((curl_mime *)*post); in curl_free_post()
1791 curl_formfree((struct HttpPost *)*post); in curl_free_post()
2316 zend_llist_clean(&ch->to_free->post); in build_mime_structure_from_hash()
2319 zend_llist_add_element(&ch->to_free->post, &mime); in build_mime_structure_from_hash()
2322 zend_llist_add_element(&ch->to_free->post, &first); in build_mime_structure_from_hash()
2991 char *post = NULL; in _php_curl_setopt()
2995 post = estrndup(ZSTR_VAL(str), ZSTR_LEN(str)); in _php_curl_setopt()
2996 zend_llist_add_element(&ch->to_free->str, &post); in _php_curl_setopt()
2998 curl_easy_setopt(ch->cp, CURLOPT_POSTFIELDS, post); in _php_curl_setopt()
[all …]
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
/PHP-7.4/docs/
H A Dinput-filter.md9 implemented as a SAPI hook and is called from the `treat_data` and post handler
/PHP-7.4/sapi/litespeed/
H A DREADME.md201 For support questions, please post to the free support

Completed in 45 milliseconds

123