Home
last modified time | relevance | path

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

12

/PHP-7.0/main/
H A Dphp_variables.c650 zend_hash_update(dest, string_key, src_entry); in php_autoglobal_merge()
687 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_GET]); in php_auto_globals_create_get()
706 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_POST]); in php_auto_globals_create_post()
721 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_COOKIE]); in php_auto_globals_create_cookie()
733 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
781 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_SERVER]); in php_auto_globals_create_server()
797 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_ENV]); in php_auto_globals_create_env()
843 zend_hash_update(&EG(symbol_table), name, &form_variables); in php_auto_globals_create_request()
H A Dphp_ini.c241 entry = zend_hash_update(active_hash, Z_STR_P(arg1), arg2); in php_ini_parser_cb()
262 find_arr = zend_hash_update(active_hash, Z_STR_P(arg1), &option_arr); in php_ini_parser_cb()
/PHP-7.0/ext/intl/collator/
H A Dcollator_convert.c74 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16()
111 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
/PHP-7.0/ext/com_dotnet/
H A Dcom_wrapper.c489 zend_hash_update(disp->name_to_dispid, name, &tmp2); in generate_dispids()
524 zend_hash_update(disp->name_to_dispid, name, &tmp2); in generate_dispids()
611 zend_hash_update(disp->name_to_dispid, Z_STR_P(ntmp), &tmp); in php_com_wrapper_export_as_sink()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c772 zend_hash_update(intern->parameter, string_key, entry); in PHP_FUNCTION()
781 zend_hash_update(intern->parameter, name, &new_string); in PHP_FUNCTION()
857 zend_hash_update(intern->registered_phpfunctions, Z_STR_P(entry), &new_string); in PHP_FUNCTION()
865 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
/PHP-7.0/ext/dom/
H A Dxpath.c522 zend_hash_update(intern->registered_phpfunctions, str, &new_string); in PHP_FUNCTION()
532 zend_hash_update(intern->registered_phpfunctions, name, &new_string); in PHP_FUNCTION()
/PHP-7.0/ext/spl/
H A Dspl_heap.c499 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper()
504 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper()
517 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info_helper()
H A Dspl_observer.c299 zend_hash_update(Z_ARRVAL(storage), md5str, &tmp); in spl_object_storage_debug_info()
/PHP-7.0/Zend/
H A Dzend_hash.h76 #define zend_hash_update(ht, key, pData) \ macro
335 return zend_hash_update(ht, key, pData); in zend_symtable_update()
556 zv = zend_hash_update(ht, key, &tmp); in zend_hash_update_ptr()
H A Dzend_closures.c465 zend_hash_update(Z_ARRVAL(val), name, &info); in zend_closure_get_debug_info()
H A Dzend_execute_API.c1574 zend_hash_update(ht, *str, var); in zend_detach_symbol_table()
1615 return zend_hash_update(symbol_table, name, value) ? SUCCESS : FAILURE;; in zend_set_local_var()
H A Dzend.c632 zend_hash_update(&EG(symbol_table), name, &globals); in php_auto_globals_create_globals()
H A Dzend_hash.c1669 new_entry = zend_hash_update(target, p->key, data); in zend_hash_copy()
1964 t = zend_hash_update(target, p->key, &p->val); in zend_hash_merge_ex()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_info.c201 zend_hash_update(&vars, var, data); in phpdbg_print_symbols()
/PHP-7.0/ext/standard/
H A Darray.c1836 zend_hash_update(symbol_table, Z_STR(final_name), entry);
1849 zend_hash_update(symbol_table, Z_STR(final_name), entry);
1871 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), &data);
3004 zend_hash_update(dest, string_key, src_entry);
3029 zval *zv = zend_hash_update(dest, string_key, src_entry);
3644 entry = zend_hash_update(Z_ARRVAL_P(return_value), new_key, entry);
3859 zend_hash_update(Z_ARRVAL_P(return_value), p->key, val);
4282 zend_hash_update(Z_ARRVAL_P(return_value), p->key, val);
5161 operand = zend_hash_update(Z_ARRVAL_P(return_value), string_key, operand);
5404 entry = zend_hash_update(Z_ARRVAL(chunk), str_key, entry);
H A Dvar_unserializer.c373 data = zend_hash_update(ht, Z_STR(key), &d); in process_nested_data()
H A Dstreamsfuncs.c658 dest_elem = zend_hash_update(Z_ARRVAL(new_array), key, elem); in stream_array_from_fd_set()
H A Dvar_unserializer.re377 data = zend_hash_update(ht, Z_STR(key), &d);
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_result.c871 zend_hash_update(Z_ARRVAL_P(row), meta->fields[i].sname, data); in MYSQLND_METHOD()
1122 zend_hash_update(Z_ARRVAL_P(row), meta->fields[i].sname, data); in MYSQLND_METHOD()
1217 zend_hash_update(Z_ARRVAL_P(row), meta->fields[i].sname, data); in MYSQLND_METHOD()
/PHP-7.0/ext/filter/
H A Dfilter.c708 zend_hash_update(Z_ARRVAL_P(return_value), arg_key, &nval); in php_filter_array_handler()
/PHP-7.0/ext/session/
H A Dsession.c172 zend_hash_update(Z_ARRVAL_P(sess_var), name, &empty_var); in php_add_session_var()
183 return zend_hash_update(Z_ARRVAL_P(sess_var), name, state_val); in php_set_session_var()
2938 zend_hash_update(Z_ARRVAL_P(sess_var), progress->key.s, &progress->data);
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c3781 zend_hash_update(Z_ARRVAL_P(return_value), key, &prop_copy); in add_class_vars()
4814 zend_hash_update(Z_ARRVAL_P(return_value), ce->interfaces[i]->name, &interface); in ZEND_METHOD()
4860 zend_hash_update(Z_ARRVAL_P(return_value), ce->traits[i]->name, &trait); in ZEND_METHOD()
5675 zend_hash_update(Z_ARRVAL_P(return_value), fptr->common.function_name, &function); in ZEND_METHOD()
5690 zend_hash_update(Z_ARRVAL_P(retval), constant->name, &const_val); in _addconstant()
5771 zend_hash_update(Z_ARRVAL_P(class_array), name, &zclass); in add_extension_class()
/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c129 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c539 t = zend_hash_update(target, p->key, &p->val); in zend_accel_function_hash_copy()
/PHP-7.0/ext/pdo/
H A Dpdo_stmt.c1083 zend_hash_update(Z_ARRVAL_P(return_value), stmt->columns[i].name, &val); in do_fetch()
2618 zend_hash_update(stmt->std.properties, stmt->columns[i].name, &val); in row_get_properties()

Completed in 194 milliseconds

12