Home
last modified time | relevance | path

Searched defs:key (Results 126 – 150 of 200) sorted by relevance

12345678

/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c873 static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_fixedarray_it_get_current_key()
900 SPL_METHOD(SplFixedArray, key) in SPL_METHOD() argument
H A Dspl_heap.c929 static void spl_heap_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_heap_it_get_current_key()
957 SPL_METHOD(SplHeap, key) in SPL_METHOD() argument
H A Dspl_iterators.h134 zval key; member
H A Dphp_spl.c780 zend_string *key; in PHP_FUNCTION() local
/PHP-7.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp421 UnicodeString& key = farg_names[argNum]; in umsg_format_helper() local
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c65 static xml_element_attr* new_attr(const char* key, const char* val) { in new_attr()
/PHP-7.3/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h138 const char* key; member
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c331 char *key; local
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.c1228 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha…
1267 static int phpdbg_watchpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashT…
H A Dphpdbg.h81 #define zend_hash_str_add_tmp(ht, key, len, pData) \ argument
/PHP-7.3/ext/standard/
H A Dbasic_functions.h250 char *key; member
H A Dproc_open.c74 zend_string *key, *str; in _php_array_to_envp() local
H A Dstreamsfuncs.c669 zend_string *key; in stream_array_from_fd_set() local
719 zend_string *key; in stream_array_emulate_read_fd_set() local
/PHP-7.3/Zend/
H A Dzend_interfaces.c186 ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, zval *key) in zend_user_it_get_current_key()
H A Dzend_object_handlers.c1194 …on *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const zval *key) /* {{{ */ in zend_std_get_method()
1289 …_std_get_static_method(zend_class_entry *ce, zend_string *function_name, const zval *key) /* {{{ */ in zend_std_get_static_method()
H A Dzend_constants.c476 static void* zend_hash_add_constant(HashTable *ht, zend_string *key, zend_constant *c) in zend_hash_add_constant()
H A Dzend_vm_execute.h1358 zval key; local
6165 zend_string *key; local
9316 zval *key = NULL; local
18798 zend_string *key; local
19630 zval *key = NULL; local
23836 zend_string *key; local
26080 zend_string *key; local
30079 zend_string *key; local
41496 zend_string *key; local
45209 zend_string *key; local
[all …]
/PHP-7.3/sapi/apache2handler/
H A Dsapi_apache2.c261 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-7.3/ext/com_dotnet/
H A Dcom_handlers.c261 … union _zend_function *com_method_get(zend_object **object_ptr, zend_string *name, const zval *key) in com_method_get()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c991 zend_string *key; in sxe_properties_add() local
1494 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name() local
2434 static void php_sxe_iterator_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in php_sxe_iterator_current_key()
/PHP-7.3/ext/soap/
H A Dphp_encoding.c2259 zval key; in to_xml_array() local
2679 xmlNodePtr key; in to_xml_map() local
2723 zval key, value; in to_zval_map() local
3488 zend_string *key; in is_map() local
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_conf.h17 char *key; member
/PHP-7.3/main/
H A Dphp_ini.c277 char *key = NULL; in php_ini_parser_cb() local
H A Dphp_variables.c62 zend_string *key = zend_string_init_interned(name, name_len, 0); in php_register_variable_quick() local
/PHP-7.3/ext/json/
H A Djson_parser.tab.c188 zend_string *key; member
1879 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()

Completed in 284 milliseconds

12345678