Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 200) sorted by path

12345678

/PHP-8.1/TSRM/
H A Dtsrm_win32.c400 static shm_pair *shm_get(key_t key, void *addr) in shm_get()
633 TSRM_API int shmget(key_t key, size_t size, int flags) in shmget()
734 TSRM_API void *shmat(int key, const void *shmaddr, int flags) in shmat()
778 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()
H A Dtsrm_win32.h26 key_t key; member
/PHP-8.1/Zend/Optimizer/
H A Dcompact_literals.c98 zend_string *key = zend_create_member_string(Z_STR_P(class_name), Z_STR_P(prop_name)); in add_static_slot() local
128 zend_string *key; in create_str_cache_key() local
161 zend_string *key = NULL; in zend_optimizer_compact_literals() local
H A Dsccp.c502 static inline int ct_eval_del_array_elem(zval *result, zval *key) { in ct_eval_del_array_elem()
536 static inline int ct_eval_add_array_elem(zval *result, zval *value, zval *key) { in ct_eval_add_array_elem()
586 zend_string *key; in ct_eval_add_array_unpack() local
607 static inline int ct_eval_assign_dim(zval *result, zval *value, zval *key) { in ct_eval_assign_dim()
683 static inline int ct_eval_del_obj_prop(zval *result, zval *key) { in ct_eval_del_obj_prop()
697 static inline int ct_eval_add_obj_prop(zval *result, zval *value, zval *key) { in ct_eval_add_obj_prop()
710 static inline int ct_eval_assign_obj(zval *result, zval *value, zval *key) { in ct_eval_assign_obj()
769 zend_string *key; in ct_eval_in_array() local
1992 zend_string *key; in join_hash_tables() local
H A Dzend_dump.c30 zend_string *key; in zend_dump_ht() local
643 zend_string *key; in zend_dump_op() local
H A Dzend_func_info.c199 zend_string *key = zend_string_init_interned(func_infos[i].name, func_infos[i].name_len, 1); in zend_func_info_add() local
H A Dzend_optimizer.c1360 zend_string *key; in zend_foreach_op_array() local
1408 zend_string *key; in zend_optimize_script() local
/PHP-8.1/Zend/
H A Dzend_API.c1284 zend_string *key; in zend_merge_properties() local
1317 zend_string *key; in zend_separate_class_constants_table() local
1543 zend_string *key; in object_properties_init_ex() local
1574 zend_string *key; in object_properties_load() local
1580 if (ZSTR_VAL(key)[0] == '\0') { in object_properties_load() local
3063 zend_string *key; in zend_post_deactivate_modules() local
3320 zend_string *key; in zend_disable_class() local
4354 zend_string *key = zend_string_init(name, name_length, is_persistent_class(ce)); in zend_declare_property() local
4462 zend_string *key; in zend_declare_class_constant() local
4670 zend_string *key = zend_string_init(name, name_length, 0); in zend_update_static_property() local
[all …]
H A Dzend_ast.c461 zend_string *key; in zend_ast_add_unpacked_element() local
1415 zend_string *key; in zend_ast_export_zval() local
H A Dzend_builtin_functions.c107 zend_string *key; in ZEND_FUNCTION() local
120 zend_string *key; in ZEND_FUNCTION() local
441 zend_string *key; in copy_constant_array() local
669 zend_string *key; in add_class_vars() local
739 zend_string *key; in ZEND_FUNCTION() local
1242 zend_string *key; in get_declared_class_impl() local
1295 zend_string *key; in ZEND_FUNCTION() local
1392 zend_string *key; in ZEND_FUNCTION() local
H A Dzend_closures.c470 …tion *zend_closure_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in zend_closure_get_method()
559 zend_string *key; in zend_closure_get_debug_info() local
H A Dzend_compile.c7881 zend_string *key = NULL; in zend_compile_class_decl() local
8574 zend_string *key; in zend_try_ct_eval_array() local
8596 zval *key = zend_ast_get_zval(key_ast); in zend_try_ct_eval_array() local
H A Dzend_constants.c551 static void* zend_hash_add_constant(HashTable *ht, zend_string *key, zend_constant *c) in zend_hash_add_constant()
H A Dzend_exceptions.c479 #define TRACE_APPEND_KEY(key) do { \ argument
H A Dzend_execute.c4900 const zval *key, uint32_t flags, bool check_defined_only OPLINE_DC EXECUTE_DATA_DC) /* {{{ */ in _zend_quick_get_constant()
4939 const zval *key, uint32_t flags OPLINE_DC EXECUTE_DATA_DC) /* {{{ */ in zend_quick_get_constant()
H A Dzend_execute_API.c269 zend_string *key; in zend_shutdown_executor_values() local
395 zend_string *key; in shutdown_executor() local
1065 ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_string *key, uint32_t flags… in zend_lookup_class_ex()
1658 zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, zend_string *key, int fetch_typ… in zend_fetch_class_by_name()
H A Dzend_generators.c873 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
1031 static void zend_generator_iterator_get_key(zend_object_iterator *iterator, zval *key) /* {{{ */ in zend_generator_iterator_get_key()
H A Dzend_generators.h66 zval key; member
H A Dzend_generators.stub.php17 public function key(): mixed {} function in Generator
H A Dzend_hash.c101 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 Dzend_hash.h93 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 Dzend_inheritance.c1151 static zend_always_inline void do_inherit_method(zend_string *key, zend_function *parent, zend_clas… in do_inherit_method()
1226 static void do_inherit_property(zend_property_info *parent_info, zend_string *key, zend_class_entry… in do_inherit_property()
1413 zend_string *key; in zend_do_inheritance_ex() local
1656 zend_string *key; in do_interface_implementation() local
1679 zend_string *key; in zend_do_implement_interface() local
1721 zend_string *key; in zend_do_implement_interfaces() local
1786 static void zend_add_trait_method(zend_class_entry *ce, zend_string *name, zend_string *key, zend_f… in zend_add_trait_method()
2107 zend_string *key; in zend_do_traits_method_binding() local
2384 zend_ulong key; in get_or_init_obligations_for_class() local
2698 … *zend_do_link_class(zend_class_entry *ce, zend_string *lc_parent_name, zend_string *key) /* {{{ */ in zend_do_link_class()
[all …]
H A Dzend_interfaces.c152 ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, zval *key) in zend_user_it_get_current_key()
529 ZEND_METHOD(InternalIterator, key) { in ZEND_METHOD() argument
H A Dzend_interfaces.stub.php22 public function key(): mixed; function
78 public function key(): mixed {} function in InternalIterator
H A Dzend_list.c327 ZEND_API zend_resource* zend_register_persistent_resource_ex(zend_string *key, void *rsrc_pointer, … in zend_register_persistent_resource_ex()
341 ZEND_API zend_resource* zend_register_persistent_resource(const char *key, size_t key_len, void *rs… in zend_register_persistent_resource()

Completed in 186 milliseconds

12345678