Home
last modified time | relevance | path

Searched refs:size (Results 251 – 275 of 662) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_help.c57 unsigned int size = 0; in pretty_print() local
73 size += bold_escape_len - 2; in pretty_print()
76 size += prompt_escape_len - 2; in pretty_print()
82 size += (p-text)+1; in pretty_print()
84 new = emalloc(size); in pretty_print()
136 if ((q-new)>size) { in pretty_print()
137 phpdbg_error("help", "overrun=\"%lu\"", "Output overrun of %lu bytes", ((q - new) - size)); in pretty_print()
/PHP-7.3/ext/standard/tests/serialize/
H A Dbug74103.phpt2 Bug #74103: heap-use-after-free when unserializing invalid array size
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt2 mysqli_stmt_send_long_data() - exceed packet size, libmysql - bug #26824
42 …printf("[008] Cannot determine max_allowed_packet size and/or bogus max_allowed_packet setting use…
45 // maximum packet size up to which we test is 10M
/PHP-7.3/ext/standard/tests/streams/
H A Dbug61115-1.phpt17 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-7.3/ext/standard/tests/file/
H A Dstat_variation7-win32.phpt118 ["size"]=>
172 ["size"]=>
228 ["size"]=>
282 ["size"]=>
H A Dlstat_stat_variation19.phpt106 ["size"]=>
160 ["size"]=>
216 ["size"]=>
270 ["size"]=>
H A Dlstat_stat_variation20.phpt108 ["size"]=>
164 ["size"]=>
218 ["size"]=>
272 ["size"]=>
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_dfg.h27 uint32_t size; member
/PHP-7.3/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-7.3/Zend/tests/
H A Dbug76846.phpt26 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dbug63055.phpt7 /* the default gc root size is 10,000 */
H A Dbug40770.phpt22 Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to allocate %d bytes) in %s on …
/PHP-7.3/ext/exif/tests/
H A Dbug77753.phpt12 Warning: exif_read_data(bug77753.tiff): Illegal IFD size: 0x006A > 0x0065 in %sbug77753.php on line…
/PHP-7.3/ext/zlib/
H A Dzlib.c54 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc() argument
56 return (voidpf)safe_emalloc(items, size, 0); in php_zlib_alloc()
163 output_context->out.data = emalloc(output_context->out.size); in php_zlib_output_handler_ex()
169 ctx->Z.avail_out = output_context->out.size; in php_zlib_output_handler_ex()
190 output_context->out.used = output_context->out.size - ctx->Z.avail_out; in php_zlib_output_handler_ex()
381 buffer.size = (max && (max < Z->avail_in)) ? max : Z->avail_in; in php_zlib_inflate_rounds()
388 Z->avail_out = buffer.free = buffer.size - buffer.used; in php_zlib_inflate_rounds()
400 buffer.size += (buffer.size >> 3) + 1; in php_zlib_inflate_rounds()
636 size_t size; in PHP_FUNCTION() local
652 size = php_stream_passthru(stream); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregint.h127 #define xvsnprintf(buf,size,fmt,args) _vsnprintf_s(buf,size,_TRUNCATE,fmt,args) argument
129 #define xstrcat(dest,src,size) strcat_s(dest,size,src) argument
134 #define xstrcat(dest,src,size) strcat(dest,src) argument
357 #define BB_INIT(buf,size) bbuf_init((BBuf* )(buf), (size)) argument
373 #define BB_ENSURE_SIZE(buf,size) do{\ argument
375 while (new_alloc < (unsigned int )(size)) { new_alloc *= 2; }\
1011 extern hash_table_type* onig_st_init_strend_table_with_size P_((int size));
/PHP-7.3/ext/phar/tests/
H A Dbug71331.phpt11 …on: phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size) in %s%ebug71331.ph…
/PHP-7.3/ext/exif/tests/bug72735/
H A Dbug72735.phpt2 Bug #72735 (Samsung picture thumb not read (zero size))
/PHP-7.3/ext/zip/lib/
H A Dzipint.h147 #error unsupported size of off_t
167 #error unsupported size of size_t
368 zip_uint64_t size; /* size of central directory */ member
377 zip_uint16_t size; /* data size */ member
437 zip_uint64_t size; member
474 zip_buffer_t *_zip_buffer_new(zip_uint8_t *data, zip_uint64_t size);
475 zip_buffer_t *_zip_buffer_new_from_source(zip_source_t *src, zip_uint64_t size, zip_uint8_t *buf, z…
/PHP-7.3/ext/oci8/tests/
H A Dlob_025.phpt26 var_dump($blob->size());
28 var_dump($blob->size());
/PHP-7.3/ext/session/tests/
H A Drfc1867.phpt68 ["size"]=>
81 ["size"]=>
H A Drfc1867_sid_cookie.phpt67 ["size"]=>
80 ["size"]=>
H A Drfc1867_sid_get.phpt65 ["size"]=>
78 ["size"]=>
H A Drfc1867_sid_get_2.phpt67 ["size"]=>
80 ["size"]=>
H A Drfc1867_sid_only_cookie.phpt67 ["size"]=>
80 ["size"]=>
H A Drfc1867_sid_post.phpt63 ["size"]=>
76 ["size"]=>

Completed in 77 milliseconds

1...<<11121314151617181920>>...27