Home
last modified time | relevance | path

Searched refs:boundary (Results 1 – 25 of 63) sorted by relevance

123

/PHP-5.5/tests/func/
H A D010.phpt11 $boundary = 64*1024;
12 $limit = $boundary+42;
42 test($v'.dechex($boundary).", '".dechex($boundary).'\'); //boundary
43 test($v'.dechex($boundary+1).", '".dechex($boundary+1).'\'); //boundary+1
44 test($v'.dechex($boundary-1).", '".dechex($boundary-1).'\'); //boundary-1
/PHP-5.5/tests/basic/
H A Drfc1867_invalid_boundary.phpt2 rfc1867 invalid boundary
8 Content-Type: multipart/form-data; boundary="foobar
20 Warning: Invalid boundary in multipart/form-data POST data in %s
H A Drfc1867_boundary_1.phpt2 rfc1867 boundary 1
8 Content-Type: multipart/form-data; boundary="------------------------------------foobar"
H A Drfc1867_boundary_2.phpt2 rfc1867 boundary 2
8 Content-Type: multipart/form-data; boundary=------------------------------------foo, bar
H A Drfc1867_missing_boundary.phpt2 rfc1867 missing boundary
20 Warning: Missing boundary in multipart/form-data POST data in %s
H A Drfc1867_missing_boundary_2.phpt2 rfc1867 missing boundary 2
9 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D032.phpt6 Content-Type: multipart/form-data; boundary=BVoyv, charset=iso-8859-1
H A D030.phpt6 Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
H A Drfc1867_garbled_mime_headers.phpt9 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A Drfc1867_malicious_input.phpt9 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A Drfc1867_post_max_size.phpt8 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A Denable_post_data_reading_02.phpt6 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D021.phpt7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D031.phpt6 Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
H A Drfc1867_file_upload_disabled.phpt8 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D029.phpt15 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
/PHP-5.5/main/
H A Drfc1867.c218 char *boundary; member
292 spprintf(&self->boundary, 0, "--%s", boundary); in multipart_buffer_new()
389 if (!strcmp(line, boundary)) { in find_boundary()
716 if (!boundary) {
722 if (boundary) {
723 boundary = content_type_dup + (boundary - content_type_lcase);
728 if (!boundary || !(boundary = strchr(boundary, '='))) {
733 boundary++;
736 if (boundary[0] == '"') {
737 boundary++;
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Dmax_variation1.phpt10 echo "\n*** Testing boundary conditions ***\n";
26 *** Testing boundary conditions ***
H A Dmin_variation1.phpt10 echo "\n*** Testing boundary conditions ***\n";
26 *** Testing boundary conditions ***
/PHP-5.5/sapi/tests/
H A Dtest006.phpt5 Content-Type=multipart/form-data; boundary=---------------------------240723202011929
10 CONTENT_TYPE=multipart/form-data; boundary=---------------------------240723202011929
H A Dtest007.phpt5 Content-Type=multipart/form-data; boundary=---------------------------240723202011929
/PHP-5.5/ext/mysqli/tests/
H A Dbug38710.phpt2 Bug #38710 (data leakage because of nonexisting boundary checking in statements)
/PHP-5.5/sapi/cli/tests/
H A Dphp_cli_server_014.phpt28 Content-Type: multipart/form-data; boundary=---------123456789
47 Content-Type: multipart/form-data; boundary=---------123456789
/PHP-5.5/ext/mbstring/tests/
H A Dmb_strcut_missing_boundary_check.phpt2 mb_strcut() missing boundary check.
/PHP-5.5/ext/standard/tests/file/
H A Dis_uploaded_file_basic.phpt6 Content-type: multipart/form-data, boundary=AaB03x

Completed in 102 milliseconds

123