Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_functions.c33 zend_hash_add(Z_ARRVAL_P(list), pce->name, &t); in spl_add_class_name()
H A Dspl_dllist.c449 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
467 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
H A Dphp_spl.c264 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
H A Dspl_fixedarray.c673 zend_hash_add(Z_ARRVAL(members_zv), key, elem); in PHP_METHOD()
/PHP-8.2/sapi/apache2handler/
H A Dapache_config.c167 new_entry = zend_hash_add(&n->config, key, data); in merge_php_config()
/PHP-8.2/win32/
H A Dregistry.c120 zend_hash_add(ht, index, tmpdata); in LoadDirectory()
/PHP-8.2/ext/standard/
H A Dbrowscap.c294 zend_hash_add(ht, bdata->kv[i].key, &tmp); in browscap_entry_to_array()
H A Dvar.c849 if (!zend_hash_add(ht, name, val)) { in php_var_serialize_try_add_sleep_prop()
H A Dstring.c2808 zend_hash_add(&str_hash, key_used, entry);
H A Darray.c5518 zend_hash_add(&exclude, str, &dummy);
/PHP-8.2/Zend/
H A Dzend_hash.h122 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key,zval *pData);
653 zv = zend_hash_add(ht, key, &tmp); in zend_hash_add_ptr()
729 if ((zv = zend_hash_add(ht, key, &tmp))) { in zend_hash_add_mem()
H A Dzend_hash.c913 return zend_hash_add(ht, key, pData); in zend_hash_add_or_update()
924 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add() function
1004 return zend_hash_add(ht, key, &dummy); in zend_hash_add_empty_element()
H A Dzend_compile.c4251 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4268 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
5673 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_switch()
5886 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_match()
7098 value = zend_hash_add(op_array->static_variables, var_name, &EG(uninitialized_zval)); in zend_compile_closure_binding()
7205 zval *value = zend_hash_add( in compile_implicit_lexical_binds()
H A Dzend_ast.c854 if (!zend_hash_add(args, name, &arg)) { in zend_ast_evaluate_ex()
H A Dzend_API.c3313 ret = zend_hash_add(CG(class_table), lcname, &zv); in zend_register_class_alias_ex()
/PHP-8.2/ext/mysqli/
H A Dmysqli.c358 zend_hash_add(retval, entry->name, value); in mysqli_object_get_debug_info()
/PHP-8.2/Zend/Optimizer/
H A Dcompact_literals.c113 zend_hash_add(hash, key, &tmp); in add_static_slot()
H A Ddfa_pass.c440 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_dfa_optimize_calls()
456 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_dfa_optimize_calls()
H A Dzend_optimizer.c51 if (zend_hash_add(ctx->constants, Z_STR_P(name), value)) { in zend_optimizer_collect_constant()
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c1005 if (!zend_hash_add(Z_ARRVAL_P(subpats), name, val)) { in add_named()
1078 zend_hash_add(Z_ARRVAL_P(subpats), subpat_names[i], &val); in populate_subpat_array()
/PHP-8.2/main/
H A Dfastcgi.c1737 zend_hash_add(&fcgi_mgmt_vars, key, &zvalue);
/PHP-8.2/ext/sockets/
H A Dsockets.c544 dest_element = zend_hash_add(Z_ARRVAL(new_hash), key, element);
/PHP-8.2/ext/mbstring/
H A Dmbstring.c2679 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
/PHP-8.2/ext/ffi/
H A Dffi.c2089 zend_hash_add(ht, key, &tmp); in zend_ffi_cdata_get_debug_info()
2092 zend_hash_add(ht, key, &tmp); in zend_ffi_cdata_get_debug_info()
/PHP-8.2/ext/date/
H A Dphp_date.c2311 if (zend_hash_add(myht, name, prop) != NULL) { in add_common_properties()

Completed in 228 milliseconds