Home
last modified time | relevance | path

Searched refs:size (Results 176 – 200 of 697) sorted by relevance

12345678910>>...28

/PHP-8.1/ext/ldap/tests/
H A Dldap_get_option_controls.phpt42 'size' => 1,
83 ["size"]=>
101 ["size"]=>
H A Dldap_parse_result_controls.phpt24 [['oid' => LDAP_CONTROL_PAGEDRESULTS, 'iscritical' => TRUE, 'value' => ['size' => 1]]]),
27 $ctrls[LDAP_CONTROL_PAGEDRESULTS]['value']['size'],
/PHP-8.1/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt6 $size = 2;
29 var_dump( array_chunk($input_array, $size, true) );
30 var_dump( array_chunk($input_array, $size, false) );
/PHP-8.1/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc53 'size' => strlen($fileOrStream),
86 sprintf('%11s ',decoct($stat['size'])),
114 if ($stat['size'] % 512) {
115 fwrite($this->tmp, (binary)str_repeat("\0", 512 - $stat['size'] % 512));
157 'size' => 0,
/PHP-8.1/ext/standard/tests/file/
H A D007_variation4.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 …
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+"…
H A D007_variation11-win32-mb.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation11-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation11.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 …( filesize($file) ); //Check for size of existing data file before opening the file in "wt" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wt"…
H A D007_variation12-win32.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 … filesize($file) ); //Check for size of existing data file before opening the file in "w+t" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation12.phpt29 var_dump( fwrite($file_handle, $string) ); //Check for write operation; passes; expected:size of t…
37 … filesize($file) ); //Check for size of existing data file before opening the file in "w+t" mode …
40 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+t…
H A D007_variation19.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 "wb" mode …
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "wb"…
H A D007_variation20.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+b" mode …
35 var_dump( filesize($file) ); //Check for size of existing data file after opening the file in "w+b…
/PHP-8.1/Zend/
H A Dzend_objects_API.c32 objects->size = init_size; in zend_objects_store_init()
134 uint32_t new_size = 2 * EG(objects_store).size; in zend_objects_store_put_cold()
138 EG(objects_store).size = new_size; in zend_objects_store_put_cold()
154 } else if (UNEXPECTED(EG(objects_store).top == EG(objects_store).size)) { in zend_objects_store_put()
H A Dzend_gdb.h23 ZEND_API bool zend_gdb_register_code(const void *object, size_t size);
H A Dzend_virtual_cwd.h162 CWD_API char *virtual_getcwd(char *buf, size_t size);
256 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size) argument
301 #define VCWD_GETCWD(buff, size) php_win32_ioutil_getcwd(buff, size) argument
313 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
/PHP-8.1/ext/standard/
H A Dcrypt_blowfish.h21 char *output, int size);
/PHP-8.1/ext/shmop/
H A Dshmop_arginfo.h8 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
14 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
/PHP-8.1/ext/imap/tests/
H A Dimap_fetch_overview_basic.phpt56 size is %d
70 size is %d
82 size is %d
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Doutput.c59 void bc_out_long (long val, size_t size, bool space, void (*out_char)(char) ) in bc_out_long() argument
67 while (size > len) in bc_out_long()
70 size--; in bc_out_long()
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c154 compiler->size++; in push_cpool()
160 compiler->size++; in push_cpool()
186 compiler->size++; in push_inst()
231 compiler->size++; in push_inst_with_literal()
250 compiler->size++; in push_inst_with_unique_literal()
657 sljit_uw size; in sljit_generate_code() local
682 size = compiler->size + (compiler->patches << 1); in sljit_generate_code()
686 size = compiler->size; in sljit_generate_code()
1042 local_size = ((size + local_size + 7) & ~7) - size; in sljit_emit_enter()
1063 sljit_s32 size; in sljit_set_context() local
[all …]
/PHP-8.1/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
135 unsigned char state[size]; \
/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
135 unsigned char state[size]; \
/PHP-8.1/ext/ftp/tests/
H A Dgh10521.phpt21 foreach ([12345678910, 9223372036854775807] as $size) {
25 ftp_fget($ftp, $handle, 'gh10521', FTP_ASCII, $size);
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.c288 size_t size = stream->buf.size ?: stream->buf_init_size; in zlog_stream_buf_alloc_ex() local
291 size = MIN(zlog_limit, MAX(size * 2, needed)); in zlog_stream_buf_alloc_ex()
292 buf = realloc(stream->buf.data, size); in zlog_stream_buf_alloc_ex()
294 size = MIN(zlog_limit, MAX(size, needed)); in zlog_stream_buf_alloc_ex()
295 buf = malloc(size); in zlog_stream_buf_alloc_ex()
303 stream->buf.size = size; in zlog_stream_buf_alloc_ex()
312 if (stream->buf.data && stream->buf.size >= MIN(zlog_limit, stream->buf_init_size)) { in zlog_stream_buf_alloc()
417 if (stream->buf.size - stream->len <= str_len && in zlog_stream_buf_copy_cstr()
431 if (stream->buf.size - stream->len < 1 && !zlog_stream_buf_alloc_ex(stream, 1)) { in zlog_stream_buf_copy_char()
686 stream->buf.data, stream->buf.size, stream->use_syslog); in zlog_stream_prefix_ex()
/PHP-8.1/ext/ffi/tests/
H A D021.phpt9 function test($size, $type) {
10 if (FFI::sizeof(FFI::new($type)) !== $size) {
11 echo "FAIL: sizeof($type) != $size\n";

Completed in 90 milliseconds

12345678910>>...28