Home
last modified time | relevance | path

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

12345

/php-src/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-src/tests/basic/
H A Drfc1867_invalid_boundary.phpt2 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 DGHSA-9pqp-7h25-4f32.phpt27 $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 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: PHP Request Startup: 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
/php-src/ext/standard/tests/http/request_parse_body/
H A Dinvalid_boundary.phpt2 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 Dmultipart_missing_boundary.phpt2 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 DgetFloat_error.phpt19 ] 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 Drange_inputs_null_variations.phpt10 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 Drfc1867.c195 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 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-src/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-src/ext/dom/tests/modern/html/encoding/
H A DHTMLDocument_encoding_edge_case_02.phpt12 // 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 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…
/php-src/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-src/ext/bcmath/tests/
H A Dbcround_floor.phpt11 ========== non-boundary value ==========
H A Dbcround_toward_zero.phpt11 ========== non-boundary value ==========
H A Dbcround_away_from_zero.phpt11 ========== non-boundary value ==========
H A Dbcround_ceiling.phpt11 ========== non-boundary value ==========
H A Dbcround_half_down.phpt11 ========== non-boundary value ==========
H A Dbcround_half_even.phpt11 ========== non-boundary value ==========
H A Dbcround_half_odd.phpt11 ========== non-boundary value ==========

Completed in 37 milliseconds

12345