Searched refs:boundary (Results 1 – 25 of 81) sorted by relevance
1234
/PHP-8.2/tests/func/ |
H A D | 010.phpt | 11 $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.2/tests/basic/ |
H A D | rfc1867_invalid_boundary.phpt | 2 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 D | GHSA-9pqp-7h25-4f32.phpt | 27 $boundary = str_repeat('A', $boundaryLen); 29 . "--$boundary\r\n" 32 . "BBB\r\n--" . substr($boundary, 0, -1) . "CCC\r\n" 33 . "--$boundary--\r\n" 38 'CONTENT_TYPE' => "multipart/form-data; boundary=$boundary",
|
H A D | rfc1867_boundary_1.phpt | 2 rfc1867 boundary 1 6 Content-Type: multipart/form-data; boundary="------------------------------------foobar"
|
H A D | rfc1867_boundary_2.phpt | 2 rfc1867 boundary 2 6 Content-Type: multipart/form-data; boundary=------------------------------------foo, bar
|
H A D | rfc1867_missing_boundary.phpt | 2 rfc1867 missing boundary 18 Warning: Missing boundary in multipart/form-data POST data in %s
|
H A D | rfc1867_missing_boundary_2.phpt | 2 rfc1867 missing boundary 2 7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
|
H A D | rfc1867_garbled_mime_headers.phpt | 7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
|
H A D | rfc1867_malicious_input.phpt | 7 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
|
H A D | 032.phpt | 6 Content-Type: multipart/form-data; boundary=BVoyv, charset=iso-8859-1
|
H A D | rfc1867_post_max_size.phpt | 6 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
|
H A D | 030.phpt | 6 Content-Type: multipart/form-data; boundary=BVoyv; charset=iso-8859-1
|
H A D | rfc1867_file_upload_disabled.phpt | 6 Content-Type: multipart/form-data; boundary=---------------------------20896060251896012921717172737
|
/PHP-8.2/main/ |
H A D | rfc1867.c | 217 char *boundary; member 287 spprintf(&self->boundary, 0, "--%s", boundary); in multipart_buffer_new() 384 if (!strcmp(line, boundary)) { in find_boundary() 719 if (!boundary) { 725 if (boundary) { 726 boundary = content_type_dup + (boundary - content_type_lcase); 731 if (!boundary || !(boundary = strchr(boundary, '='))) { 736 boundary++; 739 if (boundary[0] == '"') { 740 boundary++; [all …]
|
/PHP-8.2/ext/standard/tests/array/ |
H A D | max_variation1.phpt | 9 echo "\n*** Testing boundary conditions ***\n"; 24 *** Testing boundary conditions ***
|
H A D | min_variation1.phpt | 9 echo "\n*** Testing boundary conditions ***\n"; 24 *** Testing boundary conditions ***
|
/PHP-8.2/ext/iconv/tests/ |
H A D | bug63839.phpt | 14 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.2/ext/exif/tests/ |
H A D | bug72627.phpt | 11 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 D | bug76423.phpt | 10 Warning: exif_read_data(%s.jpg): Thumbnail goes IFD boundary or end of file reached in %s on line %d
|
/PHP-8.2/sapi/cli/tests/ |
H A D | php_cli_server_014.phpt | 19 Content-Type: multipart/form-data; boundary=---------123456789 38 Content-Type: multipart/form-data; boundary=---------123456789
|
/PHP-8.2/ext/standard/tests/file/ |
H A D | bug81145.phpt | 24 //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.2/Zend/asm/ |
H A D | make_ppc32_sysv_macho_gas.S | 84 ; shift address in R3 to lower 16 byte boundary
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | bug38710.phpt | 2 Bug #38710 (data leakage because of nonexisting boundary checking in statements)
|
/PHP-8.2/Zend/tests/ |
H A D | gh11138.phpt | 4 Content-type: multipart/form-data, boundary=AaB03x
|
/PHP-8.2/ext/opcache/tests/jit/ |
H A D | mul_003.phpt | 2 JIT MUL: 003 boundary value for optmizing MUL to SHIFT
|
Completed in 28 milliseconds
1234