Home
last modified time | relevance | path

Searched defs:key (Results 26 – 50 of 202) sorted by relevance

123456789

/PHP-8.3/Zend/
H A Dzend_API.c1343 zend_string *key; in zend_merge_properties() local
1379 zend_string *key; in zend_separate_class_constants_table() local
1639 zend_string *key; in object_properties_init_ex() local
1670 zend_string *key; in object_properties_load() local
1676 if (ZSTR_VAL(key)[0] == '\0') { in object_properties_load() local
3272 zend_string *key; in zend_post_deactivate_modules() local
3537 zend_string *key; in zend_disable_class() local
4586 zend_string *key = zend_string_init(name, name_length, is_persistent_class(ce)); in zend_declare_property() local
4700 zend_string *key; in zend_declare_class_constant() local
4908 zend_string *key = zend_string_init(name, name_length, 0); in zend_update_static_property() local
[all …]
H A Dzend_weakrefs.c169 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add()
177 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del()
483 zend_object *key = zend_weakref_key_to_object(h); in zend_weakmap_get_key_entry_gc() local
616 static void zend_weakmap_iterator_get_current_key(zend_object_iterator *obj_iter, zval *key) in zend_weakmap_iterator_get_current_key()
674 zval *key; in ZEND_METHOD() local
690 zval *key, *value; in ZEND_METHOD() local
701 zval *key; in ZEND_METHOD() local
712 zval *key; in ZEND_METHOD() local
H A Dzend_builtin_functions.c109 zend_string *key; in ZEND_FUNCTION() local
122 zend_string *key; in ZEND_FUNCTION() local
453 zend_string *key; in copy_constant_array() local
689 zend_string *key; in add_class_vars() local
759 zend_string *key; in ZEND_FUNCTION() local
1258 zend_string *key; in get_declared_class_impl() local
1311 zend_string *key; in ZEND_FUNCTION() local
1408 zend_string *key; in ZEND_FUNCTION() local
H A Dzend_generators.stub.php17 public function key(): mixed {} function in Generator
/PHP-8.3/ext/session/
H A Dmod_mm.c48 zend_string *key; member
110 static ps_sd *ps_sd_new(ps_mm *data, zend_string *key) in ps_sd_new()
174 static ps_sd *ps_sd_lookup(ps_mm *data, const zend_string *key, bool rw) in ps_sd_lookup()
203 static zend_result ps_mm_key_exists(ps_mm *data, const zend_string *key) in ps_mm_key_exists()
/PHP-8.3/ext/sysvshm/
H A Dphp_sysvshm.h43 zend_long key; member
58 key_t key; /* key set by user */ member
/PHP-8.3/ext/dba/libflatfile/
H A Dflatfile.c102 char *key = key_datum.dptr; in flatfile_delete() local
157 void *key = key_datum.dptr; in flatfile_findkey() local
/PHP-8.3/ext/sysvmsg/
H A Dsysvmsg.c37 key_t key; member
201 zend_long key; in PHP_FUNCTION() local
218 zend_long key; in PHP_FUNCTION() local
/PHP-8.3/ext/dba/
H A Ddba_inifile.c151 zend_string *key = zend_string_init(result, strlen(result), /* persistent */ false); in DBA_FIRSTKEY_FUNC() local
169 zend_string *key = zend_string_init(result, strlen(result), /* persistent */ false); in DBA_NEXTKEY_FUNC() local
H A Ddba_dbm.c148 zend_string *key = NULL; in DBA_FIRSTKEY_FUNC() local
164 zend_string *key = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_qdbm.c131 zend_string *key = NULL; in DBA_FIRSTKEY_FUNC() local
149 zend_string *key = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_tcadb.c149 zend_string *key = NULL; in DBA_FIRSTKEY_FUNC() local
167 zend_string *key = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_gdbm.c141 zend_string *key = NULL; in DBA_FIRSTKEY_FUNC() local
160 zend_string *key = NULL; in DBA_NEXTKEY_FUNC() local
/PHP-8.3/ext/hash/
H A Dhash_gost.c34 #define R(tables, key, h, i, t, l, r) \ argument
67 #define P(key, w) \ argument
209 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost() local
/PHP-8.3/sapi/apache2handler/
H A Dphp_functions.c178 char *key, *val; in PHP_FUNCTION() local
201 char *key, *val; in PHP_FUNCTION() local
437 char *key, *val; in PHP_MINFO_FUNCTION() local
/PHP-8.3/Zend/Optimizer/
H A Dsccp.c445 static inline zend_result ct_eval_del_array_elem(zval *result, const zval *key) { in ct_eval_del_array_elem()
479 static inline zend_result ct_eval_add_array_elem(zval *result, zval *value, const zval *key) { in ct_eval_add_array_elem()
529 zend_string *key; in ct_eval_add_array_unpack() local
550 static inline zend_result ct_eval_assign_dim(zval *result, zval *value, const zval *key) { in ct_eval_assign_dim()
626 static inline zend_result ct_eval_del_obj_prop(zval *result, const zval *key) { in ct_eval_del_obj_prop()
640 static inline zend_result ct_eval_add_obj_prop(zval *result, zval *value, const zval *key) { in ct_eval_add_obj_prop()
653 static inline zend_result ct_eval_assign_obj(zval *result, zval *value, const zval *key) { in ct_eval_assign_obj()
722 zend_string *key; in ct_eval_in_array() local
1904 zend_string *key; in join_hash_tables() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_help.c147 static const char *get_help(const char * const key) in get_help()
173 const char *key, size_t len, /* pointer and length of key */ in get_command()
H A Dphpdbg_help.h41 char *key; member
/PHP-8.3/TSRM/
H A Dtsrm_win32.c398 static shm_pair *shm_get(key_t key, void *addr) in shm_get()
630 TSRM_API int shmget(key_t key, size_t size, int flags) in shmget()
720 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat()
757 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()
/PHP-8.3/ext/spl/
H A Dspl_heap.stub.php63 public function key(): int {} function in SplPriorityQueue
120 public function key(): int {} function in SplHeap
H A Dspl_array.c247 zend_string *key; member
252 static void spl_hash_key_release(spl_hash_key *key) { in spl_hash_key_release()
260 static zend_result get_hash_key(spl_hash_key *key, spl_array_object *intern, zval *offset) in get_hash_key()
314 spl_hash_key key; in spl_array_get_dimension_ptr() local
470 spl_hash_key key; in spl_array_write_dimension_ex() local
531 spl_hash_key key; in spl_array_unset_dimension_ex() local
611 spl_hash_key key; in spl_array_has_dimension_ex() local
987 zend_string *key; in spl_array_it_get_current_data() local
1007 static void spl_array_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_array_it_get_current_key()
1325 zend_string *key; in spl_array_object_count_elements_helper() local
[all …]
/PHP-8.3/ext/com_dotnet/
H A Dcom_iterator.c31 zend_ulong key; member
70 static void com_iter_get_key(zend_object_iterator *iter, zval *key) in com_iter_get_key()
/PHP-8.3/ext/hash/murmur/
H A DPMurHash128.c243 void PMurHash128x86_Process(uint32_t ph[4], uint32_t pcarry[4], const void * const key, int len) in PMurHash128x86_Process()
427 void PMurHash128x86(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x86()
526 void PMurHash128x64_Process(uint64_t ph[2], uint64_t pcarry[2], const void * const key, int len) in PMurHash128x64_Process()
634 void PMurHash128x64(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x64()
/PHP-8.3/ext/json/
H A Djson_parser.y237 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()
275 …arser_object_update_validate(php_json_parser *parser, zval *object, zend_string *key, zval *zvalue) in php_json_parser_object_update_validate()
/PHP-8.3/ext/sysvsem/
H A Dsysvsem.stub.php13 function sem_get(int $key, int $max_acquire = 1, int $permissions = 0666, bool $auto_release = true…

Completed in 67 milliseconds

123456789