Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...28

/PHP-8.1/ext/spl/tests/
H A DSplFixedArray__construct_param_string.phpt16 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, string given
H A DSplFixedArray_construct_param_SplFixedArray.phpt15 Ok - SplFixedArray::__construct(): Argument #1 ($size) must be of type int, SplFixedArray given
H A DSplFixedArray_setSize_param_null.phpt12 Deprecated: SplFixedArray::setSize(): Passing null to parameter #1 ($size) of type int is deprecate…
H A DSplTempFileObject_constructor_maxmemory_basic.phpt2 SPL SplTempFileObject constructor sets correct values when passed fixed memory size
/PHP-8.1/ext/sysvshm/
H A Dsysvshm.stub.php13 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {} argument
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_blacklist.h35 int size; member
H A DZendAccelerator.c964 if (size) { in zend_get_file_handle_timestamp_win()
987 if (size) { in zend_get_file_handle_timestamp()
1059 if (size) { in zend_get_file_handle_timestamp()
1751 size_t size = 0; in opcache_compile_file() local
2341 size_t size; in zend_accel_inheritance_cache_add() local
2394 size = dummy.size; in zend_accel_inheritance_cache_add()
2973 mem = mmap(NULL, size, in accel_remap_huge_pages()
2986 ret = mmap(start, size, in accel_remap_huge_pages()
3002 munmap(mem, size); in accel_remap_huge_pages()
3011 munmap(mem, size); in accel_remap_huge_pages()
[all …]
/PHP-8.1/ext/openssl/tests/
H A Dbug80747.phpt2 Bug #80747: Providing RSA key size < 512 generates key that crash PHP
/PHP-8.1/ext/filter/
H A Dfilter.c105 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in ZEND_GET_MODULE() local
107 for (i = 0; i < size; ++i) { in ZEND_GET_MODULE()
283 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in php_find_filter() local
285 for (i = 0; i < size; ++i) { in php_find_filter()
291 for (i = 0; i < size; ++i) { in php_find_filter()
816 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
823 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
834 int size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
841 for (i = 0; i < size; ++i) { in PHP_FUNCTION()
/PHP-8.1/tests/lang/
H A Dbug45392.phpt22 Fatal error: Allowed memory size of %d bytes exhausted%s
/PHP-8.1/ext/dom/tests/
H A DDOMCharacterData_deleteData_basic_001.phpt2 DOMCharacterData::deleteData() with count exceeding string size.
H A DDOMCharacterData_deleteData_error_002.phpt2 DOMCharacterData::deleteData() with offset exceeding string size.
/PHP-8.1/ext/standard/tests/file/
H A Dstat_variation7-win32.phpt113 ["size"]=>
167 ["size"]=>
223 ["size"]=>
277 ["size"]=>
H A Dlstat_stat_variation20.phpt102 ["size"]=>
158 ["size"]=>
212 ["size"]=>
266 ["size"]=>
/PHP-8.1/main/
H A Dphp.h142 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
146 if (src_size >= size) \
147 php_str_len = size - 1; \
297 PHPAPI size_t php_write(void *buf, size_t size);
/PHP-8.1/ext/standard/
H A Dmd5.h47 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
H A Dimage.c146 int size; in php_handle_bmp() local
154size = (((unsigned int)dim[ 3]) << 24) + (((unsigned int)dim[ 2]) << 16) + (((unsigned int)dim[ … in php_handle_bmp()
155 if (size == 12) { in php_handle_bmp()
160 } else if (size > 12 && (size <= 64 || size == 108 || size == 124)) { in php_handle_bmp()
887 int size; in php_handle_iff() local
903 size = php_ifd_get32s(a+4, 1); in php_handle_iff()
904 if (size < 0) { in php_handle_iff()
907 if ((size & 1) == 1) { in php_handle_iff()
908 size++; in php_handle_iff()
911 if (size < 9 || php_stream_read(stream, (char*)a, 9) != 9) { in php_handle_iff()
[all …]
/PHP-8.1/Zend/tests/generators/
H A Dgh9801.phpt21 Fatal error: Allowed memory size of %d bytes exhausted %s
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_help.c54 uint32_t size = 0; in pretty_print() local
65 size += bold_escape_len - 2; in pretty_print()
68 size += prompt_escape_len - 2; in pretty_print()
74 size += (p-text)+1; in pretty_print()
76 new = emalloc(size); in pretty_print()
128 if ((q-new)>size) { in pretty_print()
129 phpdbg_error("Output overrun of %" PRIu32 " bytes", (uint32_t) ((q - new) - size)); in pretty_print()
/PHP-8.1/ext/sockets/
H A Dsendrecvmsg.h27 socklen_t size; /* size of native structure */ member
/PHP-8.1/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-8.1/ext/exif/tests/bug72735/
H A Dbug72735.phpt2 Bug #72735 (Samsung picture thumb not read (zero size))
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug74103.phpt2 Bug #74103: heap-use-after-free when unserializing invalid array size
/PHP-8.1/ext/spl/
H A Dspl_fixedarray_arginfo.h5 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, size, IS_LONG, 0, "0")
25 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
/PHP-8.1/ext/tidy/
H A Dtidy.c49 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0)
401 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
534 if (output.size) { in tidy_doc_cast_handler()
535 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
573 ZVAL_STRINGL(out, (char *) buf.bp, buf.size-1); in tidy_node_cast_handler()
596 if (output.size) { in tidy_doc_update_properties()
600 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
606 if (obj->ptdoc->errbuf->size) { in tidy_doc_update_properties()
632 ADD_PROPERTY_STRINGL(obj->std.properties, value, buf.bp, buf.size ? buf.size-1 : 0); in tidy_add_default_properties()
971 output_context->out.used = outbuf.size ? outbuf.size-1 : 0; in php_tidy_output_handler()
[all …]

Completed in 60 milliseconds

1...<<11121314151617181920>>...28