Home
last modified time | relevance | path

Searched refs:size (Results 101 – 125 of 697) sorted by relevance

12345678910>>...28

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_sigsafe.c9 static void* zend_mm_mem_alloc(zend_mm_storage *storage, size_t size, size_t alignment) { in ZEND_EXTERN_MODULE_GLOBALS()
11 if (EXPECTED(size <= PHPDBG_SIGSAFE_MEM_SIZE && !PHPDBG_G(sigsafe_mem).allocated)) { in ZEND_EXTERN_MODULE_GLOBALS()
27 static void zend_mm_mem_free(zend_mm_storage *storage, void *ptr, size_t size) { in zend_mm_mem_free() argument
H A Dphpdbg_win.c22 int mprotect(void *addr, size_t size, int protection) { in mprotect() argument
24 …return (int)VirtualProtect(addr, size, protection == (PROT_READ | PROT_WRITE) ? PAGE_READWRITE : P… in mprotect()
H A Dphpdbg_watch.h69 size_t size; member
128 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
147 static zend_always_inline size_t phpdbg_get_total_page_size(void *addr, size_t size) { in phpdbg_get_total_page_size() argument
148 …return (size_t) phpdbg_get_page_boundary((void *) ((size_t) addr + size - 1)) - (size_t) phpdbg_ge… in phpdbg_get_total_page_size()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_vtune.c28 size_t size) in zend_jit_vtune_register() argument
41 jmethod.method_size = size; in zend_jit_vtune_register()
H A Dzend_elf.h58 uintptr_t size; member
87 uint64_t size; member
91 uint32_t size;
/PHP-8.1/ext/standard/tests/file/
H A Dstat_variation8-win32.phpt26 echo "\n*** Testing stat(): on file by truncating it to given size ***\n";
50 $affected_members = array(7, 9, 'size', 'mtime');
54 clearstatcache(true, $filename); // clear previous size value in cache
64 *** Testing stat(): on file by truncating it to given size ***
H A Dftruncate_error.phpt11 echo "\n Initial file size = ".filesize($filename)."\n";
23 // check the first size
36 Initial file size = 36
H A Dsymlink_link_linkinfo_is_link_variation4.phpt8 Check size of file and hard link
28 echo "\n-- Check size of hard link and file --\n";
44 echo "\n-- Check size of hard link and file --\n";
60 echo "\n-- Check size of hard link and file --\n";
82 -- Check size of hard link and file --
89 -- Check size of hard link and file --
96 -- Check size of hard link and file --
/PHP-8.1/ext/standard/tests/array/
H A Darray_chunk_variation4.phpt11 $size = 2;
21 var_dump( array_chunk($input_array, $size) );
24 var_dump( array_chunk($input_array, $size, true) );
27 var_dump( array_chunk($input_array, $size, false) );
/PHP-8.1/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt54 ["size"]=>
69 ["size"]=>
84 ["size"]=>
99 ["size"]=>
/PHP-8.1/Zend/
H A Dzend_gdb.c62 ZEND_API bool zend_gdb_register_code(const void *object, size_t size) in zend_gdb_register_code() argument
66 entry = malloc(sizeof(zend_gdbjit_code_entry) + size); in zend_gdb_register_code()
72 entry->symfile_size = size; in zend_gdb_register_code()
74 memcpy((char *)entry->symfile_addr, object, size); in zend_gdb_register_code()
H A Dzend_system_id.c29 …d_add_system_entropy(const char *module_name, const char *hook_name, const void *data, size_t size) in zend_add_system_entropy() argument
34 if (size) { in zend_add_system_entropy()
35 PHP_MD5Update(&context, data, size); in zend_add_system_entropy()
/PHP-8.1/ext/phar/
H A Dpharzip.h135 char size[2]; member
140 char size[2]; /* TSize Short total data size for this block */ member
175 char size[2]; /* size of data 2 bytes */ member
/PHP-8.1/ext/shmop/
H A Dshmop.stub.php11 function shmop_open(int $key, string $mode, int $permissions, int $size): Shmop|false {} argument
13 function shmop_read(Shmop $shmop, int $offset, int $size): string {} argument
/PHP-8.1/ext/gd/libgd/
H A Dbmp.h55 int size; member
92 signed int size; member
H A Dgdcache.h67 int size; member
77 int size,
/PHP-8.1/Zend/tests/fibers/
H A Dgh10249.phpt2 GH-10249 (Assertion `size >= page_size + 1 * page_size' failed.)
17 Fiber stack size is too small, it needs to be at least %d bytes
/PHP-8.1/win32/
H A Dsockets.c31 int size = sizeof(address); in socketpair_win32() local
53 if (getsockname(sock[0], (struct sockaddr *) &address, &size) != 0) { in socketpair_win32()
76 redirect = accept(sock[0], (struct sockaddr *) &address, &size); in socketpair_win32()
/PHP-8.1/ext/tidy/tests/
H A D007.phpt14 echo "Current Value of 'tab-size': ";
15 var_dump($a->getopt("tab-size"));
33 Current Value of 'tab-size': int(8)
/PHP-8.1/ext/spl/
H A Dspl_fixedarray.stub.php7 public function __construct(int $size = 0) {} argument
25 public function setSize(int $size) {} // TODO make return type void argument
/PHP-8.1/ext/shmop/tests/
H A D002.phpt28 // Shared memory segment size must be greater than zero
35 //Shared memory segment size must be greater than zero
80 shmop_open(): Argument #4 ($size) must be greater than 0 for the "c" and "n" access modes
83 shmop_read(): Argument #2 ($offset) must be between 0 and the segment size
84 shmop_read(): Argument #3 ($size) is out of range
/PHP-8.1/ext/xml/tests/
H A Dbug32001b.phpt83 … echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
117 Chunk size: all data at once
129 Chunk size: 1 byte(s)
141 Chunk size: all data at once
153 Chunk size: 1 byte(s)
165 Chunk size: all data at once
177 Chunk size: 1 byte(s)
/PHP-8.1/ext/phar/tests/tar/files/
H A Dcorrupt_tarmaker.php.inc52 'size' => strlen($fileOrStream),
62 $stat['size'] = 0;
67 $stat['size'] = 0;
92 sprintf('%11s ',decoct($stat['size'])),
121 if ($stat['size'] % 512) {
122 fwrite($this->tmp, str_repeat("\0", 512 - $stat['size'] % 512));
164 'size' => 0,
/PHP-8.1/ext/gd/tests/
H A Dbug73157.phpt21 printf("chunk size: %d\n", $header['chunk_size']);
24 chunk size: 256
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Ddiv.c46 static void _one_mult (unsigned char *num, int size, int digit, unsigned char *result) in _one_mult() argument
52 memset (result, 0, size); in _one_mult()
56 memcpy (result, num, size); in _one_mult()
60 nptr = (unsigned char *) (num+size-1); in _one_mult()
61 rptr = (unsigned char *) (result+size-1); in _one_mult()
64 while (size-- > 0) in _one_mult()

Completed in 32 milliseconds

12345678910>>...28