/php-src/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-src/tests/basic/ |
H A D | rfc1867_invalid_boundary.phpt | 2 rfc1867 invalid boundary 6 Content-Type: multipart/form-data; boundary="foobar 18 Warning: PHP Request Startup: 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: PHP Request Startup: 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
|
/php-src/ext/standard/tests/http/request_parse_body/ |
H A D | invalid_boundary.phpt | 2 request_parse_body() with multipart and invalid boundary 6 Content-Type: multipart/form-data; boundary="foobar 21 RequestParseBodyException: Invalid boundary in multipart/form-data POST data
|
H A D | multipart_missing_boundary.phpt | 2 request_parse_body() with multipart and missing boundary 23 RequestParseBodyException: Missing boundary in multipart/form-data POST data
|
/php-src/ext/random/tests/03_randomizer/methods/ |
H A D | getFloat_error.phpt | 19 ] as $boundary) { 20 echo $boundary->name, PHP_EOL; 23 var_dump(randomizer()->getFloat(NAN, 0.0, $boundary)); 29 var_dump(randomizer()->getFloat(INF, 0.0, $boundary)); 35 var_dump(randomizer()->getFloat(-INF, 0.0, $boundary)); 41 var_dump(randomizer()->getFloat(0.0, NAN, $boundary)); 47 var_dump(randomizer()->getFloat(0.0, INF, $boundary)); 53 var_dump(randomizer()->getFloat(0.0, -INF, $boundary)); 59 var_dump(randomizer()->getFloat(0.0, -0.1, $boundary)); 65 var_dump(randomizer()->getFloat(0.0, 0.0, $boundary)); [all …]
|
/php-src/ext/standard/tests/array/range/ |
H A D | range_inputs_null_variations.phpt | 10 echo "null with int boundary\n"; 14 echo "null with float boundary\n"; 18 echo "null with string boundary\n"; 34 null with int boundary 67 null with float boundary 96 null with string boundary
|
/php-src/main/ |
H A D | rfc1867.c | 195 char *boundary; member 265 spprintf(&self->boundary, 0, "--%s", boundary); in multipart_buffer_new() 362 if (!strcmp(line, boundary)) { in find_boundary() 709 if (!boundary) { 715 if (boundary) { 716 boundary = content_type_dup + (boundary - content_type_lcase); 721 if (!boundary || !(boundary = strchr(boundary, '='))) { 726 boundary++; 729 if (boundary[0] == '"') { 730 boundary++; [all …]
|
/php-src/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-src/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-src/ext/dom/tests/modern/html/encoding/ |
H A D | HTMLDocument_encoding_edge_case_02.phpt | 12 // Create a UTF-8 string where a UTF-8 byte sequence falls over the boundary of the 4096 byte buffer 13 // *and* the sequence also falls over the boundary for the result
|
/php-src/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…
|
/php-src/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-src/ext/bcmath/tests/ |
H A D | bcround_floor.phpt | 11 ========== non-boundary value ==========
|
H A D | bcround_toward_zero.phpt | 11 ========== non-boundary value ==========
|
H A D | bcround_away_from_zero.phpt | 11 ========== non-boundary value ==========
|
H A D | bcround_ceiling.phpt | 11 ========== non-boundary value ==========
|
H A D | bcround_half_down.phpt | 11 ========== non-boundary value ==========
|
H A D | bcround_half_even.phpt | 11 ========== non-boundary value ==========
|
H A D | bcround_half_odd.phpt | 11 ========== non-boundary value ==========
|