Home
last modified time | relevance | path

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

123

/PHP-7.3/tests/func/
H A D010.phpt11 $boundary = 16*1024-16;
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-7.3/tests/basic/
H A Drfc1867_invalid_boundary.phpt2 rfc1867 invalid boundary
6 Content-Type: multipart/form-data; boundary="foobar
18 Warning: Invalid boundary in multipart/form-data POST data in %s
H A Drfc1867_boundary_1.phpt2 rfc1867 boundary 1
6 Content-Type: multipart/form-data; boundary="------------------------------------foobar"
H A Drfc1867_boundary_2.phpt2 rfc1867 boundary 2
6 Content-Type: multipart/form-data; boundary=------------------------------------foo, bar
H A Drfc1867_missing_boundary.phpt2 rfc1867 missing boundary
18 Warning: Missing boundary in multipart/form-data POST data in %s
H A Drfc1867_missing_boundary_2.phpt2 rfc1867 missing boundary 2
7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A Drfc1867_garbled_mime_headers.phpt7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A Drfc1867_malicious_input.phpt7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D032.phpt6 Content-Type: multipart/form-data; boundary=BVoyv, charset=iso-8859-1
H A Drfc1867_post_max_size.phpt6 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D030.phpt6 Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
H A Drfc1867_file_upload_disabled.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 Denable_post_data_reading_02.phpt6 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
H A D029.phpt15 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
/PHP-7.3/main/
H A Drfc1867.c228 char *boundary; member
302 spprintf(&self->boundary, 0, "--%s", boundary); in multipart_buffer_new()
399 if (!strcmp(line, boundary)) { in find_boundary()
728 if (!boundary) {
734 if (boundary) {
735 boundary = content_type_dup + (boundary - content_type_lcase);
740 if (!boundary || !(boundary = strchr(boundary, '='))) {
745 boundary++;
748 if (boundary[0] == '"') {
749 boundary++;
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Dmax_variation1.phpt10 echo "\n*** Testing boundary conditions ***\n";
25 *** Testing boundary conditions ***
H A Dmin_variation1.phpt10 echo "\n*** Testing boundary conditions ***\n";
25 *** Testing boundary conditions ***
/PHP-7.3/ext/iconv/tests/
H A Dbug63839.phpt16 boundary="----=_NextPart_000_0070_01CDE03C.F3AFD9A0"
41 string(75) "multipart/alternative; boundary="----=_NextPart_000_0070_01CDE03C.F3AFD9A0""
63 string(75) "multipart/alternative; boundary="----=_NextPart_000_0070_01CDE03C.F3AFD9A0""
/PHP-7.3/sapi/tests/
H A Dtest006.phpt5 Content-Type=multipart/form-data; boundary=---------------------------240723202011929
10 CONTENT_TYPE=multipart/form-data; boundary=---------------------------240723202011929
/PHP-7.3/ext/exif/tests/
H A Dbug72627.phpt11 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
15 Warning: exif_read_data(%s): Thumbnail goes IFD boundary or end of file reached in %sbug72627.php o…
H A Dbug76423.phpt13 Warning: exif_read_data(%s.jpg): Thumbnail goes IFD boundary or end of file reached in %s on line %d
/PHP-7.3/ext/mysqli/tests/
H A Dbug38710.phpt2 Bug #38710 (data leakage because of nonexisting boundary checking in statements)
/PHP-7.3/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

Completed in 34 milliseconds

123