Home
last modified time | relevance | path

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

12

/PHP-8.3/main/
H A Dphp_variables.c707 zend_hash_update(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGV), &arr); in php_build_argv()
708 zend_hash_update(&EG(symbol_table), ZSTR_KNOWN(ZEND_STR_ARGC), &argc); in php_build_argv()
712 zend_hash_update(Z_ARRVAL_P(track_vars_array), ZSTR_KNOWN(ZEND_STR_ARGV), &arr); in php_build_argv()
773 zend_hash_update(dest, string_key, src_entry); in php_autoglobal_merge()
809 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
828 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
843 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
855 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
903 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
924 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-8.3/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-8.3/ext/xsl/
H A Dxsltprocessor.c715 zend_hash_update(intern->parameter, string_key, &tmp); in PHP_METHOD()
726 zend_hash_update(intern->parameter, name, &new_string); in PHP_METHOD()
798 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_METHOD()
805 zend_hash_update(intern->registered_phpfunctions, restrict_str, &new_string); in PHP_METHOD()
/PHP-8.3/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-8.3/Zend/
H A Dzend_closures.c603 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_FUNCTION), &val); in zend_closure_get_debug_info()
625 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_STATIC), &val); in zend_closure_get_debug_info()
633 zend_hash_update(debug_info, ZSTR_KNOWN(ZEND_STR_THIS), &closure->this_ptr); in zend_closure_get_debug_info()
661 zend_hash_update(Z_ARRVAL(val), name, &info); in zend_closure_get_debug_info()
892 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
2277 new_entry = zend_hash_update(target, p->key, data); in zend_hash_copy()
2656 t = zend_hash_update(target, p->key, &p->val); in zend_hash_merge_ex()
3347 zend_hash_update(new_ht, str_key, zv); in zend_symtable_to_proptable()
3407 zend_hash_update(new_ht, str_key, zv); in zend_proptable_to_symtable()
H A Dzend_hash.h120 ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string *key,zval *pData);
480 return zend_hash_update(ht, key, pData); in zend_symtable_update()
701 zv = zend_hash_update(ht, key, &tmp); in zend_hash_update_ptr()
H A Dzend_execute_API.c1852 zend_hash_update(ht, *str, var); in zend_detach_symbol_table()
1892 zend_hash_update(symbol_table, name, value); in zend_set_local_var()
/PHP-8.3/ext/dom/
H A Dxpath.c504 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_METHOD()
510 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_METHOD()
/PHP-8.3/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-8.3/ext/standard/
H A Dbasic_functions.c1307 zend_hash_update(Z_ARRVAL_P(retval), key, &tmp);
1449 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_TYPE), &tmp);
1452 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_MESSAGE), &tmp);
1455 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_FILE), &tmp);
1458 zend_hash_update(Z_ARR_P(return_value), ZSTR_KNOWN(ZEND_STR_LINE), &tmp);
H A Dstreamsfuncs.c698 dest_elem = zend_hash_update(ht, key, elem); in stream_array_from_fd_set()
745 dest_elem = zend_hash_update(ht, key, elem); in stream_array_emulate_read_fd_set()
H A Darray.c2595 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), value_ptr);
2600 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), &data);
3997 zend_hash_update(dest, string_key, src_entry);
4023 zval *zv = zend_hash_update(dest, string_key, src_entry);
4767 entry = zend_hash_update(Z_ARRVAL_P(return_value), new_key, entry);
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_info.c201 zend_hash_update(&vars, var, data); in phpdbg_print_symbols()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c984 zend_hash_update(Z_ARRVAL_P(subpats), name, val); in add_named()
1429 zend_hash_update(Z_ARRVAL_P(subpats), subpat_names[i], &match_sets[i]); in php_pcre_match_impl()
2916 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
2927 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
/PHP-8.3/ext/filter/
H A Dfilter.c574 zend_hash_update(Z_ARRVAL_P(return_value), arg_key, &nval); in php_filter_array_handler()
/PHP-8.3/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()
3066 zend_hash_update(Z_ARRVAL_P(sess_var), progress->key.s, &progress->data); in php_session_rfc1867_update()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c4098 zend_hash_update(Z_ARRVAL_P(return_value), key, &prop_copy); in add_class_vars()
4148 zend_hash_update(Z_ARRVAL_P(return_value), key, prop); in ZEND_METHOD()
5127 zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface); in ZEND_METHOD()
5187 zend_hash_update(Z_ARRVAL_P(return_value), ce->trait_names[i].name, &trait); in ZEND_METHOD()
6061 zend_hash_update(Z_ARRVAL_P(return_value), fptr->common.function_name, &function); in ZEND_METHOD()
6084 zend_hash_update(Z_ARRVAL_P(return_value), constant->name, &const_val); in ZEND_METHOD()
6140 zend_hash_update(Z_ARRVAL_P(class_array), name, &zclass); in add_extension_class()
/PHP-8.3/ext/pdo/
H A Dpdo_stmt.c978 zend_hash_update(Z_ARRVAL_P(return_value), stmt->columns[i].name, &val); in do_fetch()
2442 zend_hash_update(props, stmt->columns[i].name, &val); in row_get_properties_for()
/PHP-8.3/sapi/litespeed/
H A Dlsapi_main.c113 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_module.c621 zend_hash_update(Z_ARRVAL_P(return_value), cache_entry->key, &persistent_script_report);
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_result.c1016 zend_hash_update(row_ht, meta->fields[i].sname, data); in MYSQLND_METHOD()

Completed in 203 milliseconds

12