Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_list.c43 return zend_hash_index_add_new(&EG(regular_list), index, &zv); in zend_list_insert()
H A Dzend_objects.c264 zend_hash_index_add_new(new_object->properties, num_key, &new_prop); in zend_objects_clone_members()
H A Dzend_enum.c240 zend_hash_index_add_new(backed_enum_table, long_key, case_name); in zend_enum_build_backed_enum_table()
580 zend_hash_index_add_new(backed_enum_table, Z_LVAL_P(value), &case_name_zv); in zend_enum_add_case()
H A Dzend_builtin_functions.c464 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
1421 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1429 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1444 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
H A Dzend_hash.h133 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
467 return zend_hash_index_add_new(ht, idx, pData); in zend_symtable_add_new()
800 zv = zend_hash_index_add_new(ht, h, &tmp); in zend_hash_index_add_new_ptr()
H A Dzend_weakrefs.c386 zend_hash_index_add_new(&wm->ht, obj_key, value); in zend_weakmap_write_dimension()
H A Dzend_hash.c1191 return zend_hash_index_add_new(ht, h, pData); in zend_hash_index_add_or_update()
1209 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_alloc.c2812 zend_hash_index_add_new(heap->tracked_allocs, h, &size_zv);
H A Dzend_operators.c800 zend_hash_index_add_new(ht, 0, op); in convert_scalar_to_array()
H A Dzend_execute.c2226 return zend_hash_index_add_new(ht, lval, &EG(uninitialized_zval)); in zend_undefined_offset_write()
H A Dzend_vm_def.h6331 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr);
H A Dzend_vm_execute.h4925 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CONST_HANDLER()
19457 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_TMP_HANDLER()
22126 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_VAR_HANDLER()
39776 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CV_HANDLER()
/PHP-8.3/ext/standard/
H A Darray.c2709 zend_hash_index_add_new(Z_ARRVAL_P(return_value), start_key, val);
3859 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), idx, zv);
3884 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4604 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4842 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, val);
4997 zend_hash_index_add_new(Z_ARRVAL_P(return_value), h, val);
5393 zend_hash_index_add_new(Z_ARRVAL_P(return_value), h, val);
5795 value = zend_hash_index_add_new(Z_ARRVAL_P(return_value), idx, value);
6452 operand = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, operand);
6511 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
[all …]
H A Dvar.c708 zend_hash_index_add_new(&data->ht, key, &zv_n); in php_add_var_hash()
714 zend_hash_index_add_new(&data->ht, key + 1, var); in php_add_var_hash()
H A Dstring.c915 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
926 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
4252 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
H A Dbasic_functions.c2467 find_hash = zend_hash_index_add_new(Z_ARRVAL_P(arr), key, &hash);
/PHP-8.3/Zend/Optimizer/
H A Dcompact_literals.c363 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
H A Dsccp.c1917 val1 = zend_hash_index_add_new(ret, index, val1); in join_hash_tables()
/PHP-8.3/ext/pcre/
H A Dphp_pcre.c2235 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_func_impl()
2317 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_common()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c677 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()
/PHP-8.3/ext/ffi/
H A Dffi.c2078 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
2084 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
2090 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()

Completed in 305 milliseconds