Home
last modified time | relevance | path

Searched refs:size (Results 426 – 450 of 697) sorted by relevance

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

/PHP-8.1/ext/zlib/tests/
H A Dbug60761.phpt2 checks zlib compression output size is always the same
/PHP-8.1/ext/standard/tests/file/
H A Dlstat_stat_variation3.phpt40 "rdev", "size", "atime", "mtime", "blksize", "blocks");
H A Dcopy_variation17.phpt34 var_dump( filesize($dest_file_name) ); //size of destination
H A Dis_file_variation1.phpt5 /* Testing is_file() with file containing data, truncating its size
H A Dcopy_variation14.phpt22 var_dump( filesize($file) ); //size of the source
/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c255 compiler->size++; in push_inst()
402 …compiler->size += (compiler->size & 0x1) + (sizeof(struct sljit_function_context) / sizeof(sljit_i… in sljit_generate_code()
433 if (label && label->size == word_count) { in sljit_generate_code()
436 label->size = code_ptr - code; in sljit_generate_code()
502 if (label && label->size == word_count) { in sljit_generate_code()
504 label->size = code_ptr - code; in sljit_generate_code()
1624 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1940 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
2037 jump->addr = compiler->size; in sljit_emit_jump()
2100 jump->addr = compiler->size; in sljit_emit_ijump()
[all …]
H A DsljitNativeARM_64.c142 compiler->size++; in push_inst()
266 SLJIT_ASSERT(!label || label->size >= word_count); in sljit_generate_code()
272 if (label && label->size == word_count) { in sljit_generate_code()
274 label->size = code_ptr - code; in sljit_generate_code()
301 if (label && label->size == word_count) { in sljit_generate_code()
303 label->size = code_ptr - code; in sljit_generate_code()
1366 void *instruction, sljit_s32 size) in sljit_emit_op_custom() argument
1674 if (compiler->last_label && compiler->last_label->size == compiler->size) in sljit_emit_label()
1703 jump->addr = compiler->size; in sljit_emit_jump()
1753 jump->addr = compiler->size; in emit_cmp_to0()
[all …]
/PHP-8.1/win32/
H A Dwinutil.c103 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes() argument
118 ret = NT_SUCCESS(BCryptGenRandom(bcrypt_algo, buf, (ULONG)size, 0)); in php_win32_get_random_bytes()
/PHP-8.1/win32/build/
H A Dmkdist.php217 $size = 512 * ceil((int)$hdr['size'] / 512);
218 echo "Skipping $size bytes\n";
219 gzseek($fp, gztell($fp) + $size);
/PHP-8.1/Zend/
H A Dzend_ini_scanner.l274 size_t size; in zend_ini_open_file_for_scanning() local
276 if (zend_stream_fixup(fh, &buf, &size) == FAILURE) { in zend_ini_open_file_for_scanning()
284 yy_scan_buffer(buf, (unsigned int)size); in zend_ini_open_file_for_scanning()
H A Dzend_objects_API.h48 uint32_t size; member
/PHP-8.1/TSRM/
H A Dtsrm_win32.c633 TSRM_API int shmget(key_t key, size_t size, int flags) in shmget() argument
654 DWORD high = size >> 32; in shmget()
655 DWORD low = (DWORD)size; in shmget()
658 DWORD low = size; in shmget()
710 shm->descriptor->shm_segsz = size; in shmget()
722 …if (NULL != shm->descriptor && (shm->descriptor->shm_perm.key != key || size > shm->descriptor->sh… in shmget()
/PHP-8.1/ext/opcache/
H A Dshared_alloc_shm.c121 shared_segments[i].common.size = allocate_size; in create_segments()
/PHP-8.1/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S112 .size jump_fcontext,.-jump_fcontext
H A Dmake_mips32_o32_elf_gas.S94 .size make_fcontext, .-make_fcontext
/PHP-8.1/ext/phar/tests/
H A Dstat.phpt117 ["size"]=>
172 ["size"]=>
/PHP-8.1/ext/exif/tests/
H A Dbug72094.phpt32 Warning: exif_read_data(bug72094_2.jpg): Illegal IFD size in %s%ebug72094.php on line %d
50 Warning: exif_read_data(bug72094_3.jpg): Illegal IFD size in %s%ebug72094.php on line %d
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_insert_packet_overflow.phpt38 …printf("[004] Cannot determine max_allowed_packet size and/or bogus max_allowed_packet setting use…
68 …printf("[010] Cannot determine max_allowed_packet size and/or bogus max_allowed_packet setting use…
/PHP-8.1/ext/json/
H A Djson_scanner.re79 static int php_json_ucs2_to_int_ex(php_json_scanner *s, int size, int start)
83 for (i = 0; i < size; i++) {
89 static int php_json_ucs2_to_int(php_json_scanner *s, int size)
91 return php_json_ucs2_to_int_ex(s, size, 1);
/PHP-8.1/ext/com_dotnet/
H A Dcom_persist.c469 ULARGE_INTEGER size; in CPH_METHOD() local
480 res = IPersistStreamInit_GetSizeMax(helper->ipsi, &size); in CPH_METHOD()
484 res = IPersistStream_GetSizeMax(helper->ips, &size); in CPH_METHOD()
495 RETURN_LONG((zend_long)size.QuadPart); in CPH_METHOD()
/PHP-8.1/ext/gd/
H A Dgd.stub.php271 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio… argument
277 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … argument
283 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti… argument
289 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string… argument
/PHP-8.1/ext/soap/
H A Dphp_xml.h31 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t size);
/PHP-8.1/ext/oci8/tests/
H A Dpecl_bug10194_blob.phpt60 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dpecl_bug10194_blob_64.phpt61 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-8.1/ext/pdo_odbc/tests/
H A Dmax_columns.phpt39 echo "Failed on size $row[id]:\n";

Completed in 52 milliseconds

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