Home
last modified time | relevance | path

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

12

/php-src/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.c444 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
462 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
H A Dphp_spl.c261 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
H A Dspl_fixedarray.c648 zend_hash_add(Z_ARRVAL(members_zv), key, elem); in PHP_METHOD()
/php-src/sapi/apache2handler/
H A Dapache_config.c167 new_entry = zend_hash_add(&n->config, key, data); in merge_php_config()
/php-src/win32/
H A Dregistry.c120 zend_hash_add(ht, index, tmpdata); in LoadDirectory()
/php-src/Zend/
H A Dzend_hash.h124 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key,zval *pData);
647 zv = zend_hash_add(ht, key, &tmp); in zend_hash_add_ptr()
723 if ((zv = zend_hash_add(ht, key, &tmp))) { in zend_hash_add_mem()
H A Dzend_hash.c976 return zend_hash_add(ht, key, pData); in zend_hash_add_or_update()
987 ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *key, zval *pData) in zend_hash_add() function
1067 return zend_hash_add(ht, key, &dummy); in zend_hash_add_empty_element()
H A Dzend_compile.c4393 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
4410 zend_hash_add(dst, Z_STR_P(val), &tmp); in zend_compile_func_in_array()
6011 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_switch()
6224 zend_hash_add(jumptable, Z_STR_P(cond_zv), &jmp_target); in zend_compile_match()
7457 value = zend_hash_add(op_array->static_variables, var_name, &EG(uninitialized_zval)); in zend_compile_closure_binding()
7564 zval *value = zend_hash_add( in compile_implicit_lexical_binds()
H A Dzend_object_handlers.c1165 retval = zend_hash_add(zobj->properties, name, &EG(uninitialized_zval)); in zend_std_get_property_ptr_ptr()
H A Dzend_ast.c902 if (!zend_hash_add(args, name, &arg)) { in zend_ast_evaluate_inner()
/php-src/ext/standard/
H A Dbrowscap.c272 zend_hash_add(ht, bdata->kv[i].key, &tmp); in browscap_entry_add_kv_to_existing_array()
H A Dvar.c834 if (!zend_hash_add(ht, name, val)) { in php_var_serialize_try_add_sleep_prop()
H A Dstring.c3019 zend_hash_add(&str_hash, key_used, entry);
/php-src/ext/mysqli/
H A Dmysqli.c357 zend_hash_add(retval, entry->name, value); in mysqli_object_get_debug_info()
/php-src/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.c52 if (zend_hash_add(ctx->constants, Z_STR_P(name), value)) { in zend_optimizer_collect_constant()
/php-src/ext/pcre/
H A Dphp_pcre.c1006 if (!zend_hash_add(subpats, name, val)) { in add_named()
1080 zend_hash_add(subpats_ht, subpat_names[i], &val); in populate_subpat_array()
/php-src/sapi/cli/
H A Dphp_cli_server.c1689 zend_hash_add(&client->request.headers, lc_header_name, &tmp); in php_cli_server_client_save_header()
1690 zend_hash_add(&client->request.headers_original_case, client->current_header_name, &tmp); in php_cli_server_client_save_header()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1365zend_hash_add(EG(current_execute_data)->symbol_table, ZSTR_KNOWN(ZEND_STR_THIS), &EG(current_execu…
/php-src/main/
H A Dfastcgi.c1734 zend_hash_add(&fcgi_mgmt_vars, key, &zvalue);
/php-src/ext/sockets/
H A Dsockets.c545 dest_element = zend_hash_add(Z_ARRVAL(new_hash), key, element);
/php-src/ext/ffi/
H A Dffi.c2101 zend_hash_add(ht, key, &tmp); in zend_ffi_cdata_get_debug_info()
2104 zend_hash_add(ht, key, &tmp); in zend_ffi_cdata_get_debug_info()
/php-src/ext/mbstring/
H A Dmbstring.c2796 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()

Completed in 207 milliseconds

12