Home
last modified time | relevance | path

Searched refs:zend_hash_str_update (Results 1 – 25 of 39) sorted by last modified time

12

/PHP-7.4/main/
H A Dphp_variables.c844 zend_hash_str_update(var_table, "HTTP_PROXY", sizeof("HTTP_PROXY")-1, &local_zval); in check_http_proxy()
/PHP-7.4/main/streams/
H A Dstreams.c2309 …wrapperhash = zend_hash_str_update(Z_ARRVAL(context->options), (char*)wrappername, strlen(wrappern…
2314 zend_hash_str_update(Z_ARRVAL_P(wrapperhash), optionname, strlen(optionname), optionvalue);
/PHP-7.4/Zend/
H A Dzend_closures.c595 zend_hash_str_update(debug_info, "parameter", sizeof("parameter")-1, &val); in zend_closure_get_debug_info()
H A Dzend_API.c2816 zend_hash_str_update(symbol_table, name, name_length, symbol); in zend_set_hash_symbol()
H A Dzend_hash.c899 return zend_hash_str_update(ht, str, len, pData); in zend_hash_str_add_or_update()
906 ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const char *str, size_t len, zval … in zend_hash_str_update() function
H A Dzend_execute_API.c1650 zend_hash_str_update(symbol_table, name, len, value); in zend_set_local_var_str()
/PHP-7.4/ext/date/
H A Dphp_date.c2320 zend_hash_str_update(props, "date", sizeof("date")-1, &zv); in date_object_get_properties_for()
2347 zend_hash_str_update(props, "timezone", sizeof("timezone")-1, &zv); in date_object_get_properties_for()
2472 zend_hash_str_update(props, "timezone", sizeof("timezone")-1, &zv); in date_object_get_properties_for_timezone()
2493 zend_hash_str_update(ht, "timezone", sizeof("timezone")-1, &zv); in date_object_get_debug_info_timezone()
2545 zend_hash_str_update(props, n, sizeof(n)-1, &zv); in date_object_get_properties_interval()
2554 zend_hash_str_update(props, "f", sizeof("f") - 1, &zv); in date_object_get_properties_interval()
2563 zend_hash_str_update(props, "days", sizeof("days")-1, &zv); in date_object_get_properties_interval()
5250 zend_hash_str_update(props, "start", sizeof("start")-1, &zv); in date_object_get_properties_period()
5260 zend_hash_str_update(props, "current", sizeof("current")-1, &zv); in date_object_get_properties_period()
5270 zend_hash_str_update(props, "end", sizeof("end")-1, &zv); in date_object_get_properties_period()
[all …]
/PHP-7.4/ext/xml/
H A Dxml.c708 element = zend_hash_str_update(Z_ARRVAL(parser->info), name, strlen(name), &values); in _xml_add_to_info()
/PHP-7.4/ext/phar/
H A Dphar_object.c71 zend_hash_str_update(_SERVER, "PHAR_PATH_INFO", sizeof("PHAR_PATH_INFO")-1, &temp); in phar_mung_server_vars()
81 zend_hash_str_update(_SERVER, "PHAR_PATH_TRANSLATED", sizeof("PHAR_PATH_TRANSLATED")-1, &temp); in phar_mung_server_vars()
95 zend_hash_str_update(_SERVER, "PHAR_REQUEST_URI", sizeof("PHAR_REQUEST_URI")-1, &temp); in phar_mung_server_vars()
108 zend_hash_str_update(_SERVER, "PHAR_PHP_SELF", sizeof("PHAR_PHP_SELF")-1, &temp); in phar_mung_server_vars()
117 zend_hash_str_update(_SERVER, "PHAR_SCRIPT_NAME", sizeof("PHAR_SCRIPT_NAME")-1, &temp); in phar_mung_server_vars()
128 zend_hash_str_update(_SERVER, "PHAR_SCRIPT_FILENAME", sizeof("PHAR_SCRIPT_FILENAME")-1, &temp); in phar_mung_server_vars()
/PHP-7.4/ext/standard/
H A Dfilestat.c1139 zend_hash_str_update(Z_ARRVAL_P(return_value), bucket->path, bucket->path_len, &entry); in PHP_FUNCTION()
H A Dstring.c5762 zend_hash_str_update(Z_ARRVAL_P(return_value), "grouping", sizeof("grouping")-1, &grouping);
5763zend_hash_str_update(Z_ARRVAL_P(return_value), "mon_grouping", sizeof("mon_grouping")-1, &mon_grou…
H A Diptc.c377 element = zend_hash_str_update(Z_ARRVAL_P(return_value), key, strlen(key), &values); in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c645 return zend_hash_str_update(symtable, key, strlen(key), tmp); in add_assoc_object()
/PHP-7.4/ext/openssl/
H A Dopenssl.c921 zend_hash_str_update(Z_ARRVAL(subitem), sname, strlen(sname), &tmp); in php_openssl_add_assoc_name_entry()
939 zend_hash_str_update(Z_ARRVAL_P(val), key, strlen(key), &subitem); in php_openssl_add_assoc_name_entry()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c422 zend_hash_str_update(configuration_hash, name, sizeof(name)-1, &tmp);\
1017 zend_hash_str_update(&EG(symbol_table), "argn", sizeof("argn")-1, &argn); in do_cli()
1019 zend_hash_str_update(&EG(symbol_table), "argi", sizeof("argi")-1, &argi); in do_cli()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp309 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
314 zend_hash_str_update(debug_info, "valid", sizeof("valid") - 1, &zv); in TimeZone_get_debug_info()
323 zend_hash_str_update(debug_info, "id", sizeof("id") - 1, &zv); in TimeZone_get_debug_info()
333 zend_hash_str_update(debug_info,"rawOffset", sizeof("rawOffset") - 1, &zv); in TimeZone_get_debug_info()
335 zend_hash_str_update(debug_info,"currentOffset", sizeof("currentOffset") - 1, &zv); in TimeZone_get_debug_info()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c420 zend_hash_str_update(named_params, pname, (unsigned int)(ppname - pname - 1), &tmp); in firebird_alloc_prepare_stmt()
/PHP-7.4/ext/ftp/
H A Dftp.c735 zend_hash_str_update(ht, "name", sizeof("name")-1, &zstr); in ftp_mlsd_parse_line()
756 zend_hash_str_update(ht, input, eq - input, &zstr); in ftp_mlsd_parse_line()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1844zend_hash_str_update(Z_ARRVAL_P(return_value), result->values[i].name, strlen(result->values[i].na… in php_odbc_fetch_hash()
/PHP-7.4/ext/posix/
H A Dposix.c1021 zend_hash_str_update(Z_ARRVAL_P(array_group), "members", sizeof("members")-1, &array_members); in php_posix_group_to_array()
/PHP-7.4/ext/tidy/
H A Dtidy.c132 zend_hash_str_update(_table, #_key, sizeof(#_key) - 1, &tmp); \
143 zend_hash_str_update(_table, #_key, sizeof(#_key) - 1, &tmp); \
150 zend_hash_str_update(_table, #_key, sizeof(#_key) - 1, &tmp); \
157 zend_hash_str_update(_table, #_key, sizeof(#_key) - 1, &tmp); \
164 zend_hash_str_update(_table, #_key, sizeof(#_key) - 1, &tmp); \
861 zend_hash_str_update(obj->std.properties, "value", sizeof("value") - 1, &temp); in tidy_doc_update_properties()
871 zend_hash_str_update(obj->std.properties, "errorBuffer", sizeof("errorBuffer") - 1, &temp); in tidy_doc_update_properties()
928 zend_hash_str_update(obj->std.properties, "attribute", sizeof("attribute") - 1, &attribute); in tidy_add_default_properties()
951 zend_hash_str_update(obj->std.properties, "child", sizeof("child") - 1, &children); in tidy_add_default_properties()
/PHP-7.4/ext/gmp/
H A Dgmp.c451 zend_hash_str_update(ht, "num", sizeof("num")-1, &zv); in gmp_get_debug_info()
/PHP-7.4/ext/soap/
H A Dsoap.c1749 …(tmp_soap_p = zend_hash_str_update(Z_ARRVAL_P(session_vars), "_bogus_session_name", sizeof("_bogus…
3123 …cookies = zend_hash_str_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1, &tmp_cooki…
H A Dphp_http.c976 …cookies = zend_hash_str_update(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies")-1, &tmp_cooki… in make_http_soap_request()
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c472 zend_hash_str_update(obj->id_of_name_cache, name, namelen, &tmp); in php_com_get_id_of_name()

Completed in 357 milliseconds

12