/PHP-8.2/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.2/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.2/ext/dba/ |
H A D | dba.stub.php | 25 function dba_exists(string|array $key, $dba): bool {} 31 function dba_fetch(string|array $key, $dba, $skip = 0): string|false {} 34 function dba_key_split(string|false|null $key): array|false {} 43 function dba_delete(string|array $key, $dba): bool {} 46 function dba_insert(string|array $key, string $value, $dba): bool {} 49 function dba_replace(string|array $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 244 zend_string *key; in DBA_FIRSTKEY_FUNC() local 270 ZSTR_VAL(key)[klen] = 0; in DBA_FIRSTKEY_FUNC() local 284 zend_string *key; in DBA_NEXTKEY_FUNC() local 301 ZSTR_VAL(key)[klen] = 0; in DBA_NEXTKEY_FUNC() local
|
/PHP-8.2/ext/spl/ |
H A D | spl_array.stub.php | 21 public function offsetExists(mixed $key): bool {} 24 public function offsetGet(mixed $key): mixed {} 27 public function offsetSet(mixed $key, mixed $value): void {} 30 public function offsetUnset(mixed $key): void {} 112 public function offsetExists(mixed $key): bool {} 118 public function offsetGet(mixed $key): mixed {} 124 public function offsetSet(mixed $key, mixed $value): void {} 130 public function offsetUnset(mixed $key): void {} 229 public function key(): string|int|null {} function in ArrayIterator
|
H A D | spl_iterators.stub.php | 14 public function key(): never {} function in EmptyIterator 86 public function key(): mixed {} function in RecursiveIteratorIterator 151 public function key(): mixed {} function in IteratorIterator 281 public function offsetGet($key): mixed {} 287 public function offsetSet($key, mixed $value): void {} 293 public function offsetUnset($key): void {} 299 public function offsetExists($key): bool {} 330 public function key(): mixed {} function in NoRewindIterator 491 public function key(): mixed {} function in RecursiveTreeIterator
|
H A D | spl_observer.c | 85 static zend_result spl_object_storage_get_hash(zend_hash_key *key, spl_SplObjectStorage *intern, ze… in spl_object_storage_get_hash() 112 static void spl_object_storage_free_hash(spl_SplObjectStorage *intern, zend_hash_key *key) { in spl_object_storage_free_hash() 128 …tStorageElement* spl_object_storage_get(spl_SplObjectStorage *intern, zend_hash_key *key) /* {{{ */ in spl_object_storage_get() 188 zend_hash_key key; in spl_object_storage_attach() local 231 zend_hash_key key; in spl_object_storage_detach() local 420 zend_hash_key key; in spl_object_storage_contains() local 544 zend_hash_key key; in PHP_METHOD() local 691 PHP_METHOD(SplObjectStorage, key) in PHP_METHOD() argument 870 zend_hash_key key; in PHP_METHOD() local 981 zval *storage_zv, *members_zv, *key, *val; in PHP_METHOD() local [all …]
|
/PHP-8.2/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()
|
H A D | zend_shared_alloc.c | 371 static zend_always_inline zend_ulong zend_rotr3(zend_ulong key) in zend_rotr3() 379 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size() local 393 zend_ulong key; in _zend_shared_memdup() local 547 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_register_xlat_entry() local 556 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_get_xlat_entry() local
|
/PHP-8.2/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.2/sapi/fuzzer/corpus/json/ |
H A D | 5.json | 3 {"":"value", "key":"value"}, string 4 {"key":"value", "":"value"} string
|
/PHP-8.2/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 429 static void php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart… in php_array_element_export() 457 static void php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smar… in php_object_element_export() 487 zend_string *key; in php_var_export_ex() local 666 zend_ulong key; in php_add_var_hash() local 939 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 | 105 static bool php_mail_build_headers_check_field_name(zend_string *key) in php_mail_build_headers_check_field_name() 122 static void php_mail_build_headers_elem(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elem() 166 static void php_mail_build_headers_elems(smart_str *s, zend_string *key, zval *val) in php_mail_build_headers_elems() 189 zend_string *key; in php_mail_build_headers() local
|
/PHP-8.2/ext/soap/ |
H A D | php_sdl.c | 199 smart_str key = {0}; in get_binding_from_name() local 1864 zend_string *key; in sdl_serialize_attribute() local 1982 zend_string *key; in sdl_serialize_type() local 2005 zend_string *key; in sdl_serialize_type() local 2458 zend_string *key; in make_persistent_sdl_function_headers() local 2522 zend_string *key; in make_persistent_sdl_parameters() local 2564 zend_string *key; in make_persistent_sdl_function_faults() local 2609 zend_string *key; in make_persistent_sdl_attribute() local 2715 zend_string *key; in make_persistent_sdl_type() local 2949 zend_string *key; in make_persistent_sdl() local [all …]
|
/PHP-8.2/Zend/ |
H A D | zend_weakrefs.h | 35 static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *p… in zend_weakrefs_hash_add_ptr() 60 static zend_always_inline zend_object *zend_weakref_key_to_object(zend_ulong key) in zend_weakref_key_to_object()
|
H A D | zend_hash.h | 94 zend_string *key; member 230 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists() 414 #define ZEND_HANDLE_NUMERIC_STR(key, length, idx) \ argument 417 #define ZEND_HANDLE_NUMERIC(key, idx) \ argument 421 static zend_always_inline zval *zend_hash_find_ind(const HashTable *ht, zend_string *key) in zend_hash_find_ind() 441 static zend_always_inline bool zend_hash_exists_ind(const HashTable *ht, zend_string *key) in zend_hash_exists_ind() 505 static zend_always_inline zend_result zend_symtable_del(HashTable *ht, zend_string *key) in zend_symtable_del() 529 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find() 553 static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_string *key) in zend_symtable_exists() 565 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() 832 zend_string *key; in _zend_hash_str_add_or_update_i() local 924 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add() 929 ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string *key, zval *pData) in zend_hash_update() 939 ZEND_API zval* ZEND_FASTCALL zend_hash_add_new(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add_new() 944 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup() 999 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key) in zend_hash_add_empty_element() 1472 ZEND_API zend_result ZEND_FASTCALL zend_hash_del(HashTable *ht, zend_string *key) in zend_hash_del() 1504 ZEND_API zend_result ZEND_FASTCALL zend_hash_del_ind(HashTable *ht, zend_string *key) in zend_hash_del_ind() 2558 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.2/ext/session/ |
H A D | mod_user_class.c | 93 zend_string *key; in PHP_METHOD() local 112 zend_string *key, *val; in PHP_METHOD() local 127 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 zend_string *key) in ps_files_path_create() 152 static void ps_files_open(ps_files *data, /* const */ zend_string *key) in ps_files_open() 227 static zend_result ps_files_write(ps_files *data, zend_string *key, zend_string *val) in ps_files_write() 335 static zend_result ps_files_key_exists(ps_files *data, const zend_string *key) in ps_files_key_exists()
|
/PHP-8.2/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.2/Zend/Optimizer/ |
H A D | compact_literals.c | 102 zend_string *key = zend_create_member_string(Z_STR_P(class_name), Z_STR_P(prop_name)); in add_static_slot() local 119 static inline void bias_key(zend_string *key, uint32_t bias) in bias_key() 134 zend_string *key; in create_str_cache_key() local 166 zend_string *key = NULL; in zend_optimizer_compact_literals() local
|
/PHP-8.2/ext/sodium/ |
H A D | libsodium.c | 292 unsigned char *key; in PHP_FUNCTION() local 322 unsigned char *key; in PHP_FUNCTION() local 364 unsigned char *key; in PHP_FUNCTION() local 1213 unsigned char *key; in PHP_FUNCTION() local 1253 unsigned char *key; in PHP_FUNCTION() local 1293 unsigned char *key; in PHP_FUNCTION() local 1333 unsigned char *key; in PHP_FUNCTION() local 1372 unsigned char *key; in PHP_FUNCTION() local 2659 char *key; in PHP_FUNCTION() local 2690 char *key; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/ext/sysvmsg/ |
H A D | sysvmsg.stub.php | 39 function msg_get_queue(int $key, int $permissions = 0666): SysvMessageQueue|false {} 68 function msg_queue_exists(int $key): bool {}
|