Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 202) sorted by relevance

123456789

/PHP-8.3/ext/dba/libinifile/
H A Dinifile.c48 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.3/ext/sysvshm/
H A Dsysvshm.stub.php13 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.3/ext/dba/
H A Ddba.stub.php25 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 Ddba_cdb.c137 # 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.3/ext/spl/
H A Dspl_array.stub.php21 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 Dspl_iterators.stub.php14 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 Dspl_observer.c85 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()
126 …tStorageElement* spl_object_storage_get(spl_SplObjectStorage *intern, zend_hash_key *key) /* {{{ */ in spl_object_storage_get()
184 zend_hash_key key; in spl_object_storage_attach() local
227 zend_hash_key key; in spl_object_storage_detach() local
414 zend_hash_key key; in spl_object_storage_contains() local
538 zend_hash_key key; in PHP_METHOD() local
685 PHP_METHOD(SplObjectStorage, key) in PHP_METHOD() argument
855 zend_hash_key key; in PHP_METHOD() local
966 zval *storage_zv, *members_zv, *key, *val; in PHP_METHOD() local
[all …]
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_hash.c74 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 Dzend_shared_alloc.c387 static zend_always_inline zend_ulong zend_rotr3(zend_ulong key) in zend_rotr3()
395 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size() local
409 zend_ulong key; in _zend_shared_memdup() local
567 zend_ulong key = (zend_ulong)key_pointer; in zend_shared_alloc_register_xlat_entry() local
576 zend_ulong key = (zend_ulong)key_pointer; in zend_shared_alloc_get_xlat_entry() local
/PHP-8.3/ext/gd/libgd/
H A Dgdcache.c153 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.3/sapi/fuzzer/corpus/json/
H A D5.json3 {"":"value", "key":"value"}, string
4 {"key":"value", "":"value"} string
/PHP-8.3/ext/soap/
H A Dphp_sdl.c199 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
2456 zend_string *key; in make_persistent_sdl_function_headers() local
2520 zend_string *key; in make_persistent_sdl_parameters() local
2562 zend_string *key; in make_persistent_sdl_function_faults() local
2607 zend_string *key; in make_persistent_sdl_attribute() local
2713 zend_string *key; in make_persistent_sdl_type() local
2947 zend_string *key; in make_persistent_sdl() local
[all …]
/PHP-8.3/ext/standard/
H A Dvar.c40 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
171 zend_string *key; in php_var_dump() local
234 static void zval_array_element_dump(zval *zv, zend_ulong index, zend_string *key, int level) /* {{{… in zval_array_element_dump()
284 zend_string *key; in php_debug_zval_dump() local
433 static void php_array_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smart… in php_array_element_export()
461 static void php_object_element_export(zval *zv, zend_ulong index, zend_string *key, int level, smar… in php_object_element_export()
491 zend_string *key; in php_var_export_ex() local
673 zend_ulong key; in php_add_var_hash() local
931 zend_string *key; in php_var_serialize_nested_data() local
[all …]
H A Dphp_mail.h25 #define PHP_MAIL_BUILD_HEADER_CHECK(target, s, key, val) \ argument
41 #define PHP_MAIL_BUILD_HEADER_DEFAULT(s, key, val) \ argument
H A Dmail.c105 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.3/Zend/
H A Dzend_weakrefs.h35 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 Dzend_hash.h94 zend_string *key; member
230 static zend_always_inline bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists()
406 #define ZEND_HANDLE_NUMERIC_STR(key, length, idx) \ argument
409 #define ZEND_HANDLE_NUMERIC(key, idx) \ argument
413 static zend_always_inline zval *zend_hash_find_ind(const HashTable *ht, zend_string *key) in zend_hash_find_ind()
433 static zend_always_inline bool zend_hash_exists_ind(const HashTable *ht, zend_string *key) in zend_hash_exists_ind()
497 static zend_always_inline zend_result zend_symtable_del(HashTable *ht, zend_string *key) in zend_symtable_del()
521 static zend_always_inline zval *zend_symtable_find(const HashTable *ht, zend_string *key) in zend_symtable_find()
545 static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_string *key) in zend_symtable_exists()
557 static zend_always_inline bool zend_symtable_exists_ind(HashTable *ht, zend_string *key) in zend_symtable_exists_ind()
[all …]
H A Dzend_hash.c104 ZEND_API void *zend_hash_find_ptr_lc(const HashTable *ht, zend_string *key) { in zend_hash_find_ptr_lc()
895 zend_string *key; in _zend_hash_str_add_or_update_i() local
987 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add()
992 ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string *key, zval *pData) in zend_hash_update()
1002 ZEND_API zval* ZEND_FASTCALL zend_hash_add_new(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add_new()
1007 ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string *key) in zend_hash_lookup()
1062 ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, zend_string *key) in zend_hash_add_empty_element()
1535 ZEND_API zend_result ZEND_FASTCALL zend_hash_del(HashTable *ht, zend_string *key) in zend_hash_del()
1567 ZEND_API zend_result ZEND_FASTCALL zend_hash_del_ind(HashTable *ht, zend_string *key) in zend_hash_del_ind()
2666 ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_string *key) in zend_hash_find()
[all …]
H A Dzend_interfaces.stub.php22 public function key(): mixed; function
78 public function key(): mixed {} function in InternalIterator
/PHP-8.3/ext/session/
H A Dmod_user_class.c93 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 Dmod_files.c107 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.3/ext/dba/libcdb/
H A Dcdb.c44 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.3/Zend/Optimizer/
H A Dcompact_literals.c102 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.3/ext/sodium/
H A Dlibsodium.c292 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.3/ext/sysvmsg/
H A Dsysvmsg.stub.php39 function msg_get_queue(int $key, int $permissions = 0666): SysvMessageQueue|false {}
68 function msg_queue_exists(int $key): bool {}

Completed in 104 milliseconds

123456789