Home
last modified time | relevance | path

Searched refs:bytes (Results 76 – 100 of 291) sorted by path

12345678910>>...12

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_encrypt_ocb.phpt27 // Failing to retrieve tag (must be at most 16 bytes)
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5368 sljit_u8 *bytes, *bytes_end, byte; in scan_prefix() local
5607 bytes = (sljit_u8*) (cc + 1); in scan_prefix()
5640 if (bytes[31] & 0x80) in scan_prefix()
5644 bytes_end = bytes + 32; in scan_prefix()
5648 byte = *bytes++; in scan_prefix()
5665 while (chars->count != 255 && bytes < bytes_end); in scan_prefix()
5666 bytes = bytes_end - 32; in scan_prefix()
H A Dpcre2_serialize.c76 uint8_t *bytes; in pcre2_serialize_encode() local
110 if (bytes == NULL) return PCRE2_ERROR_NOMEMORY; in pcre2_serialize_encode()
113 memcpy(bytes, memctl, sizeof(pcre2_memctl)); in pcre2_serialize_encode()
114 bytes += sizeof(pcre2_memctl); in pcre2_serialize_encode()
116 data = (pcre2_serialized_data *)bytes; in pcre2_serialize_encode()
123 dst_bytes = bytes + sizeof(pcre2_serialized_data); in pcre2_serialize_encode()
152 *serialized_bytes = bytes; in pcre2_serialize_encode()
164 const uint8_t *bytes, pcre2_general_context *gcontext) in pcre2_serialize_decode() argument
187 src_bytes = bytes + sizeof(pcre2_serialized_data); in pcre2_serialize_decode()
277 pcre2_serialize_free(uint8_t *bytes) in pcre2_serialize_free() argument
[all …]
/PHP-7.4/ext/pcre/tests/
H A Dbug66121.phpt2 Bug #66121 - UTF-8 lookbehinds match bytes instead of characters
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt32 printf("[002] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), %s\n",
53 printf("[003] URI=%s, DSN=%s, File=%s (%d bytes, '%s'), chr(0) test, %s\n",
75 [003] URI=uri:file://%spdomuri.tst, DSN=mysql%sdbname=%s, File=%spdomuri.tst (%d bytes, 'mysql%sdbn…
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug60994.phpt32 $insert->bindParam(':data', $string1, \PDO::PARAM_STR, strlen($string1)); // length in bytes
49 $insert->bindParam(':data', $string2, \PDO::PARAM_STR, strlen($string2)); // length in bytes
66 $insert->bindParam(':data', $string3, \PDO::PARAM_STR, strlen($string3)); // length in bytes
99 size of string1 is 1000006 bytes, 1000006 chars.
100 size of stream1 is 1000006 bytes, 1000006 chars.
105 size of string2 is 16380 bytes, 8193 chars.
106 size of stream2 is 16380 bytes, 8193 chars.
111 size of string3 is 16380 bytes, 8193 chars.
112 size of stream3 is 16380 bytes, 8193 chars.
117 size of string4 is 24567 bytes, 8193 chars.
[all …]
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
H A Dmax_columns.phpt37 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-7.4/ext/phar/tests/
H A Dbug77586.phpt2 Bug #77586 Symbolic link names in tar-formatted phar must be less than 100 bytes.
/PHP-7.4/ext/phar/tests/tar/
H A Dbadalias.phpt24 phar error: tar-based phar "%sbadalias5.phar.tar" has alias that is larger than 511 bytes, cannot p…
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_errors.phpt51 Notice: unserialize(): Error at offset 30 of 31 bytes in %s on line %d
H A Dbug76737.phpt32 Notice: unserialize(): Error at offset 26 of 27 bytes in %s on line %d
/PHP-7.4/ext/session/tests/
H A Dbug72562.phpt41 Notice: unserialize(): Error at offset 0 of 1 bytes in %s%ebug72562.php on line %d
43 Notice: unserialize(): Error at offset 4 of 4 bytes in %s%ebug72562.php on line %d
/PHP-7.4/ext/shmop/
H A Dshmop.c238 int bytes; in PHP_FUNCTION() local
260 bytes = count ? count : shmop->size - start; in PHP_FUNCTION()
262 return_string = zend_string_init(startaddr, bytes, 0); in PHP_FUNCTION()
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c1440 int bytes; in SXE_METHOD() local
1441 bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1442 if (bytes == -1) { in SXE_METHOD()
/PHP-7.4/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-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt33 '%d bytes have been sent instead of the %d bytes expected',
42 $bytes = socket_recvfrom(
45 if (($bytes === false) && ($errno = socket_last_error($socket))) {
56 $recvd += $bytes;
57 $wants -= $bytes;
63 '%d bytes have been received instead of the %d bytes expected',
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt34 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
45 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt37 '%d bytes have been sent instead of the %d bytes expected',
46 $bytes = socket_recvfrom(
49 if (($bytes === false) && ($errno = socket_last_error($socket))) {
60 $recvd += $bytes;
61 $wants -= $bytes;
67 '%d bytes have been received instead of the %d bytes expected',
H A Dsocket_sentto_recvfrom_unix.phpt36 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
47 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_auth.phpt44 key must be SODIUM_CRYPTO_AUTH_KEYBYTES bytes
H A Dcrypto_box.phpt145 keypair size should be SODIUM_CRYPTO_BOX_KEYPAIRBYTES bytes
/PHP-7.4/ext/spl/tests/
H A DSplObjectStorage_unserialize_bad.phpt23 Error at offset 6 of 34 bytes
24 Error at offset 46 of 89 bytes
47 Error at offset 78 of 78 bytes
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt29 Error at offset %d of %d bytes
30 Error at offset %d of %d bytes
31 Error at offset %d of %d bytes
32 Error at offset %d of %d bytes
33 Error at offset %d of %d bytes
H A Darray_028.phpt2 ArrayObject/Iterator on array with NUL bytes

Completed in 79 milliseconds

12345678910>>...12