Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 207) sorted by last modified time

123456789

/PHP-5.5/tests/lang/
H A Dbug45392.phpt23 Fatal error: Allowed memory size of %d bytes exhausted%s
/PHP-5.5/tests/basic/
H A D025.phpt14 Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on l…
H A Drfc1867_post_max_size.phpt20 Warning: POST Content-Length of %d bytes exceeds the limit of 1 bytes in %s
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch314 + smart_str_appends(&s, "\r\nAccept-Ranges: bytes\r\n");
328 - "Content-Range: bytes %ld-%ld/%d\r\nContent-Length: %ld\r\n",
333 + smart_str_appends(&s, "Content-Range: bytes ");
844 - /* Format the bytes. */
846 - (void) my_snprintf( bytes, sizeof(bytes),
849 - (void) strcpy( bytes, "-" );
893 - hc->status, bytes, hc->referer, hc->useragent );
901 - hc->status, bytes, hc->referer, hc->useragent );
1343 ** to mmap them, other systems dislike mallocing zero bytes.
1862 /* Is there room in our buffer to read more bytes? */
[all …]
/PHP-5.5/sapi/webjames/
H A Dwebjames.c48 int bytes; in sapi_webjames_ub_write() local
50 if (bytes<0) { in sapi_webjames_ub_write()
55 return bytes; in sapi_webjames_ub_write()
57 str += bytes; in sapi_webjames_ub_write()
58 str_length -= bytes; in sapi_webjames_ub_write()
59 totalbytes += bytes; in sapi_webjames_ub_write()
71 int bytes; in sapi_webjames_send_header() local
72 bytes = webjames_writebuffer(WG(conn), header, len); in sapi_webjames_send_header()
73 if (bytes<0) { in sapi_webjames_send_header()
80 header += bytes; in sapi_webjames_send_header()
[all …]
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in403 ; - %{bytes}M (default)
/PHP-5.5/
H A Dphp.ini-development221 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
255 ; outputs chunks that are few hundreds bytes each as a result of
1051 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1222 ; bytes.
1484 ; How many bytes to read from the file.
1582 ; Given either in percentages (per-file), or in bytes
H A Dphp.ini-production221 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
255 ; outputs chunks that are few hundreds bytes each as a result of
1051 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1217 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1222 ; bytes.
1484 ; How many bytes to read from the file.
1582 ; Given either in percentages (per-file), or in bytes
/PHP-5.5/main/
H A Drfc1867.c607 static int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes, int *end TSRMLS_DC) in multipart_buffer_read() argument
613 if (bytes > self->bytes_in_buffer) { in multipart_buffer_read()
628 len = max < bytes-1 ? max : bytes-1; in multipart_buffer_read()
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_basic2.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation1.phpt17 //seek forwards 20 bytes.
H A Dgzseek_variation4.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation5.phpt18 //seek forwards 20 bytes.
H A Dgzseek_variation6.phpt13 // move 40 bytes
14 echo "move 40 bytes\n";
30 move 40 bytes
H A Dgztell_basic2.phpt18 echo "bytes written=".gzwrite($h, str_repeat(b'1', $size))."\n";;
28 bytes written=7
30 bytes written=22
32 bytes written=54
34 bytes written=17
36 bytes written=27
38 bytes written=15
40 bytes written=1000
H A Dbug_34821.phpt8 // test 50 bytes to 50k
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt34 Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate 2147483648 bytes)…
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61115-1.phpt17 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dproc_open_bug60120.phpt2 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes
H A Dproc_open_bug64438.phpt2 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes
H A Dstream_get_meta_data_socket_variation1.phpt26 echo "\n\nRead 3 bytes of data from the client:\n";
78 Read 3 bytes of data from the client:
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug67072_2.phpt37 Notice: unserialize(): Error at offset 26 of 66 bytes in %s on line 4
49 Notice: unserialize(): Error at offset 24 of 25 bytes in %s on line 9
54 Notice: unserialize(): Error at offset 26 of 27 bytes in %s on line 9
68 Notice: unserialize(): Error at offset 17 of 18 bytes in %s on line 9
H A Dbug68044.phpt11 Notice: unserialize(): Error at offset 32 of 33 bytes in %s%ebug68044.php on line 2
H A Dbug68545.phpt9 Notice: unserialize(): Error at offset %d of %d bytes in %sbug68545.php on line %d

Completed in 44 milliseconds

123456789