Home
last modified time | relevance | path

Searched refs:size (Results 551 – 575 of 697) sorted by relevance

1...<<2122232425262728

/PHP-8.1/ext/standard/tests/file/
H A Dfseek_ftell_rewind_variation4-win32.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
49 //close the file and check the size
H A Dfseek_ftell_rewind_variation4.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
49 //close the file and check the size
H A Dfseek_ftell_rewind_variation5.phpt29 ,5,"bytes",".tmp"); //create a file with 512 bytes size
42 //close the file and check the size
H A Dfseek_ftell_rewind_variation6-win32.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
49 //close the file and check the size
H A Dfseek_ftell_rewind_variation6.phpt38 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
49 //close the file and check the size
H A Dfseek_ftell_rewind_variation8-win32.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
50 //close the file and check the size
H A Dfseek_ftell_rewind_variation8.phpt39 fill_buffer($data_to_be_written, $file_content_type, 512); //get the data of size 512
50 //close the file and check the size
H A Dfgetcsv_variation17.phpt2 Test fgetcsv() : usage variations - with default enclosure & length less than line size
6 and length value less than the size of line being read
9 echo "*** Testing fgetcsv() : with default enclosure & length less than line size ***\n";
66 // use length as less than the actual size of the line
89 *** Testing fgetcsv() : with default enclosure & length less than line size ***
H A Dfwrite_variation1-win32-mb.phpt43 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
60 // ensure that file content/size didn't change.
H A Dfwrite_variation1.phpt36 fill_buffer($data_to_be_written,$file_content_type,1024); //get the data of size 1024
53 // ensure that file content/size didn't change.
H A Dcopy_variation1.phpt6 and checking the existence and size of destination files
H A Dfseek_ftell_rewind_basic1.phpt26 ,1,"bytes",".tmp"); //create a file with 512 bytes size
43 //close the file and check the size
/PHP-8.1/ext/libxml/
H A Dlibxml.c230 libxml_globals->entity_loader.fci.size = 0; in PHP_GINIT_FUNCTION()
236 if (fci->size > 0) { in _php_libxml_destroy_fci()
238 fci->size = 0; in _php_libxml_destroy_fci()
594 if (fci->size == 0) { in _php_libxml_external_entity_loader()
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c84 zend_long size = atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH() local
86 if (size < MIN_ACCEL_FILES) { in ZEND_INI_MH()
90 if (size > MAX_ACCEL_FILES) { in ZEND_INI_MH()
94 *p = size; in ZEND_INI_MH()
H A Dshared_alloc_win32.c328 shared_segment->size = requested_size - ACCEL_BASE_POINTER_SIZE; in create_segments()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit.c897 size_t size; in dasm_link_and_encode() local
943 ret = dasm_link(dasm_state, &size); in dasm_link_and_encode()
970 size += dasm_venners_size; in dasm_link_and_encode()
1028 size); in dasm_link_and_encode()
1040 size); in dasm_link_and_encode()
1054 size, in dasm_link_and_encode()
1066 size); in dasm_link_and_encode()
1076 size); in dasm_link_and_encode()
1081 size); in dasm_link_and_encode()
1093 size); in dasm_link_and_encode()
[all …]
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic681 # which is 8 bytes (2 bytes type + 2 bytes header size + 4 bytes size).
3053 # tag size in bytes
3538 # compressed data size != compressed file size
8015 # ROM size.
8028 # RAM size.
9461 # file size = records * record size + header size
16479 # profile size
18355 # file size
22016 # size of sub file
23674 # compressed size?
[all …]
H A Dmagic私はガラスを食べられます681 # which is 8 bytes (2 bytes type + 2 bytes header size + 4 bytes size).
3053 # tag size in bytes
3538 # compressed data size != compressed file size
8015 # ROM size.
8028 # RAM size.
9461 # file size = records * record size + header size
16479 # profile size
18355 # file size
22016 # size of sub file
23674 # compressed size?
[all …]
/PHP-8.1/ext/oci8/
H A Doci8.stub.php609 public function size(): int|false {} function in OCILob
713 public function size(): int|false {} function in OCICollection
H A Doci8_collection.c238 int php_oci_collection_size(php_oci_collection *collection, sb4 *size) in php_oci_collection_size() argument
243 …N(errstatus, OCICollSize, (connection->env, connection->err, collection->collection, (sb4 *)size)); in php_oci_collection_size()
/PHP-8.1/Zend/
H A Dzend_enum.c421 size_t size = sizeof(zend_ast_ref) + zend_ast_size(3) in create_enum_case_ast() local
423 char *p = pemalloc(size, 1); in create_enum_case_ast()
H A Dzend_ast.c31 static inline void *zend_ast_alloc(size_t size) { in zend_ast_alloc() argument
32 return zend_arena_alloc(&CG(ast_arena), size); in zend_ast_alloc()
877 size_t size; in zend_ast_tree_size() local
880 size = sizeof(zend_ast_zval); in zend_ast_tree_size()
885 size = zend_ast_list_size(list->children); in zend_ast_tree_size()
888 size += zend_ast_tree_size(list->child[i]); in zend_ast_tree_size()
894 size = zend_ast_size(children); in zend_ast_tree_size()
897 size += zend_ast_tree_size(ast->child[i]); in zend_ast_tree_size()
901 return size; in zend_ast_tree_size()
H A Dzend_types.h450 size_t size = HT_HASH_SIZE((ht)->nTableMask); \
453 ZEND_ASSERT(size >= 64 && ((size & 0x3f) == 0)); \
460 size -= 64; \
461 } while (size != 0); \
/PHP-8.1/
H A Dconfigure.ac222 dnl supports it. This can help reduce the binary size and startup time.
1010 [Set size of descriptor sets])],
1078 AC_MSG_CHECKING(linker support for -zcommon-page-size=2097152)
1080 LDFLAGS="$LDFLAGS -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=2097152"
1089 …A_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zcommon-page-size=2097152 -Wl,-zmax-page-size=20971…
1092 AC_MSG_CHECKING(linker support for -zmax-page-size=2097152)
1094 LDFLAGS="$LDFLAGS -Wl,-zmax-page-size=2097152"
1103 EXTRA_LDFLAGS_PROGRAM="$EXTRA_LDFLAGS_PROGRAM -Wl,-zmax-page-size=2097152"
/PHP-8.1/ext/zip/
H A Dzip_stream.c177 ssb->sb.st_size = sb.size; in php_zip_ops_stat()

Completed in 220 milliseconds

1...<<2122232425262728