Home
last modified time | relevance | path

Searched refs:bytes (Results 176 – 200 of 207) sorted by path

123456789

/PHP-5.5/ext/standard/tests/serialize/
H A Dbug67072.phpt11 Notice: unserialize(): Error at offset 24 of 64 bytes in %sbug67072.php on line %d
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
H A Dserialization_error_002.phpt46 Notice: unserialize(): Error at offset 0 of 27 bytes in %s%eserialization_error_002.php on line 20
/PHP-5.5/ext/standard/tests/streams/
H A Dbug60106.phpt15 preg_match("#maximum allowed length of (\d+) bytes#", $errmsg, $matches);
23 stream_socket_server(): socket path exceeded the maximum allowed length of %d bytes and was truncat…
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_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
H A Dstream_get_meta_data_file_variation2.phpt26 echo "\n\nRead 20 bytes from the file:\n";
92 Read 20 bytes from the file:
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:
/PHP-5.5/ext/standard/tests/strings/
H A Dbug49785.phpt86 // EUC-JP: control codes that are virtually lead bytes
H A Dbug50847.phpt2 Bug #50847 (strip_tags() removes all tags greater than 1023 bytes long)
H A Dhtmlentities19.phpt6 "\x41\xC2\x3E\x42", // Unicode TR #36, 3.1.1; do not consume valid successor bytes
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/zlib/tests/
H A Dbug_34821.phpt8 // test 50 bytes to 50k
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
/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/
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

Completed in 37 milliseconds

123456789