Home
last modified time | relevance | path

Searched refs:zend_hash_update (Results 1 – 25 of 43) sorted by relevance

12

/php-src/main/
H A Dphp_variables.c703 zend_hash_update(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGV), &arr); in php_build_argv()
704 zend_hash_update(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGC), &argc); in php_build_argv()
708 zend_hash_update(Z_ARRVAL_P(track_vars_array), ZSTR_KNOWN(ZEND_STR_ARGV), &arr); in php_build_argv()
769 zend_hash_update(dest, string_key, src_entry); in php_autoglobal_merge()
805 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
824 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
839 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
851 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
899 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
920 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
[all …]
H A Dphp_ini.c213 entry = zend_hash_update(active_hash, Z_STR_P(arg1), arg2); in php_ini_parser_cb()
234 find_arr = zend_hash_update(active_hash, Z_STR_P(arg1), &option_arr); in php_ini_parser_cb()
/php-src/Zend/
H A Dzend_closures.c605 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_FUNCTION), &val); in zend_closure_get_debug_info()
608 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_NAME), &val); in zend_closure_get_debug_info()
611 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_FILE), &val); in zend_closure_get_debug_info()
614 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_LINE), &val); in zend_closure_get_debug_info()
636 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info()
644 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info()
672 zend_hash_update(Z_ARRVAL(val), name, &info); in zend_closure_get_debug_info()
904 zend_hash_update(static_variables, var_name, var); in zend_closure_bind_var()
H A Dzend_list.c337 zv = zend_hash_update(&EG(persistent_list), key, &tmp); in zend_register_persistent_resource_ex()
H A Dzend_hash.c980 return zend_hash_update(ht, key, pData); in zend_hash_add_or_update()
992 ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string *key, zval *pData) in zend_hash_update() function
2271 new_entry = zend_hash_update(target, p->key, data); in zend_hash_copy()
2650 t = zend_hash_update(target, p->key, &p->val); in zend_hash_merge_ex()
3341 zend_hash_update(new_ht, str_key, zv); in zend_symtable_to_proptable()
3401 zend_hash_update(new_ht, str_key, zv); in zend_proptable_to_symtable()
H A Dzend_hash.h122 ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string *key,zval *pData);
482 return zend_hash_update(ht, key, pData); in zend_symtable_update()
703 zv = zend_hash_update(ht, key, &tmp); in zend_hash_update_ptr()
H A Dzend_weakrefs.c288 zend_hash_update(ht, ZSTR_KNOWN(ZEND_STR_OBJECT), &value); in zend_weakref_get_debug_info()
H A Dzend_execute_API.c1866 zend_hash_update(ht, *str, var); in zend_detach_symbol_table()
1906 zend_hash_update(symbol_table, name, value); in zend_set_local_var()
H A Dzend_generators.c1048 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_FUNCTION), &val); in ZEND_METHOD()
/php-src/ext/intl/collator/
H A Dcollator_convert.c66 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16()
103 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
/php-src/ext/dom/
H A Dxpath_callbacks.c210 zend_hash_update(&ns->functions, str, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
226 zend_hash_update(&ns->functions, key, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
250 zend_hash_update(&ns->functions, name, &registered_value); in php_dom_xpath_callback_ns_update_method_handler()
304 zend_hash_update(&namespace->functions, name, &registered_value); in php_dom_xpath_callbacks_update_single_method_handler()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c483 zend_hash_update(disp->name_to_dispid, name, &tmp2); in generate_dispids()
518 zend_hash_update(disp->name_to_dispid, name, &tmp2); in generate_dispids()
605 zend_hash_update(disp->name_to_dispid, Z_STR_P(ntmp), &tmp); in php_com_wrapper_export_as_sink()
H A Dcom_com.c449 zend_hash_update(obj->id_of_name_cache, name, &tmp); in php_com_get_id_of_name()
/php-src/ext/spl/
H A Dspl_heap.c524 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
529 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
548 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()
/php-src/ext/xsl/
H A Dxsltprocessor.c606 zend_hash_update(intern->parameter, string_key, &tmp); in PHP_METHOD()
622 zend_hash_update(intern->parameter, name, &new_string); in PHP_METHOD()
/php-src/ext/standard/
H A Dbasic_functions.c1272 zend_hash_update(Z_ARRVAL_P(retval), key, &tmp);
1414 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_TYPE), &tmp);
1417 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_MESSAGE), &tmp);
1420 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_FILE), &tmp);
1423 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_LINE), &tmp);
H A Dstreamsfuncs.c691 dest_elem = zend_hash_update(ht, key, elem); in stream_array_from_fd_set()
738 dest_elem = zend_hash_update(ht, key, elem); in stream_array_emulate_read_fd_set()
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c201 zend_hash_update(&vars, var, data); in phpdbg_print_symbols()
/php-src/ext/pcre/
H A Dphp_pcre.c1004 zend_hash_update(subpats, name, val); in add_named()
1444 zend_hash_update(Z_ARRVAL_P(subpats), subpat_names[i], &wrapper); in php_pcre_match_impl()
2977 zend_hash_update(return_value_ht, string_key, entry); in php_pcre_grep_impl()
2988 zend_hash_update(return_value_ht, string_key, entry); in php_pcre_grep_impl()
/php-src/ext/filter/
H A Dfilter.c570 zend_hash_update(Z_ARRVAL_P(return_value), arg_key, &nval); in php_filter_array_handler()
/php-src/ext/session/
H A Dsession.c201 zend_hash_update(Z_ARRVAL_P(sess_var), name, &empty_var); in php_add_session_var()
212 return zend_hash_update(Z_ARRVAL_P(sess_var), name, state_val); in php_set_session_var()
3089 zend_hash_update(Z_ARRVAL_P(sess_var), progress->key.s, &progress->data); in php_session_rfc1867_update()
/php-src/ext/reflection/
H A Dphp_reflection.c4164 zend_hash_update(Z_ARRVAL_P(return_value), key, &prop_copy); in add_class_vars()
4214 zend_hash_update(Z_ARRVAL_P(return_value), key, prop); in ZEND_METHOD()
5193 zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface); in ZEND_METHOD()
5253 zend_hash_update(Z_ARRVAL_P(return_value), ce->trait_names[i].name, &trait); in ZEND_METHOD()
6127 zend_hash_update(Z_ARRVAL_P(return_value), fptr->common.function_name, &function); in ZEND_METHOD()
6150 zend_hash_update(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_METHOD()
6206 zend_hash_update(Z_ARRVAL_P(class_array), name, &zclass); in add_extension_class()
/php-src/ext/pdo/
H A Dpdo_stmt.c973 zend_hash_update(Z_ARRVAL_P(return_value), stmt->columns[i].name, &val); in do_fetch()
2441 zend_hash_update(props, stmt->columns[i].name, &val); in row_get_properties_for()
/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c1016 zend_hash_update(row_ht, meta->fields[i].sname, data); in MYSQLND_METHOD()
/php-src/sapi/litespeed/
H A Dlsapi_main.c112 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\

Completed in 219 milliseconds

12