Home
last modified time | relevance | path

Searched refs:bytes (Results 26 – 50 of 261) sorted by relevance

1234567891011

/PHP-7.2/ext/standard/tests/file/
H A Dfread_fwrite_basic.phpt15 Description: reads up to length bytes from the file pointer referenced by handle.
16 Reading stops when up to length bytes have been read, EOF (end of file) is
18 opening userspace stream) when 8192 bytes have been read whichever comes first.
53 echo "last bytes: ".fread($h, strlen($out))."\n";
71 last bytes: xtra
H A Dfile_put_contents_variation8.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
42 echo "$res bytes written to: $names_arr[$i]\n";
55 9 bytes written to: -1
57 9 bytes written to: 1
71 9 bytes written to:
/PHP-7.2/ext/zlib/tests/
H A Dgzseek_variation6.phpt13 // move 40 bytes
14 echo "move 40 bytes\n";
30 move 40 bytes
H A Dbug74240.phpt16 $bytes = str_repeat("*", 65536);
23 $bytes,
/PHP-7.2/ext/standard/tests/random/
H A Drandom_bytes_error.phpt8 $bytes = random_bytes();
14 $bytes = random_bytes(0);
/PHP-7.2/tests/basic/
H A Drfc1867_post_max_size.phpt18 Warning: POST Content-Length of %d bytes exceeds the limit of 1 bytes in %s
H A D025.phpt14 Warning: Unknown: POST Content-Length of 2050 bytes exceeds the limit of 1024 bytes in Unknown on l…
/PHP-7.2/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
/PHP-7.2/ext/wddx/tests/
H A Dbug75055.phpt11 print strlen($wddx_str) . " bytes read.\n";
16 323 bytes read.
/PHP-7.2/ext/openssl/tests/
H A Dbug61124.phpt10 Warning: openssl_decrypt(): IV passed is only 4 bytes long, cipher expects an IV of precisely 16 by…
/PHP-7.2/Zend/tests/
H A Dbug70253.phpt17 Fatal error: Allowed memory size of 2097152 bytes exhausted%s(tried to allocate %d bytes) in %s on …
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.phpt35 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …
/PHP-7.2/ext/gd/libgd/
H A Dgd_xbm.c45 int bytes = 0, i; in gdImageCreateFromXbm() local
81 bytes = (width + 7) / 8 * height; in gdImageCreateFromXbm()
82 if (!bytes) { in gdImageCreateFromXbm()
96 if (!bytes || !max_bit) { in gdImageCreateFromXbm()
107 for (i = 0; i < bytes; i++) { in gdImageCreateFromXbm()
/PHP-7.2/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 …
/PHP-7.2/ext/standard/tests/strings/
H A Dstr_pad_variation5.phpt27 $pad_length = PHP_INT_MAX - 16; /* zend_string header is 16 bytes */
34 Fatal error: Allowed memory size of 134217728 bytes exhausted%s(tried to allocate %d bytes) in %s o…
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-7.2/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt32 die($bytes_sent . ' bytes have been sent instead of the ' . $len . ' bytes expected');
43 … die($bytes_received . ' bytes have been received instead of the ' . $len . ' bytes expected');
H A Dsocket_sentto_recvfrom_ipv6_udp.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_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');
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');
/PHP-7.2/ext/date/tests/
H A Dbug70277.phpt10 Warning: timezone_open(): Timezone must not contain null bytes in %sbug70277.php on line %d
13 Fatal error: Uncaught Exception: DateTimeZone::__construct(): Timezone must not contain null bytes

Completed in 47 milliseconds

1234567891011