/PHP-8.1/ext/dba/libinifile/ |
H A D | inifile.c | 48 void inifile_key_free(key_type *key) in inifile_key_free() 113 key_type key; in inifile_key_split() local 128 char * inifile_key_string(const key_type *key) in inifile_key_string() 241 val_type inifile_fetch(inifile *dba, const key_type *key, int skip) { in inifile_fetch() 322 static int inifile_find_group(inifile *dba, const key_type *key, size_t *pos_grp_start) in inifile_find_group() 359 static int inifile_next_group(inifile *dba, const key_type *key, size_t *pos_grp_start) in inifile_next_group() 409 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, bool *found) in inifile_filter() 558 int inifile_delete(inifile *dba, const key_type *key) in inifile_delete() 565 int inifile_delete_ex(inifile *dba, const key_type *key, bool *found) in inifile_delete_ex() 572 int inifile_replace(inifile *dba, const key_type *key, const val_type *value) in inifile_replace() [all …]
|
/PHP-8.1/ext/sysvshm/ |
H A D | sysvshm.stub.php | 13 function shm_attach(int $key, ?int $size = null, int $permissions = 0666): SysvSharedMemory|false {} 17 function shm_has_var(SysvSharedMemory $shm, int $key): bool {} 21 function shm_put_var(SysvSharedMemory $shm, int $key, mixed $value): bool {} 23 function shm_get_var(SysvSharedMemory $shm, int $key): mixed {} 25 function shm_remove_var(SysvSharedMemory $shm, int $key): bool {}
|
/PHP-8.1/ext/dba/ |
H A D | dba.stub.php | 30 function dba_exists($key, $dba): bool {} 37 function dba_fetch($key, $skip, $dba = UNKNOWN): string|false {} 40 function dba_key_split(string|false|null $key): array|false {} 52 function dba_delete($key, $dba): bool {} 58 function dba_insert($key, string $value, $dba): bool {} 64 function dba_replace($key, string $value, $dba): bool {}
|
H A D | dba_cdb.c | 137 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument 138 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument 141 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument 142 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument 246 char *key; in DBA_FIRSTKEY_FUNC() local 287 char *key; in DBA_NEXTKEY_FUNC() local
|
/PHP-8.1/ext/spl/ |
H A D | spl_array.stub.php | 10 public function offsetExists(mixed $key): bool {} 13 public function offsetGet(mixed $key): mixed {} 16 public function offsetSet(mixed $key, mixed $value): void {} 19 public function offsetUnset(mixed $key): void {} 90 public function offsetExists(mixed $key): bool {} 96 public function offsetGet(mixed $key): mixed {} 102 public function offsetSet(mixed $key, mixed $value): void {} 108 public function offsetUnset(mixed $key): void {} 207 public function key(): string|int|null {} function in ArrayIterator
|
H A D | spl_iterators.stub.php | 14 public function key(): never {} function in EmptyIterator 65 public function key(): mixed {} function in RecursiveIteratorIterator 130 public function key(): mixed {} function in IteratorIterator 229 public function offsetGet($key): mixed {} 235 public function offsetSet($key, mixed $value): void {} 241 public function offsetUnset($key): void {} 247 public function offsetExists($key): bool {} 278 public function key(): mixed {} function in NoRewindIterator 380 public function key(): mixed {} function in RecursiveTreeIterator
|
H A D | spl_observer.c | 78 static int spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, zend_objec… in spl_object_storage_get_hash() 105 static void spl_object_storage_free_hash(spl_SplObjectStorage *intern, zend_hash_key *key) { in spl_object_storage_free_hash() 119 …tStorageElement* spl_object_storage_get(spl_SplObjectStorage *intern, zend_hash_key *key) /* {{{ */ in spl_object_storage_get() 131 zend_hash_key key; in spl_object_storage_attach() local 168 zend_hash_key key; in spl_object_storage_detach() local 334 zend_hash_key key; in spl_object_storage_contains() local 398 zend_hash_key key; in PHP_METHOD() local 545 PHP_METHOD(SplObjectStorage, key) in PHP_METHOD() argument 715 zend_hash_key key; in PHP_METHOD() local 826 zval *storage_zv, *members_zv, *key, *val; in PHP_METHOD() local [all …]
|
/PHP-8.1/ext/sodium/ |
H A D | libsodium.stub.php | 35 function sodium_crypto_auth(string $message, string $key): string {} 39 function sodium_crypto_auth_verify(string $mac, string $message, string $key): bool {} 146 function sodium_crypto_secretbox(string $message, string $nonce, string $key): string {} 150 function sodium_crypto_secretbox_open(string $ciphertext, string $nonce, string $key): string|false… 156 function sodium_crypto_secretstream_xchacha20poly1305_init_push(string $key): array {} 160 function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $header, string $key): strin… 168 function sodium_crypto_shorthash(string $message, string $key): string {} 196 function sodium_crypto_stream(int $length, string $nonce, string $key): string {} 200 function sodium_crypto_stream_xor(string $message, string $nonce, string $key): string {} 203 function sodium_crypto_stream_xchacha20(int $length, string $nonce, string $key): string {} [all …]
|
H A D | libsodium.c | 506 unsigned char *key; in PHP_FUNCTION() local 536 unsigned char *key; in PHP_FUNCTION() local 578 unsigned char *key; in PHP_FUNCTION() local 619 unsigned char *key = NULL; in PHP_FUNCTION() local 1426 unsigned char *key; in PHP_FUNCTION() local 1466 unsigned char *key; in PHP_FUNCTION() local 1506 unsigned char *key; in PHP_FUNCTION() local 1546 unsigned char *key; in PHP_FUNCTION() local 2827 char *key; in PHP_FUNCTION() local 2857 char *key; in PHP_FUNCTION() local [all …]
|
/PHP-8.1/ext/opcache/ |
H A D | zend_accelerator_hash.c | 74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, zend_string *key, bool i… in zend_accel_hash_update() 141 …lways_inline void* zend_accel_hash_find_ex(zend_accel_hash *accel_hash, zend_string *key, int data) in zend_accel_hash_find_ex() 179 void* zend_accel_hash_find(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find() 187 zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_find_entry() 192 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, zend_string *key) in zend_accel_hash_unlink()
|
/PHP-8.1/ext/gd/libgd/ |
H A D | gdcache.c | 153 int key; member 159 cacheTest (void *map, void *key) in cacheTest() 165 cacheFetch (char **error, void *key) in cacheFetch() 187 int elem, key; in main() local
|
/PHP-8.1/Zend/ |
H A D | zend_hash.h | 93 zend_string *key; member 228 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() 265 #define zend_hash_get_current_key_zval(ht, key) \ argument 390 #define ZEND_HANDLE_NUMERIC_STR(key, length, idx) \ argument 393 #define ZEND_HANDLE_NUMERIC(key, idx) \ argument 397 static zend_always_inline zval *zend_hash_find_ind(const HashTable *ht, zend_string *key) in zend_hash_find_ind() 481 static zend_always_inline zend_result zend_symtable_del(HashTable *ht, zend_string *key) in zend_symtable_del() 505 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find() 529 static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_string *key) in zend_symtable_exists() 541 static zend_always_inline bool zend_symtable_exists_ind(HashTable *ht, zend_string *key) in zend_symtable_exists_ind() [all …]
|
H A D | zend_hash.c | 101 ZEND_API void *zend_hash_find_ptr_lc(const HashTable *ht, zend_string *key) { in zend_hash_find_ptr_lc() 822 zend_string *key; in _zend_hash_str_add_or_update_i() local 914 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add() 919 ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string *key, zval *pData) in zend_hash_update() 929 ZEND_API zval* ZEND_FASTCALL zend_hash_add_new(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add_new() 934 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup() 989 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key) in zend_hash_add_empty_element() 1406 ZEND_API zend_result ZEND_FASTCALL zend_hash_del(HashTable *ht, zend_string *key) in zend_hash_del() 1436 ZEND_API zend_result ZEND_FASTCALL zend_hash_del_ind(HashTable *ht, zend_string *key) in zend_hash_del_ind() 2283 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key) in zend_hash_find() [all …]
|
H A D | zend_interfaces.stub.php | 22 public function key(): mixed; function 78 public function key(): mixed {} function in InternalIterator
|
/PHP-8.1/sapi/fuzzer/corpus/json/ |
H A D | 5.json | 3 {"":"value", "key":"value"}, string 4 {"key":"value", "":"value"} string
|
/PHP-8.1/ext/hash/ |
H A D | hash.stub.php | 12 function hash_hmac(string $algo, string $data, string $key, bool $binary = false): string {} 15 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|… 18 function hash_init(string $algo, int $flags = 0, string $key = "", array $options = []): HashContex… 52 function hash_hkdf(string $algo, string $key, int $length = 0, string $info = "", string $salt = ""… 77 function mhash(int $algo, string $data, ?string $key = null): string|false {}
|
/PHP-8.1/ext/standard/ |
H A D | var.c | 40 static void php_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{ … in php_array_element_dump() 95 zend_string *key; in php_var_dump() local 170 zend_string *key; in php_var_dump() local 233 static void zval_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{… in zval_array_element_dump() 283 zend_string *key; in php_debug_zval_dump() local 427 static void php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart… in php_array_element_export() 455 static void php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smar… in php_object_element_export() 485 zend_string *key; in php_var_export_ex() local 663 zend_ulong key; in php_add_var_hash() local 936 zend_string *key; in php_var_serialize_nested_data() local [all …]
|
H A D | php_mail.h | 25 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument 41 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
|
H A D | mail.c | 86 static bool php_mail_build_headers_check_field_name(zend_string *key) in php_mail_build_headers_check_field_name() 103 static void php_mail_build_headers_elem(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elem() 129 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems() 152 zend_string *key; in php_mail_build_headers() local
|
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 199 smart_str key = {0}; in get_binding_from_name() local 1862 zend_string *key; in sdl_serialize_attribute() local 1980 zend_string *key; in sdl_serialize_type() local 2003 zend_string *key; in sdl_serialize_type() local 2454 zend_string *key; in make_persistent_sdl_function_headers() local 2518 zend_string *key; in make_persistent_sdl_parameters() local 2560 zend_string *key; in make_persistent_sdl_function_faults() local 2605 zend_string *key; in make_persistent_sdl_attribute() local 2711 zend_string *key; in make_persistent_sdl_type() local 2945 zend_string *key; in make_persistent_sdl() local [all …]
|
/PHP-8.1/ext/session/ |
H A D | mod_user_class.c | 91 zend_string *key; in PHP_METHOD() local 110 zend_string *key, *val; in PHP_METHOD() local 125 zend_string *key; in PHP_METHOD() local
|
H A D | mod_files.c | 107 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const char *key) in ps_files_path_create() 154 static void ps_files_open(ps_files *data, const char *key) in ps_files_open() 229 static int ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write() 340 static int ps_files_key_exists(ps_files *data, const char *key) in ps_files_key_exists()
|
H A D | mod_mm.c | 48 char key[1]; /* inline key */ member 109 static ps_sd *ps_sd_new(ps_mm *data, const char *key) in ps_sd_new() 175 static ps_sd *ps_sd_lookup(ps_mm *data, const char *key, int rw) in ps_sd_lookup() 204 static int ps_mm_key_exists(ps_mm *data, const char *key) in ps_mm_key_exists()
|
/PHP-8.1/ext/dba/libcdb/ |
H A D | cdb.c | 44 static int cdb_match(struct cdb *c, char *key, unsigned int len, uint32 pos) in cdb_match() 127 int cdb_findnext(struct cdb *c, char *key, unsigned int len) in cdb_findnext() 180 int cdb_find(struct cdb *c, char *key, unsigned int len) in cdb_find()
|
/PHP-8.1/ext/sysvmsg/ |
H A D | sysvmsg.stub.php | 13 function msg_get_queue(int $key, int $permissions = 0666): SysvMessageQueue|false {} 42 function msg_queue_exists(int $key): bool {}
|