Home
last modified time | relevance | path

Searched refs:size (Results 576 – 600 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_basic2-win32-mb.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
54 //close the file and check the size
H A Dfseek_ftell_rewind_basic2-win32.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
54 //close the file and check the size
H A Dfseek_ftell_rewind_basic2.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
54 //close the file and check the size
H A Dcopy_variation4.phpt14 and checking the existence and size of destination files
H A Dfgetcsv_variation6.phpt2 Test fgetcsv() : usage variations - with length less than line size
7 value less than the line size
10 echo "*** Testing fgetcsv() : with length less than line size ***\n";
72 // use length as less than the actual size of the line
94 *** Testing fgetcsv() : with length less than line size ***
H A Dcopy_variation2-win32-mb.phpt11 and checking the existence and size of destination files
/PHP-8.1/Zend/
H A Dzend_string.h28 typedef zend_string *(ZEND_FASTCALL *zend_string_init_interned_func_t)(const char *str, size_t size
29 …FASTCALL *zend_string_init_existing_interned_func_t)(const char *str, size_t size, bool permanent);
H A Dzend_inheritance.c62 size_t size = ZEND_TYPE_LIST_SIZE(old_list->num_types); in zend_type_copy_ctor() local
64 ? zend_arena_alloc(&CG(arena), size) : pemalloc(size, persistent); in zend_type_copy_ctor()
1373 size_t size; in zend_build_properties_info_table() local
1379 size = sizeof(zend_property_info *) * ce->default_properties_count; in zend_build_properties_info_table()
1381 ce->properties_info_table = table = zend_arena_alloc(&CG(arena), size); in zend_build_properties_info_table()
1383 ce->properties_info_table = table = pemalloc(size, 1); in zend_build_properties_info_table()
1387 memset(table, 0, size); in zend_build_properties_info_table()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c750 DWORD size = GetEnvironmentVariableW(keyw, &dummybuf, 0); in php_getenv() local
757 if (size == 0) { in php_getenv()
763 wchar_t *valw = emalloc((size + 1) * sizeof(wchar_t)); in php_getenv()
764 size = GetEnvironmentVariableW(keyw, valw, size); in php_getenv()
765 if (size == 0) { in php_getenv()
H A Dbasic_functions.stub.php1087 function ftruncate($stream, int $size): bool {} argument
1701 function stream_set_write_buffer($stream, int $size): int {} argument
1707 function set_file_buffer($stream, int $size): int {} argument
1710 function stream_set_read_buffer($stream, int $size): int {} argument
1767 function stream_set_chunk_size($stream, int $size): int {} argument
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c531 size_t size; in cgi_getenv_win32() local
539 rc = _wgetenv_s(&size, NULL, 0, keyw); in cgi_getenv_win32()
540 if (rc || 0 == size) { in cgi_getenv_win32()
545 valw = emalloc((size + 1) * sizeof(wchar_t)); in cgi_getenv_win32()
547 rc = _wgetenv_s(&size, valw, size, keyw); in cgi_getenv_win32()
/PHP-8.1/
H A Dphp.ini-development207 ; will send that data in chunks of roughly the size you specify.
265 ; compression. If you prefer a larger chunk size for better
350 ; https://php.net/realpath-cache-size
697 ; Maximum size of POST data that PHP will accept.
700 ; https://php.net/post-max-size
851 ; Maximum allowed size for uploaded files.
1052 ; stack size limit imposed by the Operating System).
1281 ; https://php.net/oci8.statement-cache-size
1763 ; A default size of the shared memory segment
1780 ; The OPcache shared memory storage size.
[all …]
H A Dphp.ini-production207 ; will send that data in chunks of roughly the size you specify.
265 ; compression. If you prefer a larger chunk size for better
350 ; https://php.net/realpath-cache-size
699 ; Maximum size of POST data that PHP will accept.
702 ; https://php.net/post-max-size
853 ; Maximum allowed size for uploaded files.
1054 ; stack size limit imposed by the Operating System).
1283 ; https://php.net/oci8.statement-cache-size
1765 ; A default size of the shared memory segment
1782 ; The OPcache shared memory storage size.
[all …]
/PHP-8.1/Zend/Optimizer/
H A Dzend_dump.c1223 zend_dump_var_set(op_array, "def", DFG_BITSET(dfg->def, dfg->size, j)); in zend_dump_dfg()
1224 zend_dump_var_set(op_array, "use", DFG_BITSET(dfg->use, dfg->size, j)); in zend_dump_dfg()
1225 zend_dump_var_set(op_array, "in ", DFG_BITSET(dfg->in, dfg->size, j)); in zend_dump_dfg()
1226 zend_dump_var_set(op_array, "out", DFG_BITSET(dfg->out, dfg->size, j)); in zend_dump_dfg()
H A Dzend_dfg.c259 set_size = dfg->size; in zend_build_dfg()
H A Dzend_ssa.c47 if (DFG_ISSET(dfg->def, dfg->size, predecessor, var)) { in will_rejoin()
65 if (!DFG_ISSET(dfg->in, dfg->size, to, var)) { in needs_pi()
118 DFG_SET(dfg->def, dfg->size, to, var); in add_pi()
124 DFG_SET(dfg->use, dfg->size, to, var); in add_pi()
930 dfg.size = set_size = zend_bitset_len(dfg.vars); in zend_build_ssa()
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt140 printf("stop: packet size - %d\n", $package_size);
/PHP-8.1/ext/mbstring/tests/
H A Diso2022jp_2004_encoding.phpt274 $size = rand(5,20);
280 while ($size--) {
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c1070 void *phpdbg_malloc_wrapper(size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) /* {{{ */ in phpdbg_malloc_wrapper()
1072 …return _zend_mm_alloc(zend_mm_get_heap(), size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_C… in phpdbg_malloc_wrapper()
1088 void *phpdbg_realloc_wrapper(void *ptr, size_t size ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) /* {{… in phpdbg_realloc_wrapper()
1090 …return _zend_mm_realloc(zend_mm_get_heap(), ptr, size ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_… in phpdbg_realloc_wrapper()
/PHP-8.1/ext/ftp/
H A Dphp_ftp.c454 zend_long size, ret; in PHP_FUNCTION() local
457 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "Ol|z", &z_ftp, php_ftp_ce, &size, &zresponse) == FAILU… in PHP_FUNCTION()
462 ret = ftp_alloc(ftp, size, zresponse ? &response : NULL); in PHP_FUNCTION()
H A Dftp_arginfo.h62 ZEND_ARG_TYPE_INFO(0, size, IS_LONG, 0)
/PHP-8.1/sapi/embed/
H A DREADME.md76 fci.size = sizeof fci;
/PHP-8.1/ext/imap/tests/setup/
H A Dimap_include.inc17 'size',
/PHP-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c342 fc->fci.size = sizeof(fc->fci); in do_callback()
492 collation->fc.fci.size = sizeof(collation->fc.fci); in php_sqlite3_collation_callback()
/PHP-8.1/ext/phar/
H A Dfunc_interceptors.c236 int size = 0; in PHAR_FUNC() local
321 size = php_stream_passthru(stream); in PHAR_FUNC()
323 RETURN_LONG(size); in PHAR_FUNC()

Completed in 120 milliseconds

1...<<2122232425262728