Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.4/ext/standard/tests/file/
H A D007_variation3.phpt35 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
43 …( filesize($file) ); //Check for size of existing data file before opening the file in "w" mode a…
46 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w" …
H A Dbug71882.phpt10 Warning: ftruncate(): Negative size is not supported in %s%ebug71882.php on line %d
/PHP-7.4/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-7.4/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-7.4/ext/spl/tests/
H A Dbug62904.phpt7 public function __construct($size) {
H A Dfixedarray_021.phpt67 string(35) "array size cannot be less than zero"
68 string(35) "array size cannot be less than zero"
H A DSplFixedArray_setSize_reduce.phpt2 SPL FixedArray can reduce size of array
H A DSplFixedArray_key_setsize.phpt2 SplFixedArray::key() when the array has a size higher than the amount of values specified.
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.h54 size_t size; /* size of allocated buffer */ member
/PHP-7.4/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()
231 if (blacklist->pos == blacklist->size) { in zend_accel_blacklist_allocate()
232 blacklist->size += ZEND_BLACKLIST_BLOCK_SIZE; in zend_accel_blacklist_allocate()
233 …(zend_blacklist_entry *) realloc(blacklist->entries, sizeof(zend_blacklist_entry)*blacklist->size); in zend_accel_blacklist_allocate()
/PHP-7.4/ext/standard/tests/strings/
H A Dbug50052.phpt2 Bug #50052 (Different Hashes on Windows and Linux on wrong Salt size)
/PHP-7.4/ext/session/tests/
H A Drfc1867_sid_only_cookie_2.phpt64 ["size"]=>
77 ["size"]=>
H A Drfc1867_cleanup.phpt68 ["size"]=>
81 ["size"]=>
/PHP-7.4/Zend/
H A Dzend_llist.h39 size_t size; member
48 ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char per…
/PHP-7.4/ext/mbstring/tests/
H A Dbug77367.phpt2 Bug #77367 (Negative size parameter in mb_split)
/PHP-7.4/ext/dba/
H A Ddba_cdb.c213 # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size) argument
215 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size) argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c56 static void *default_malloc(size_t size, void *data) in default_malloc() argument
59 return malloc(size); in default_malloc()
86 PRIV(memctl_malloc)(size_t size, pcre2_memctl *memctl) in PRIV()
89 void *yield = (memctl == NULL)? malloc(size) : in PRIV()
90 memctl->malloc(size, memctl->memory_data); in PRIV()
/PHP-7.4/ext/pcre/tests/
H A Dbug81424a.phpt9 preg_match('/(?P<size>\d+)m|M/', "4M", $m),
/PHP-7.4/ext/oci8/tests/
H A Dlob_024.phpt28 var_dump($blob->size());
30 var_dump($blob->size());
/PHP-7.4/ext/ldap/tests/
H A Dldap_search_paged_result_controls.phpt23 [['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 2]]]),
27 …[['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 20, 'cookie' => $controls[LDAP_CONTROL…
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c552 SLJIT_ASSERT(size <= 256); in ensure_buf()
571 SLJIT_ASSERT(size <= 256); in ensure_abuf()
590 if (size <= 0 || size > 128) in sljit_alloc_memory()
592 size = (size + 7) & ~7; in sljit_alloc_memory()
594 if (size <= 0 || size > 64) in sljit_alloc_memory()
596 size = (size + 3) & ~3; in sljit_alloc_memory()
638 result = label->size; in compute_next_addr()
691 label->size = compiler->size; in set_label()
1377 CHECK_ARGUMENT(size > 0 && size < 16); in check_sljit_emit_op_custom()
2317 SLJIT_UNUSED_ARG(size); in sljit_alloc_memory()
[all …]
/PHP-7.4/ext/standard/
H A Dmd5.h50 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
/PHP-7.4/ext/standard/tests/array/
H A Drange_bug70239_2.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=0 end=%d in %srange_bug7…
H A Drange_bug70239_3.phpt9 Warning: range(): The supplied range exceeds the maximum array size: start=-%d end=0 in %srange_bug…
/PHP-7.4/ext/gd/tests/
H A Dbug38112.phpt2 Bug #38112 (GIF Invalid Code size ).

Completed in 51 milliseconds

12345678910>>...25