Home
last modified time | relevance | path

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

12345678

/PHP-5.4/ext/standard/tests/file/
H A D007_variation13.phpt30 create_files($file_path, 1, "text_with_new_line", 0755, 20, "w", "007_variation", 13, "bytes");
H A Ddisk_total_space_variation.phpt8 * will return the total number of bytes on the corresponding
H A Dpopen_pclose_basic.phpt34 create_files($dirpath, 1, "text_with_new_line", 0755, 100, "w", "popen_basic", 1, "bytes");
H A Dfile_put_contents_variation2.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation7-win32.phpt13 * Description: Write/Create a file with contents data and return the number of bytes written
H A Dfile_put_contents_variation7.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
H A Ddisk_free_space_variation.phpt8 * will return the number of bytes available on the corresponding
H A Dfseek_ftell_rewind_variation5.phpt39 ,5,"bytes",".tmp"); //create a file with 512 bytes size
H A Dfwrite_variation3-win32.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfwrite_variation3.phpt14 If the length arquement is given,writing will stop after length bytes have been
16 fwrite() returns the number of bytes written or FALSE on error
H A Dfseek_ftell_rewind_variation1.phpt39 ,1,"bytes",".tmp"); //create a file with 512 bytes size
H A Dfseek_ftell_rewind_variation3.phpt41 3, "bytes", ".tmp"); //create a file with 512 bytes size
H A Dfseek_ftell_rewind_basic1.phpt36 ,1,"bytes",".tmp"); //create a file with 512 bytes size
H A Dfile.inc220 if $flag is specified as "byte", then then given size is taken in bytes
221 $flag = specifiy if size has to be treated as no of total bytes or
224 "byte" = take size in terms of bytes
H A Dfile_put_contents_variation3.phpt8 * Description: Write/Create a file with contents data and return the number of bytes written
/PHP-5.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt58 // the driver reads columns in blocks of 255 bytes and then reassembles those blocks into a single …
84 printf("Expected %d bytes, got %d\n", strlen($expect), strlen($row['data']));
/PHP-5.4/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()
2279 int file_len, bytes, format; in PHP_FUNCTION() local
2301 bytes = htmlSaveFileFormat(file, docp, encoding, format); in PHP_FUNCTION()
2303 if (bytes == -1) { in PHP_FUNCTION()
2306 RETURN_LONG(bytes); in PHP_FUNCTION()
/PHP-5.4/main/
H A Drfc1867.c607 static int multipart_buffer_read(multipart_buffer *self, char *buf, int bytes, int *end TSRMLS_DC) in multipart_buffer_read() argument
613 if (bytes > self->bytes_in_buffer) { in multipart_buffer_read()
628 len = max < bytes-1 ? max : bytes-1; in multipart_buffer_read()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt37 printf("[003] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
H A Dmysqli_fetch_array_large.phpt30 myslqnd - [1153] Got a packet bigger than 'max_allowed_packet' bytes
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch314 + smart_str_appends(&s, "\r\nAccept-Ranges: bytes\r\n");
328 - "Content-Range: bytes %ld-%ld/%d\r\nContent-Length: %ld\r\n",
333 + smart_str_appends(&s, "Content-Range: bytes ");
844 - /* Format the bytes. */
846 - (void) my_snprintf( bytes, sizeof(bytes),
849 - (void) strcpy( bytes, "-" );
893 - hc->status, bytes, hc->referer, hc->useragent );
901 - hc->status, bytes, hc->referer, hc->useragent );
1343 ** to mmap them, other systems dislike mallocing zero bytes.
1862 /* Is there room in our buffer to read more bytes? */
[all …]
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING84 actually only ever using a few hundred bytes of working memory, and without too
147 The compiled form of a pattern is a vector of unsigned units (bytes in 8-bit
154 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The
161 bytes long in 8-bit mode (most significant byte first), or one unit in 16-bit
408 A bracket opcode is followed by LINK_SIZE bytes which give the offset to the
410 OP_KET opcode. Each OP_ALT is followed by LINK_SIZE bytes giving the offset to
417 LINK_SIZE bytes giving (as a positive number) the offset back to the matching
H A Dpcre_jit_compile.c3184 pcre_uint8 len = bytes[0]; in add_prefix_byte()
3192 bytes[0] = 1; in add_prefix_byte()
3193 bytes[1] = byte; in add_prefix_byte()
3198 if (bytes[i] == byte) in add_prefix_byte()
3203 bytes[0] = 255; in add_prefix_byte()
3208 bytes[len] = byte; in add_prefix_byte()
3209 bytes[0] = len; in add_prefix_byte()
3443 bytes[0] = 255; in scan_prefix()
3449 bytes += MAX_N_BYTES; in scan_prefix()
3525 bytes += MAX_N_BYTES; in scan_prefix()
[all …]
/PHP-5.4/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.4/ext/standard/
H A Dfile.c1081 long bytes = 0; in PHP_FUNCTION() local
1089 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|ls", &fd, &bytes, &allowed_tags, &allowed_… in PHP_FUNCTION()
1096 if (bytes <= 0) { in PHP_FUNCTION()
1101 len = (size_t) bytes; in PHP_FUNCTION()

Completed in 250 milliseconds

12345678