Home
last modified time | relevance | path

Searched refs:bytes (Results 176 – 198 of 198) sorted by relevance

12345678

/PHP-5.4/ext/pcre/pcrelib/
H A DChangeLog1472 matched two bytes, thus causing the minimum subject length to be
1836 possible starting bytes for non-anchored patterns.
1940 The checks now trigger 100 bytes before the end of the workspace.
2287 characters (bytes) greater than 127 when not in UTF-8 mode.
3040 it matched the wrong number of bytes.
3531 now limited to 30,000 bytes in order to prevent this.
3669 are now no different to any other data bytes.
3823 number of entries, I extended their size from 6 bytes to 8 bytes to
3835 there is a check for at least the minimum number of bytes.
4557 amount of subject to be scanned is less than 1000 bytes.
[all …]
H A DREADME52 functions, one for the 8-bit library, which processes strings of bytes, one for
314 library, PCRE then uses three bytes instead of two for offsets to different
387 . The default size (in bytes) of the internal buffer used by pcregrep can be
H A DNEWS178 with different endianness, PCRE used automatically to swap the bytes in some
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt84 …"[009] Function seems to be leaking, because it used %d bytes. During tests it used only 92 bytes.…
/PHP-5.4/ext/dom/
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.4/ext/standard/tests/file/
H A Duserstreams.phpt77 die("tmpfile stored $n bytes; should be $DATALEN!");
H A Dfgets_basic.phpt23 …irname(__FILE__), 1, $file_content_type, 0755, 50, "w", "fgets_basic", 1, "bytes"); //create a file
/PHP-5.4/
H A Dphp.ini-development221 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
255 ; outputs chunks that are few hundreds bytes each as a result of
1050 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1216 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1221 ; bytes.
1475 ; How many bytes to read from the file.
1573 ; Given either in percentages (per-file), or in bytes
H A Dphp.ini-production221 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
228 ; Integer = Enables the buffer and sets its maximum size in bytes.
255 ; outputs chunks that are few hundreds bytes each as a result of
1050 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1216 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1221 ; bytes.
1475 ; How many bytes to read from the file.
1573 ; Given either in percentages (per-file), or in bytes
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 D.gdbinit661 printf " total: %d bytes\n", $total_size
H A DNEWS14 value of 32 bytes). (Stas)
567 . Fixed issue with null bytes in LDAP bindings. (Matthew Daley)
939 . Fixed handling null bytes in subjectAltName (CVE-2013-4248).
1880 bytes). (Nikita Popov)
1901 chunksize length line is > 10 bytes). (Ilia)
2513 bytes). (Nikic)
2536 chunksize length line is > 10 bytes). (Ilia)
4306 output lines >4095 bytes). (Ilia)
5750 - Fixed bug #44394 (Last two bytes missing from output). (Felipe)
6376 - Fixed possible multi bytes issues in openssl csr parser (Pierre)
[all …]
H A DUPGRADING332 the previous special case behavior of treating it as 4096 bytes.
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt340 vectors of bytes with the C type "char *". In the 16-bit library,
401 bytes.
732 bytes.
2932 with non-printing bytes shows in hexadecimal, and undefined bytes shown
3086 30); /* number of elements (NOT size in bytes) */
3509 this argument is NOT the size of ovector in bytes.
3789 checked first; hence the possibility of 4 or 5 missing bytes.
4113 10, /* number of elements (NOT size in bytes) */
4115 20); /* number of elements (NOT size in bytes) */
10379 Match recursion uses stack: approximate frame size = 640 bytes
[all …]
/PHP-5.4/ext/imap/
H A Dphp_imap.c3327 if (body->size.bytes) { in PHP_FUNCTION()
3328 add_property_long(return_value, "bytes", body->size.bytes); in PHP_FUNCTION()
3649 bod->size.bytes = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
3762 bod->size.bytes = Z_LVAL_PP(pvalue); in PHP_FUNCTION()
4578 if (body->size.bytes) { in _php_imap_add_body()
4579 add_property_long(arg, "bytes", body->size.bytes); in _php_imap_add_body()
/PHP-5.4/ext/ftp/tests/
H A Dserver.inc404 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/PHP-5.4/ext/simplexml/
H A Dsimplexml.c1385 int bytes; in SXE_METHOD() local
1386 bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1387 if (bytes == -1) { in SXE_METHOD()
/PHP-5.4/ext/mbstring/oniguruma/doc/
H A DAPI475 Return number of bytes in the string.
/PHP-5.4/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
3056 + * Because we can use one of the bytes of the length
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in398 ; - %{bytes}M (default)
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c260 add_bytes(regex_t* reg, UChar* bytes, int len) in add_bytes() argument
262 BBUF_ADD(reg, bytes, len); in add_bytes()
/PHP-5.4/ext/standard/tests/strings/
H A Dbug49785.phpt86 // EUC-JP: control codes that are virtually lead bytes
/PHP-5.4/build/
H A Dlibtool.m4451 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
810 # (any single argument exceeding 2000 bytes causes a buffer overrun

Completed in 203 milliseconds

12345678