Home
last modified time | relevance | path

Searched refs:zend_hash_index_add_new (Results 1 – 22 of 22) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_objects.c251 zend_hash_index_add_new(new_object->properties, num_key, &new_prop); in zend_objects_clone_members()
H A Dzend_list.c43 return zend_hash_index_add_new(&EG(regular_list), index, &zv); in zend_list_insert()
H A Dzend_builtin_functions.c452 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
1405 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1413 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1428 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
H A Dzend_enum.c469 zend_hash_index_add_new(ce->backed_enum_table, Z_LVAL_P(value), &case_name_zv); in zend_enum_add_case()
H A Dzend_hash.h132 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
451 return zend_hash_index_add_new(ht, idx, pData); in zend_symtable_add_new()
784 zv = zend_hash_index_add_new(ht, h, &tmp); in zend_hash_index_add_new_ptr()
H A Dzend_weakrefs.c366 zend_hash_index_add_new(&wm->ht, (zend_ulong) obj_key, value); in zend_weakmap_write_dimension()
H A Dzend_hash.c1110 return zend_hash_index_add_new(ht, h, pData); in zend_hash_index_add_or_update()
1128 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData) in zend_hash_index_add_new() function
H A Dzend_operators.c691 zend_hash_index_add_new(ht, 0, op); in convert_scalar_to_array()
H A Dzend_alloc.c2770 zend_hash_index_add_new(heap->tracked_allocs, h, &size_zv);
H A Dzend_execute.c2166 return zend_hash_index_add_new(ht, lval, &EG(uninitialized_zval)); in zend_undefined_offset_write()
H A Dzend_compile.c7971 zend_hash_index_add_new(enum_class->backed_enum_table, long_key, &case_name_zval); in zend_compile_enum_case()
H A Dzend_vm_def.h6223 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr);
H A Dzend_vm_execute.h4815 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CONST_HANDLER()
19050 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_TMP_HANDLER()
21711 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_VAR_HANDLER()
38705 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CV_HANDLER()
/PHP-8.1/ext/standard/
H A Darray.c2644 zend_hash_index_add_new(Z_ARRVAL_P(return_value), start_key, val);
3535 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4242 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4479 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, val);
4613 zend_hash_index_add_new(Z_ARRVAL_P(return_value), h, val);
4987 zend_hash_index_add_new(Z_ARRVAL_P(return_value), h, val);
5377 value = zend_hash_index_add_new(Z_ARRVAL_P(return_value), idx, value);
5953 operand = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, operand);
6012 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
6203 entry = zend_hash_index_add_new(Z_ARRVAL(chunk), num_key, entry);
H A Dvar.c698 zend_hash_index_add_new(&data->ht, key, &zv_n); in php_add_var_hash()
704 zend_hash_index_add_new(&data->ht, key + 1, var); in php_add_var_hash()
H A Dstring.c1120 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
1131 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
4324 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
H A Dbasic_functions.c2505 find_hash = zend_hash_index_add_new(Z_ARRVAL_P(arr), key, &hash);
/PHP-8.1/Zend/Optimizer/
H A Dcompact_literals.c389 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
H A Dsccp.c2005 val1 = zend_hash_index_add_new(ret, index, val1); in join_hash_tables()
/PHP-8.1/ext/pcre/
H A Dphp_pcre.c2270 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_func_impl()
2352 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_common()
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c675 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()
/PHP-8.1/ext/ffi/
H A Dffi.c2014 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
2020 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
2026 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()

Completed in 394 milliseconds