Home
last modified time | relevance | path

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

1234

/PHP-8.1/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-8.1/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
/PHP-8.1/main/
H A Drfc1867.c216 char *boundary; member
286 spprintf(&self->boundary, 0, "--%s", boundary); in multipart_buffer_new()
383 if (!strcmp(line, boundary)) { in find_boundary()
718 if (!boundary) {
724 if (boundary) {
725 boundary = content_type_dup + (boundary - content_type_lcase);
730 if (!boundary || !(boundary = strchr(boundary, '='))) {
735 boundary++;
738 if (boundary[0] == '"') {
739 boundary++;
[all …]
/PHP-8.1/ext/standard/tests/array/
H A Dmax_variation1.phpt9 echo "\n*** Testing boundary conditions ***\n";
24 *** Testing boundary conditions ***
H A Dmin_variation1.phpt9 echo "\n*** Testing boundary conditions ***\n";
24 *** Testing boundary conditions ***
/PHP-8.1/ext/iconv/tests/
H A Dbug63839.phpt14 boundary="----=_NextPart_000_0070_01CDE03C.F3AFD9A0"
38 string(75) "multipart/alternative; boundary="----=_NextPart_000_0070_01CDE03C.F3AFD9A0""
60 string(75) "multipart/alternative; boundary="----=_NextPart_000_0070_01CDE03C.F3AFD9A0""
/PHP-8.1/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.phpt10 Warning: exif_read_data(%s.jpg): Thumbnail goes IFD boundary or end of file reached in %s on line %d
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_014.phpt19 Content-Type: multipart/form-data; boundary=---------123456789
38 Content-Type: multipart/form-data; boundary=---------123456789
/PHP-8.1/ext/standard/tests/file/
H A Dbug81145.phpt24 //Create file and append random content at the 4GB boundary
40 //Seek to 4 GB boundary, as this is the location where the problem occurs
/PHP-8.1/Zend/asm/
H A Dmake_ppc32_sysv_macho_gas.S84 ; shift address in R3 to lower 16 byte boundary
/PHP-8.1/ext/opcache/tests/jit/
H A Dmul_003.phpt2 JIT MUL: 003 boundary value for optmizing MUL to SHIFT
/PHP-8.1/ext/mysqli/tests/
H A Dbug38710.phpt2 Bug #38710 (data leakage because of nonexisting boundary checking in statements)
/PHP-8.1/Zend/tests/
H A Dgh11138.phpt4 Content-type: multipart/form-data, boundary=AaB03x

Completed in 172 milliseconds

1234