Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 291) sorted by path

12345678910>>...12

/PHP-7.4/
H A DNEWS203 . Fixed bug #81283 (shmop can't read beyond 2147483647 bytes). (cmb, Nikita)
444 . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
553 . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
688 bytes IV). (CVE-2020-7069) (Jakub Zelenka)
991 . Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes
H A DUPGRADING91 thrown if the number of requested bytes is less than *or equal to* zero,
95 RFC: http://php.net/manual/de/function.openssl-random-pseudo-bytes.php
298 str_split(), but operating on code points rather than bytes.
/PHP-7.4/Zend/tests/
H A Dbug40770.phpt22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
H A Dbug54268.phpt35 Fatal error: Allowed memory size of %s bytes exhausted%s(tried to allocate %s bytes) in %s on line …
H A Dbug55509.phpt78 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug55509.…
H A Dbug68412.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug68412.…
H A Dbug70253.phpt8 Notice: unserialize(): Error at offset 33 of 33 bytes in %s on line %d
H A Dbug70258.phpt28 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 Dbug78340.phpt9 private $bytes, $pos;
12 $this->bytes= self::$files[$path];
19 $chunk= substr($this->bytes, $this->pos, $count);
25 return $this->pos >= strlen($this->bytes);
29 $this->bytes= null;
35 'size' => strlen($this->bytes),
H A Dbug81070.phpt13 Warning: Failed to set memory limit to 3145728 bytes (Current memory usage is %d bytes) in %s on li…
H A Dbug81104.phpt2 Bug #81104: Warning: "Failed to set memory limit to ... bytes" emitted after exit in debug
/PHP-7.4/Zend/tests/generators/errors/
H A Dserialize_unserialize_error.phpt38 Notice: unserialize(): Error at offset 19 of 20 bytes in %sserialize_unserialize_error.php on line …
/PHP-7.4/Zend/
H A Dzend_alloc.c296 char bytes[ZEND_MM_PAGE_SIZE]; member
304 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
/PHP-7.4/build/
H A Dlibtool.m4451 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
816 # (any single argument exceeding 2000 bytes causes a buffer overrun
H A Dshtool483 bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'`
484 if [ ".$bytes" != .3 ]; then
485 bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'`
486 if [ ".$bytes" = .3 ]; then
493 bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'`
494 if [ ".$bytes" = .3 ]; then
/PHP-7.4/docs/
H A Dparameter-parsing-api.md81 p - valid path (string without null bytes in the middle) and its length (char*, size_t)
82 P - valid path (string without null bytes in the middle) as zend_string (zend_string*)
84 s - string (with possible null bytes) and its length (char*, size_t)
85 S - string (with possible null bytes) as zend_string (zend_string*)
H A Dstreams.md113 number of bytes to copy. This function will try to use mmap where available to
125 will be maxlen bytes in length, or will be the entire length of the data
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug63208.phpt10 $variant = new VARIANT($string, VT_ARRAY | VT_UI1, CP_UTF8); // Array of bytes
H A Dbug77177.phpt45 Notice: unserialize(): Error at offset 13 of 14 bytes in %s on line %d
50 Notice: unserialize(): Error at offset 16 of 17 bytes in %s on line %d
55 Notice: unserialize(): Error at offset 17 of 18 bytes in %s on line %d
/PHP-7.4/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
H A Dbug73147.phpt22 Notice: unserialize(): Error at offset 27 of 44 bytes in %s on line %d
/PHP-7.4/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
/PHP-7.4/ext/dom/
H A Ddocument.c1588 int bytes, format, saveempty = 0; in PHP_FUNCTION() local
1614 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_FUNCTION()
1618 if (bytes == -1) { in PHP_FUNCTION()
1621 RETURN_LONG(bytes); in PHP_FUNCTION()
2137 int bytes, format; in PHP_FUNCTION() local
2160 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
2162 if (bytes == -1) { in PHP_FUNCTION()
2165 RETURN_LONG(bytes); in PHP_FUNCTION()
H A Dnode.c1858 int bytes; in dom_canonicalization() local
1860 bytes = xmlOutputBufferClose(buf); in dom_canonicalization()
1862 RETURN_LONG(bytes); in dom_canonicalization()

Completed in 284 milliseconds

12345678910>>...12