Home
last modified time | relevance | path

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

123456789

/PHP-5.5/
H A D.gdbinit661 printf " total: %d bytes\n", $total_size
H A DNEWS225 value of 32 bytes). (Stas)
781 . Fixed bug #68532 (convert.base64-encode omits padding bytes).
1211 . Fixed issue with null bytes in LDAP bindings. (Matthew Daley)
1675 . Fixed handling null bytes in subjectAltName (CVE-2013-4248).
3069 bytes). (Nikita Popov)
3090 chunksize length line is > 10 bytes). (Ilia)
3702 bytes). (Nikic)
3725 chunksize length line is > 10 bytes). (Ilia)
5495 output lines >4095 bytes). (Ilia)
6939 - Fixed bug #44394 (Last two bytes missing from output). (Felipe)
[all …]
H A DREADME.PARAMETER_PARSING_API65 p - valid path (string without null bytes in the middle) and its length (char*, int)
67 s - string (with possible null bytes) and its length (char*, int)
91 OSes (int is 4 bytes and long is 8 bytes), so make sure you pass longs to "l"
H A DREADME.STREAMS111 number of bytes to copy.
122 which will be maxlen bytes in length, or will be the entire length of the
H A DUPGRADING120 padded string, with trailing NULL bytes removed. - Changed format
121 character "a": this no longer removes trailing NULL bytes. -
/PHP-5.5/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.phpt71 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %sbug55509.…
/PHP-5.5/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-5.5/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-5.5/ext/curl/tests/
H A Dbug65458.phpt19 // $preclose - $init has a delta in the order of bytes, not megabytes. Given
/PHP-5.5/ext/dom/
H A Ddocument.c1758 int file_len = 0, bytes, format, saveempty = 0; in PHP_FUNCTION() local
1783 bytes = xmlSaveFormatFileEnc(file, docp, NULL, format); in PHP_FUNCTION()
1787 if (bytes == -1) { in PHP_FUNCTION()
1790 RETURN_LONG(bytes); in PHP_FUNCTION()
2287 int file_len, bytes, format; in PHP_FUNCTION() local
2309 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
2311 if (bytes == -1) { in PHP_FUNCTION()
2314 RETURN_LONG(bytes); in PHP_FUNCTION()
H A Dnode.c1916 int bytes; in dom_canonicalization() local
1918 bytes = xmlOutputBufferClose(buf); in dom_canonicalization()
1920 RETURN_LONG(bytes); in dom_canonicalization()
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt22 $bytes = $doc->saveHTMLFile($filename);
23 var_dump($bytes);
H A DDOMDocument_saveHTMLFile_formatOutput.phpt23 $bytes = $doc->saveHTMLFile($filename);
24 var_dump($bytes);
H A DDOMDocument_saveHTMLFile_invalid_filename.phpt22 $bytes = $doc->saveHTMLFile($filename);
H A DDOMDocument_save_basic.phpt24 echo 'Wrote: ' . $doc->save($temp_filename) . ' bytes'; // Wrote: 72 bytes
32 Wrote: 72 bytes
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2414 ssize_t nbytes = 0; /* number of bytes read from a datafile */
2488 * try looking at the first HOWMANY bytes
3059 + * Because we can use one of the bytes of the length
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1494 >4 belong x - %d bytes
1498 >4 belong x - %d bytes
1819 # TODO: idarc says "bytes 0-2 == bytes 3-5"
2422 >6 belong x (%d bytes)
4198 >6 belong x (%d bytes)
6276 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
6748 >8 belong x %d bytes,
7530 >12 belong x %d bytes,
7546 >>8 belong x %d bytes,
7569 >>8 lelong x %d bytes,
[all …]
/PHP-5.5/ext/ftp/tests/
H A Dftp_alloc_basic2.phpt23 string(20) "1024 bytes allocated"
H A Dserver.inc404 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/PHP-5.5/ext/gd/libgd/
H A Dxbm.c44 int bytes = 0, i; in gdImageCreateFromXbm() local
80 bytes = (width * height / 8) + 1; in gdImageCreateFromXbm()
81 if (!bytes) { in gdImageCreateFromXbm()
95 if (!bytes || !max_bit) { in gdImageCreateFromXbm()
106 for (i = 0; i < bytes; i++) { in gdImageCreateFromXbm()
/PHP-5.5/ext/gd/tests/
H A Dimagegif_nullbyte_injection.phpt37 Warning: imagegif(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dimagejpeg_nullbyte_injection.phpt37 Warning: imagejpeg(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d

Completed in 110 milliseconds

123456789