Home
last modified time | relevance | path

Searched refs:bytes (Results 101 – 125 of 360) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/standard/tests/file/
H A Dstream_rfc2397_006.phpt26 file_get_contents(): Argument #1 ($filename) must not contain any null bytes
27 file_get_contents(): Argument #1 ($filename) must not contain any null bytes
/PHP-8.1/ext/simplexml/tests/
H A Dbug79971_1.phpt21 Warning: simplexml_load_file(): URI must not contain percent-encoded NUL bytes in %s on line %d
26 Warning: SimpleXMLElement::asXML(): URI must not contain percent-encoded NUL bytes in %s on line %d
/PHP-8.1/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-a…
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_pad_variation1.phpt36 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dbug72663.phpt26 Notice: unserialize(): Error at offset 49 of 50 bytes in %sbug72663.php on line %d
28 Notice: unserialize(): Error at offset 82 of 83 bytes in %sbug72663.php on line %d
H A Dbug50847.phpt2 Bug #50847 (strip_tags() removes all tags greater than 1023 bytes long)
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug72663_2.phpt26 Notice: unserialize(): Error at offset 49 of 50 bytes in %s on line %d
28 Notice: unserialize(): Error at offset 82 of 83 bytes in %s on line %d
H A Dmax_depth.phpt118 Notice: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
125 Notice: unserialize(): Error at offset 2834 of 2971 bytes in %s on line %d
132 Notice: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
139 Notice: unserialize(): Error at offset 2309 of 2574 bytes in %s on line %d
147 Notice: unserialize(): Error at offset 1157 of 1294 bytes in %s on line %d
157 Notice: unserialize(): Error at offset 2309 of 2574 bytes in %s on line %d
H A Dbug72663.phpt50 Notice: unserialize(): Error at offset 17 of 24 bytes in %s on line %d
53 Notice: unserialize(): Error at offset 25 of 32 bytes in %s on line %d
H A Dbug70436.phpt51 Notice: unserialize(): Error at offset 0 of 3 bytes in %sbug70436.php on line %d
53 Notice: unserialize(): Error at offset 93 of 94 bytes in %sbug70436.php on line %d
H A Dbug71840.phpt8 Notice: unserialize(): Error at offset 11 of 19 bytes in %sbug71840.php on line %d
H A Dbug74111.phpt9 Notice: unserialize(): Error at offset 25 of 23 bytes in %s on line %d
/PHP-8.1/ext/standard/tests/streams/
H A Dgh10031.phpt17 $chunks = floor($fsize / $chunksize); // 10 chunks * 99 bytes
18 $lastchunksize = $fsize - $chunksize * $chunks; // 1 chunk * 10 bytes
/PHP-8.1/ext/standard/
H A Dmt_rand.c165 zend_long bytes; in php_mt_rand() local
166 if (php_random_bytes_silent(&bytes, sizeof(zend_long)) == FAILURE) { in php_mt_rand()
167 bytes = GENERATE_SEED(); in php_mt_rand()
169 php_mt_srand(bytes); in php_mt_rand()
H A Dcrypt_sha256.c217 uint32_t bytes = ctx->buflen; in sha256_finish_ctx() local
222 ctx->total[0] += bytes; in sha256_finish_ctx()
223 if (ctx->total[0] < bytes) { in sha256_finish_ctx()
227 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes; in sha256_finish_ctx()
228 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha256_finish_ctx()
231 *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); in sha256_finish_ctx()
232 *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in sha256_finish_ctx()
236 sha256_process_block(ctx->buffer, bytes + pad + 8, ctx); in sha256_finish_ctx()
H A Dcrypt_sha512.c244 uint64_t bytes = ctx->buflen; in sha512_finish_ctx() local
249 ctx->total[0] += bytes; in sha512_finish_ctx()
250 if (ctx->total[0] < bytes) { in sha512_finish_ctx()
254 pad = bytes >= 112 ? 128 + 112 - (size_t)bytes : 112 - (size_t)bytes; in sha512_finish_ctx()
255 memcpy(&ctx->buffer[bytes], fillbuf, pad); in sha512_finish_ctx()
258 *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); in sha512_finish_ctx()
259 *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha512_finish_ctx()
263 sha512_process_block(ctx->buffer, (size_t)(bytes + pad + 16), ctx); in sha512_finish_ctx()
/PHP-8.1/ext/mbstring/tests/
H A Dsjis2004_encoding.phpt24 if (sscanf($line, "0x%x\tU+%x+%x", $bytes, $codepoint1, $codepoint2) >= 2) {
25 $sjis = ($bytes < 256) ? chr($bytes) : pack('n', $bytes);
H A Dgh10648.phpt9 'ISO-2022-JP bytes' => '1b244224221b2842', // 'あ' in ISO-2022-JP
10 'ISO-2022-JP bytes without escape sequence' => '1b24422422', // 'ア' in JIS
37 ISO-2022-JP bytes
47 ISO-2022-JP bytes without escape sequence
H A Dmb_str_split_utf8_utf16.phpt12 /* 123 string and 4-bytes length character 0xf09280a9 */
15 /* 123 string and 4-bytes length character 0xf09280a9 head without tail */
18 /* very first and very last utf-16 4-bytes characters */
/PHP-8.1/ext/imap/tests/
H A Dimap_fetchstructure_basic.phpt27 'ifdescription','lines','bytes','parameters');
34 var_dump($z->bytes);
/PHP-8.1/ext/session/tests/
H A Dbug72562.phpt43 Notice: unserialize(): Error at offset 0 of 1 bytes in %s%ebug72562.php on line %d
45 Notice: unserialize(): Error at offset 4 of 4 bytes in %s%ebug72562.php on line %d
/PHP-8.1/Zend/tests/
H A Dbug70253.phpt8 Notice: unserialize(): Error at offset 33 of 33 bytes in %s on line %d
/PHP-8.1/ext/standard/tests/misc/
H A Dbug79410.phpt2 Bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline)
/PHP-8.1/ext/oci8/tests/
H A Dpecl_bug10194.phpt56 Fatal error: Allowed memory size of 10485760 bytes exhausted%s(tried to allocate %d bytes) in %s on…
/PHP-8.1/ext/standard/tests/general_functions/
H A Descapeshellarg_bug71270.phpt12 Fatal error: escapeshellarg(): Argument exceeds the allowed length of %d bytes in %s on line %d

Completed in 69 milliseconds

12345678910>>...15