Home
last modified time | relevance | path

Searched refs:bytes (Results 301 – 315 of 315) sorted by relevance

1...<<111213

/PHP-8.0/ext/imap/
H A Dphp_imap.c2935 if (body->size.bytes) { in PHP_FUNCTION()
2936 add_property_long(return_value, "bytes", body->size.bytes); in PHP_FUNCTION()
3313 bod->size.bytes = zval_get_long(pvalue); in PHP_FUNCTION()
3435 bod->size.bytes = zval_get_long(pvalue); in PHP_FUNCTION()
4244 if (body->size.bytes) { in _php_imap_add_body()
4245 add_property_long(arg, "bytes", body->size.bytes); in _php_imap_add_body()
/PHP-8.0/
H A Dphp.ini-development213 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
220 ; Integer = Enables the buffer and sets its maximum size in bytes.
264 ; outputs chunks that are few hundreds bytes each as a result of
1133 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1213 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1217 ; bytes.
1545 ; Given either in percentages (per-file), or in bytes
H A Dphp.ini-production213 ; as it gets it. On production servers, 4096 bytes is a good setting for performance
220 ; Integer = Enables the buffer and sets its maximum size in bytes.
264 ; outputs chunks that are few hundreds bytes each as a result of
1135 ; Handling of LONG fields. Returns number of bytes to variables. 0 means
1215 ; Size of a pre-allocated buffer used when sending commands to MySQL in bytes.
1219 ; bytes.
1547 ; Given either in percentages (per-file), or in bytes
H A DNEWS18 bytes in HTTP Digest authentication for SOAP).
706 . Fixed bug #81283 (shmop can't read beyond 2147483647 bytes). (cmb, Nikita)
1039 . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
1318 . Fixed bug #80268 (loadHTML() truncates at NUL bytes). (cmb)
H A DUPGRADING133 . Attempting to assign multiple bytes to a string offset will now emit a
135 . Unexpected characters in source files (such as null bytes outside of
/PHP-8.0/ext/simplexml/
H A Dsimplexml.c1409 int bytes; in SXE_METHOD() local
1410 bytes = xmlSaveFile(filename, (xmlDocPtr) sxe->document->ptr); in SXE_METHOD()
1411 if (bytes == -1) { in SXE_METHOD()
/PHP-8.0/ext/ftp/tests/
H A Dserver.inc487 fputs($s, "200 " . $matches[1] . " bytes allocated\r\n");
/PHP-8.0/Zend/
H A Dzend_alloc.c296 char bytes[ZEND_MM_PAGE_SIZE]; member
304 char bytes[ZEND_MM_PAGE_SIZE * 8]; member
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in303 ; - %{bytes}M (default)
/PHP-8.0/sapi/phpdbg/
H A Dxml.md294 - mem is an attribute whose value is a float. The memory is given in kilobytes (1 kB == 1024 bytes)
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch2996 ssize_t nbytes = 0; /* number of bytes read from a datafile */
3074 * try looking at the first ms->bytes_max bytes
3604 - "can't allocate %" SIZE_T_FORMAT "u bytes",
/PHP-8.0/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()
/PHP-8.0/ext/standard/tests/strings/
H A Dbug49785.phpt86 // EUC-JP: control codes that are virtually lead bytes
/PHP-8.0/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
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc2638 #define ZEND_JIT_EXIT_POINTS_SPACING 4 // push byte + short jmp = bytes

Completed in 144 milliseconds

1...<<111213