Home
last modified time | relevance | path

Searched refs:size (Results 476 – 500 of 697) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-8.1/ext/standard/tests/file/
H A D007_variation14.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation22.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation6.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dfseek_ftell_rewind_variation1.phpt17 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
29 ,1,"bytes",".tmp"); //create a file with 512 bytes size
42 //close the file and check the size
H A Dfseek_ftell_rewind_variation2-win32.phpt23 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
51 //close the file and check the size
H A Dfseek_ftell_rewind_variation2.phpt23 $offset = array(-1, 0, 1, 513); // different offsets, including negative and beyond size
39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
51 //close the file and check the size
H A D007_variation21.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation5.phpt22 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dtouch_basic-win32-mb.phpt44 "rdev", "size", "atime", "mtime", "ctime",
H A Dtouch_basic-win32.phpt44 "rdev", "size", "atime", "mtime", "ctime",
H A Dfopencookie.phpt77 return array('size' => strlen($this->data));
H A Dfwrite_variation4-win32.phpt41 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
52 // close the file, get the size and content of the file.
H A Dfwrite_variation4.phpt41 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
52 // close the file, get the size and content of the file.
H A D007_variation13-win32.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation13.phpt27 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A D007_variation8.phpt21 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
H A Dtouch_basic.phpt45 "rdev", "size", "atime", "mtime", "ctime",
/PHP-8.1/ext/exif/tests/
H A Dbug76557.phpt2 Bug 76557 (heap-buffer-overflow (READ of size 48) while reading exif data)
/PHP-8.1/main/
H A Dmain.c862 PHPAPI size_t php_write(void *buf, size_t size) in php_write() argument
864 return PHPWRITE(buf, size); in php_write()
874 size_t size; in php_printf() local
877 size = vspprintf(&buffer, 0, format, args); in php_printf()
878 ret = PHPWRITE(buffer, size); in php_printf()
892 size_t size; in php_printf_unchecked() local
895 size = vspprintf(&buffer, 0, format, args); in php_printf_unchecked()
896 ret = PHPWRITE(buffer, size); in php_printf_unchecked()
1164 PHPAPI void php_html_puts(const char *str, size_t size) in php_html_puts() argument
1166 zend_html_puts(str, size); in php_html_puts()
[all …]
/PHP-8.1/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt96 size is %d
/PHP-8.1/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S148 .size jump_fcontext,.-jump_fcontext
/PHP-8.1/ext/standard/
H A Dfile.c1327 size_t size = 0; in PHP_FUNCTION() local
1344 size = php_stream_passthru(stream); in PHP_FUNCTION()
1346 RETURN_LONG(size); in PHP_FUNCTION()
1385 size_t size; in PHP_FUNCTION() local
1394 size = php_stream_passthru(stream); in PHP_FUNCTION()
1395 RETURN_LONG(size); in PHP_FUNCTION()
1512 zend_long size; in PHP_FUNCTION() local
1517 Z_PARAM_LONG(size) in PHP_FUNCTION()
1520 if (size < 0) { in PHP_FUNCTION()
1532 RETURN_BOOL(0 == php_stream_truncate_set_size(stream, size)); in PHP_FUNCTION()
/PHP-8.1/ext/standard/tests/array/
H A D009.phpt33 $c++; // increment by one to create the situation of accessing beyond array size
53 $c++; // increment by one to create the situation of accessing beyond array size
/PHP-8.1/ext/ftp/
H A Dftp.h147 int ftp_alloc(ftpbuf_t *ftp, const zend_long size, zend_string **response);
/PHP-8.1/ext/gmp/tests/
H A Dgmp_import.phpt10 // format is [expected, size, options, input]

Completed in 44 milliseconds

1...<<11121314151617181920>>...28