Home
last modified time | relevance | path

Searched defs:key (Results 101 – 125 of 202) sorted by relevance

123456789

/PHP-8.3/Zend/Optimizer/
H A Dzend_dump.c31 zend_string *key; in zend_dump_ht() local
661 zend_string *key; in zend_dump_op() local
H A Dzend_func_info.c202 zend_string *key = zend_string_init_interned(func_infos[i].name, func_infos[i].name_len, 1); in zend_func_info_add() local
/PHP-8.3/Zend/
H A Dzend_interfaces.c151 ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, zval *key) in zend_user_it_get_current_key()
571 ZEND_METHOD(InternalIterator, key) { in ZEND_METHOD() argument
H A Dzend_closures.c503 …tion *zend_closure_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in zend_closure_get_method()
608 zend_string *key; in zend_closure_get_debug_info() local
H A Dzend_generators.c956 ZEND_METHOD(Generator, key) in ZEND_METHOD() argument
1114 static void zend_generator_iterator_get_key(zend_object_iterator *iterator, zval *key) /* {{{ */ in zend_generator_iterator_get_key()
H A Dzend_vm_def.h5214 zval key; variable
6162 zend_string *key; variable
6164 ZEND_HASH_FOREACH_STR_KEY_VAL(ht, key, val) { in ZEND_HASH_FOREACH_STR_KEY_VAL() argument
6216 zval key; variable
6581 zend_string *key; variable
7493 zval *key, *subject; variable
9273 zend_string *key; variable
9286 ZEND_HASH_MAP_FOREACH_STR_KEY(ht, key) { in ZEND_HASH_MAP_FOREACH_STR_KEY() argument
/PHP-8.3/ext/phar/
H A Dutil.c1394 static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zend_off_t end, char *key, siz… in phar_call_openssl_signverify()
1508 EVP_PKEY *key; in phar_verify_signature() local
1861 EVP_PKEY *key; in phar_create_signature() local
/PHP-8.3/ext/simplexml/
H A Dsimplexml.stub.php67 public function key(): string {} function in SimpleXMLElement
/PHP-8.3/ext/dba/
H A Ddba_db4.c247 zend_string *key = NULL; local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_utils.c432 char *phpdbg_get_property_key(char *key) { in phpdbg_get_property_key()
495 char *key, *propkey; in phpdbg_parse_variable_with_arg() local
/PHP-8.3/ext/sockets/
H A Dmulticast.c107 static zend_result php_get_if_index_from_array(const HashTable *ht, const char *key, in php_get_if_index_from_array()
120 static zend_result php_get_address_from_array(const HashTable *ht, const char *key, in php_get_address_from_array()
/PHP-8.3/ext/standard/
H A Dbrowscap.c29 zend_string *key; member
264 browser_data *bdata, zend_string *key, zend_string *value, bool persistent) { in browscap_add_kv()
H A Darray.c1180 PHP_FUNCTION(key) in PHP_FUNCTION() argument
2744 zend_string *key = zval_get_tmp_string(entry, &tmp_key); local
3604 zend_string *key; local
4625 zend_string *key; local
4947 zend_string *key; local
5347 zend_string *key; local
5690 zend_string *str, *tmp_str, *key; local
6376 zval *key; local
6641 zval *key; local
6789 zend_string *key = zval_get_tmp_string(entry_keys, &tmp_key); local
H A Dhead.c197 zend_string *key; in php_head_parse_cookie_options_array() local
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c601 zend_string *key; in PHP_METHOD() local
635 zend_string *key; in PHP_METHOD() local
929 static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter, zval *key) in spl_fixedarray_it_get_current_key()
H A Dspl_directory.c700 …ystem_object_get_method_check(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in spl_filesystem_object_get_method_check()
789 PHP_METHOD(DirectoryIterator, key) in PHP_METHOD() argument
1092 PHP_METHOD(FilesystemIterator, key) in PHP_METHOD() argument
1698 static void spl_filesystem_dir_it_current_key(zend_object_iterator *iter, zval *key) in spl_filesystem_dir_it_current_key()
1771 static void spl_filesystem_tree_it_current_key(zend_object_iterator *iter, zval *key) in spl_filesystem_tree_it_current_key()
2197 PHP_METHOD(SplFileObject, key) in PHP_METHOD() argument
/PHP-8.3/ext/hash/
H A Dphp_hash.h62 unsigned char *key; member
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp138 static void _breakiterator_parts_get_current_key(zend_object_iterator *iter, zval *key) in _breakiterator_parts_get_current_key()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_php.c274 bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t key_len) /* {{{ */ in fpm_php_is_key_in_table()
H A Dfpm_conf.c564 static char *fpm_conf_set_array(zval *key, zval *value, void **config, int convert_to_bool) /* {{{ … in fpm_conf_set_array()
1537 static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_array()
/PHP-8.3/main/
H A DSAPI.c804 zend_string *key = ZSTR_INIT_LITERAL("zlib.output_compression", 0); in sapi_header_op() local
947 zend_string *key; in sapi_register_post_entry() local
/PHP-8.3/win32/
H A Dregistry.c76 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory()
/PHP-8.3/TSRM/
H A Dtsrm_win32.h26 key_t key; member
/PHP-8.3/ext/dom/
H A Ddom_iterators.c155 static void php_dom_iterator_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in php_dom_iterator_current_key()
/PHP-8.3/ext/json/
H A Djson_encoder.c225 zend_string *key; in php_json_encode_array() local

Completed in 117 milliseconds

123456789