Home
last modified time | relevance | path

Searched refs:bytes (Results 51 – 75 of 315) sorted by relevance

12345678910>>...13

/PHP-8.0/ext/openssl/tests/
H A Dbug61124.phpt11 Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 by…
/PHP-8.0/ext/standard/tests/file/
H A Dfile_put_contents_variation8.phpt43 echo "$res bytes written to: '$names_arr[$i]'\n";
59 9 bytes written to: '-1'
61 9 bytes written to: '1'
69 9 bytes written to: ' '
71 ValueError: file_put_contents(): Argument #1 ($filename) must not contain any null bytes
H A Ddisk_total_space_variation.phpt98 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
101 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
104 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
107 disk_total_space(): Argument #1 ($directory) must not contain any null bytes
/PHP-8.0/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt2 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes
60 $pipeEvents[(int)$pipe][] = "Read " . strlen($data) . " bytes";
73 string(15) "Read 4097 bytes"
80 string(15) "Read 4097 bytes"
H A Dbug79984.phpt26 echo 'filtered ' . ($consumed ? $consumed : 0) . ' bytes';
54 filtered 8192 bytes.
55 filtered 128 bytes and closing. Stream has reached end-of-file.
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 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…
/PHP-8.0/ext/zip/tests/
H A Doo_setcomment_error.phpt42 ZipArchive::setArchiveComment(): Argument #1 ($comment) must be less than 65535 bytes
43 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
44 ZipArchive::setCommentIndex(): Argument #2 ($comment) must be less than 65535 bytes
/PHP-8.0/ext/zlib/tests/
H A Dbug74240.phpt16 $bytes = str_repeat("*", 65536);
23 $bytes,
/PHP-8.0/Zend/tests/
H A Dbug76846.phpt26 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dbug40770.phpt22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug70258.phpt28 Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug68412.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug68412.…
H A Dbug54268.phpt36 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …
/PHP-8.0/ext/standard/tests/network/
H A Dbug79405.phpt18 gethostbyname(): Argument #1 ($hostname) must not contain any null bytes
19 gethostbynamel(): Argument #1 ($hostname) must not contain any null bytes
/PHP-8.0/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt33 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
42 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
H A Dsocket_sentto_recvfrom_unix.phpt35 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
46 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
/PHP-8.0/tests/basic/
H A D025.phpt14 Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on l…
/PHP-8.0/ext/date/tests/
H A Dbug70277.phpt18 timezone_open(): Argument #1 ($timezone) must not contain any null bytes
19 DateTimeZone::__construct(): Argument #1 ($timezone) must not contain any null bytes
H A Dbug72963.phpt87 DateTime::createFromFormat(): Argument #2 ($datetime) must not contain any null bytes
88 DateTimeImmutable::createFromFormat(): Argument #2 ($datetime) must not contain any null bytes
89 date_parse_from_format(): Argument #2 ($datetime) must not contain any null bytes
/PHP-8.0/ext/xmlreader/tests/
H A Dbug73246.phpt14 Warning: XMLReader::open(): Encoding must not contain NUL bytes in %s on line %d
16 Warning: XMLReader::XML(): Encoding must not contain NUL bytes in %s on line %d
/PHP-8.0/ext/gd/libgd/
H A Dgd_xbm.c43 int bytes = 0, i; in gdImageCreateFromXbm() local
79 bytes = (width + 7) / 8 * height; in gdImageCreateFromXbm()
80 if (!bytes) { in gdImageCreateFromXbm()
94 if (!bytes || !max_bit) { in gdImageCreateFromXbm()
105 for (i = 0; i < bytes; i++) { in gdImageCreateFromXbm()
/PHP-8.0/ext/standard/tests/strings/
H A Dwordwrap_memory_limit.phpt19 Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate %d bytes) in %s o…
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug81249.phpt113 $bytes = ["\x8F", "\xA2", "\xAF", ''];
116 foreach ($bytes as $byte) {
117 $result = $decoder->handle($bytes, $byte);
124 // $bytes array should be decoded to U+2D8, decimal 728
/PHP-8.0/ext/hash/tests/
H A Dhash_update_stream_basic_001.phpt15 $bytes = openssl_random_pseudo_bytes(15, $cstrong);
16 $hash = sha1(bin2hex($bytes));

Completed in 31 milliseconds

12345678910>>...13