Home
last modified time | relevance | path

Searched refs:size (Results 201 – 225 of 697) sorted by relevance

12345678910>>...28

/PHP-8.1/ext/standard/tests/file/
H A D007_variation3.phpt24 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
32 …( filesize($file) ); //Check for size of existing data file before opening the file in "w" mode a…
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w" …
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_win.h29 int mprotect(void *addr, size_t size, int protection);
/PHP-8.1/ext/exif/
H A Dexif.c1924 size_t size; member
1937 size_t size; member
1944 size_t size; member
2136 if (!size) { in exif_file_sections_add()
2143 ImageInfo->file.list[count].size = size; in exif_file_sections_add()
2164 ImageInfo->file.list[section_index].size = size; in exif_file_sections_realloc()
3146 &xp_field->size, in exif_process_unicode()
3154 return xp_field->size; in exif_process_unicode()
3683 && ImageInfo->Thumbnail.size in exif_process_IFD_in_JPEG()
3895 if (got != size) { in exif_scan_JPEG_header()
[all …]
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_gdb.h30 size_t size,
/PHP-8.1/Zend/
H A Dzend_system_id.h24 …_add_system_entropy(const char *module_name, const char *hook_name, const void *data, size_t size);
/PHP-8.1/ext/ffi/
H A Dffi.c369 t->size = type->size; in zend_ffi_make_fake_struct_type()
2999 || old->size != type->size in zend_ffi_same_types()
3959 } else if (type->size > old_type->size) { in ZEND_METHOD()
5810 type->size = zend_ffi_type_uint8.size;
5814 type->size = zend_ffi_type_uint32.size;
5912 enum_type->size = sym_type->size;
6005 struct_type->size = MAX(struct_type->size, field_type->size);
6012 struct_type->size += field_type->size;
6087 struct_type->size = MAX(struct_type->size, field_type->size);
6089 struct_type->size += field_type->size;
[all …]
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug73237.phpt12 …ue"/><sf:Email>angela.lansbury@cbs.com</sf:Email></sf:Lead></records><size>1</size></result></quer…
66 ["size"]=>
/PHP-8.1/ext/standard/tests/strings/
H A Dbug64879.phpt2 Bug #64879: quoted_printable_encode() wrong size calculation (CVE-2013-2110)
H A Dsubstr_count_error.phpt16 /* offset > size of the string */
23 /* Using offset and length to go beyond the size of the string:
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h240 #define SLJIT_MALLOC(size, allocator_data) malloc(size) argument
617 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size);
620 #define SLJIT_BUILTIN_MALLOC_EXEC(size, exec_allocator_data) sljit_malloc_exec(size) argument
624 #define SLJIT_MALLOC_EXEC(size, exec_allocator_data) SLJIT_BUILTIN_MALLOC_EXEC((size), (exec_alloca… argument
H A DsljitLir.c564 SLJIT_ASSERT(size <= 256); in ensure_buf()
602 if (size <= 0 || size > 128) in sljit_alloc_memory()
604 size = (size + 7) & ~7; in sljit_alloc_memory()
606 if (size <= 0 || size > 64) in sljit_alloc_memory()
608 size = (size + 3) & ~3; in sljit_alloc_memory()
653 result = label->size; in compute_next_addr()
706 label->size = compiler->size; in set_label()
1391 CHECK_ARGUMENT(size > 0 && size < 16); in check_sljit_emit_op_custom()
1396 CHECK_ARGUMENT(size == 2 || size == 4 || size == 6); in check_sljit_emit_op_custom()
2330 SLJIT_UNUSED_ARG(size); in sljit_alloc_memory()
[all …]
/PHP-8.1/ext/gd/libgd/
H A Dgd_gd.c155 gdImagePtr gdImageCreateFromGdPtr (int size, void *data) in gdImageCreateFromGdPtr() argument
158 gdIOCtx *in = gdNewDynamicCtxEx(size, data, 0); in gdImageCreateFromGdPtr()
272 void *gdImageGdPtr (gdImagePtr im, int *size) in gdImageGdPtr() argument
277 rv = gdDPExtractData(out, size); in gdImageGdPtr()
/PHP-8.1/Zend/tests/
H A Dbug69025.phpt2 Bug #69025 (Invalid read of size 4 when calling __callStatic)
/PHP-8.1/ext/session/tests/
H A Drfc1867_disabled.phpt63 ["size"]=>
78 ["size"]=>
H A Drfc1867_disabled_2.phpt63 ["size"]=>
78 ["size"]=>
H A Drfc1867_no_name.phpt63 ["size"]=>
78 ["size"]=>
H A Drfc1867_sid_only_cookie_2.phpt66 ["size"]=>
81 ["size"]=>
/PHP-8.1/ext/imap/
H A Dphp_imap.h66 #define LSIZE text.size
73 #define LSIZE size
/PHP-8.1/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt6 $size = 2;
30 var_dump( array_chunk($input_array, $size) );
/PHP-8.1/ext/curl/tests/
H A Dbug69316.phpt12 …// cause an allocation of approx the same size as a FILE structure, size varies a bit depending on…
/PHP-8.1/ext/sqlite3/tests/
H A Dsqlite3_30_blobopen.phpt40 echo "Expanding blob size\n";
72 Expanding blob size
74 Warning: fwrite(): It is not possible to increase the size of a BLOB in %s on line %d
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_blacklist.c55 blacklist->size = ZEND_BLACKLIST_BLOCK_SIZE; in zend_accel_blacklist_init()
61 …blacklist->entries = (zend_blacklist_entry *) calloc(sizeof(zend_blacklist_entry), blacklist->size in zend_accel_blacklist_init()
234 if (blacklist->pos == blacklist->size) { in zend_accel_blacklist_allocate()
235 blacklist->size += ZEND_BLACKLIST_BLOCK_SIZE; in zend_accel_blacklist_allocate()
236 …(zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_entry)*blacklist->size); in zend_accel_blacklist_allocate()
/PHP-8.1/ext/opcache/tests/
H A Dbu69838.phpt2 Bug #69838 OPCACHE Warning Internal error: wrong size calculation
/PHP-8.1/ext/spl/tests/
H A Dfixedarray_021.phpt66 SplFixedArray::__construct(): Argument #1 ($size) must be greater than or equal to 0
67 SplFixedArray::setSize(): Argument #1 ($size) must be greater than or equal to 0
/PHP-8.1/ext/oci8/tests/
H A Dlob_024.phpt30 var_dump($blob->size());
32 var_dump($blob->size());

Completed in 96 milliseconds

12345678910>>...28