Home
last modified time | relevance | path

Searched defs:index (Results 76 – 93 of 93) sorted by last modified time

1234

/php-src/sapi/fpm/fpm/
H A Dfpm_events.h20 int index; /* index of the fd in the ufds array */ member
/php-src/ext/json/
H A Djson_encoder.c227 zend_ulong index; in php_json_encode_array() local
/php-src/ext/bcmath/libbcmath/src/
H A Dnum2long.c45 for (size_t index = num->n_len; index > 0; index--) { in bc_num2long() local
/php-src/ext/zip/
H A Dphp_zip.stub.php647 public function setPassword(#[\SensitiveParameter] string $password): bool {}
670 …public function replaceFile(string $filepath, int $index, int $start = 0, int $length = ZipArchive…
/php-src/ext/ffi/
H A Dffi.stub.php185 public function getFuncParameterType(int $index): CType {}
/php-src/sapi/cli/
H A Dphp_cli.c1002 size_t len, index = 0; in do_cli() local
H A Dphp_http_parser.c268 uint32_t index = parser->index; in php_http_parser_execute() local
H A Dphp_http_parser.h187 unsigned char index; member
/php-src/win32/
H A Dreaddir.c30 size_t resolvedw_len, filespecw_len, index; in opendir() local
156 size_t dirw_len, filespecw_len, index; in rewinddir() local
H A Dregistry.c115 zend_string *index; in LoadDirectory() local
263 zend_string *index; in UpdateIniFromRegistry() local
/php-src/ext/spl/
H A Dspl_directory.h66 int index; member
/php-src/ext/gd/libgd/
H A Dgd_bmp.c789 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_1bit() local
859 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_4bit() local
946 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_8bit() local
1021 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_rle() local
H A Dwebpng.c113 int index; in main() local
/php-src/ext/opcache/
H A Dzend_accelerator_hash.c77 zend_ulong index; in zend_accel_hash_update() local
143 zend_ulong index; in zend_accel_hash_find_ex() local
195 zend_ulong index; in zend_accel_hash_unlink() local
/php-src/ext/gmp/
H A Dgmp.stub.php170 function gmp_setbit(GMP $num, int $index, bool $value = true): void {}
172 function gmp_clrbit(GMP $num, int $index): void {}
174 function gmp_testbit(GMP|int|string $num, int $index): bool {}
/php-src/ext/hash/
H A Dhash_snefru.c43 int b, index, rshift, lshift; in Snefru() local
/php-src/ext/mysqli/
H A Dmysqli_report.c53 char index[15]; in php_mysqli_report_index() local
/php-src/ext/exif/
H A Dexif.stub.php12 function exif_tagname(int $index): string|false {}

Completed in 85 milliseconds

1234