Home
last modified time | relevance | path

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

12345678

/PHP-7.2/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.2/sapi/phpdbg/
H A Dphpdbg_watch.c1227 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha…
1266 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.2/Zend/
H A Dzend_object_handlers.c1178 …on *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const zval *key) /* {{{ */ in zend_std_get_method()
1274 …_std_get_static_method(zend_class_entry *ce, zend_string *function_name, const zval *key) /* {{{ */ in zend_std_get_static_method()
H A Dzend_interfaces.c185 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_vm_execute.h1272 zval key; local
6478 zend_string *key; local
8017 zval *key = NULL; local
14003 zend_string *key; local
14660 zval *key = NULL; local
19821 zend_string *key; local
24137 zend_string *key; local
26638 zend_string *key; local
38143 zend_string *key; local
44597 zend_string *key; local
[all …]
H A Dzend_virtual_cwd.c608 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_del() local
682 zend_ulong key = realpath_cache_key(path, path_len); in realpath_cache_find() local
H A Dzend_vm_def.h4454 zval key; variable
5508 zend_string *key; variable
8120 zend_string *key; variable
8124 ZEND_HASH_FOREACH_STR_KEY(ht, key) { argument
H A Dzend_closures.c390 …tion *zend_closure_get_method(zend_object **object, zend_string *method, const zval *key) /* {{{ */ in zend_closure_get_method()
/PHP-7.2/sapi/apache2handler/
H A Dsapi_apache2.c263 char *key, *val; in php_apache_sapi_register_variables() local
/PHP-7.2/ext/standard/
H A Dbasic_functions.h250 char *key; member
H A Dproc_open.c75 zend_string *key, *str; in _php_array_to_envp() local
H A Dstreamsfuncs.c662 zend_string *key; in stream_array_from_fd_set() local
714 zend_string *key; in stream_array_emulate_read_fd_set() local
/PHP-7.2/ext/spl/
H A Dspl_heap.c937 static void spl_heap_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_heap_it_get_current_key()
965 SPL_METHOD(SplHeap, key) in SPL_METHOD() argument
H A Dspl_iterators.h136 zval key; member
H A Dphp_spl.c762 zend_string *key; in PHP_FUNCTION() local
H A Dspl_dllist.c1020 static void spl_dllist_it_get_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in spl_dllist_it_get_current_key()
1041 SPL_METHOD(SplDoublyLinkedList, key) in SPL_METHOD() argument
/PHP-7.2/ext/com_dotnet/
H A Dcom_handlers.c265 … union _zend_function *com_method_get(zend_object **object_ptr, zend_string *name, const zval *key) in com_method_get()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c1005 zend_string *key; in sxe_properties_add() local
1508 zend_string *key = zend_string_init(prefix, strlen(prefix), 0); in sxe_add_namespace_name() local
2475 static void php_sxe_iterator_current_key(zend_object_iterator *iter, zval *key) /* {{{ */ in php_sxe_iterator_current_key()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_conf.h18 char *key; member
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_dump.c584 zend_string *key; in zend_dump_op() local
/PHP-7.2/ext/soap/
H A Dphp_encoding.c2261 zval key; in to_xml_array() local
2681 xmlNodePtr key; in to_xml_map() local
2725 zval key, value; in to_zval_map() local
3488 zend_string *key; in is_map() local
/PHP-7.2/main/
H A Dphp_ini.c279 char *key = NULL; in php_ini_parser_cb() local
/PHP-7.2/ext/json/
H A Djson_parser.tab.c188 zend_string *key; member
1877 static int php_json_parser_object_update(php_json_parser *parser, zval *object, zend_string *key, z… in php_json_parser_object_update()
/PHP-7.2/main/streams/
H A Dmemory.c620 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local

Completed in 319 milliseconds

12345678