Home
last modified time | relevance | path

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

/PHP-8.2/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.c251 zend_hash_index_add_new(new_object->properties, num_key, &new_prop); in zend_objects_clone_members()
H A Dzend_enum.c233 zend_hash_index_add_new(backed_enum_table, long_key, case_name); in zend_enum_build_backed_enum_table()
573 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.c454 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
1406 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1414 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()
H A Dzend_weakrefs.c389 zend_hash_index_add_new(&wm->ht, obj_key, value); in zend_weakmap_write_dimension()
H A Dzend_hash.h133 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
475 return zend_hash_index_add_new(ht, idx, pData); in zend_symtable_add_new()
808 zv = zend_hash_index_add_new(ht, h, &tmp); in zend_hash_index_add_new_ptr()
H A Dzend_hash.c1128 return zend_hash_index_add_new(ht, h, pData); in zend_hash_index_add_or_update()
1146 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.c741 zend_hash_index_add_new(ht, 0, op); in convert_scalar_to_array()
H A Dzend_alloc.c2803 zend_hash_index_add_new(heap->tracked_allocs, h, &size_zv);
H A Dzend_execute.c2129 return zend_hash_index_add_new(ht, lval, &EG(uninitialized_zval)); in zend_undefined_offset_write()
H A Dzend_vm_def.h6229 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr);
H A Dzend_vm_execute.h4877 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CONST_HANDLER()
19173 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_TMP_HANDLER()
21830 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_VAR_HANDLER()
38923 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CV_HANDLER()
/PHP-8.2/ext/standard/
H A Darray.c2623 zend_hash_index_add_new(Z_ARRVAL_P(return_value), start_key, val);
3640 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), idx, zv);
3668 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4362 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4599 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, val);
4745 zend_hash_index_add_new(Z_ARRVAL_P(return_value), h, val);
5130 zend_hash_index_add_new(Z_ARRVAL_P(return_value), h, val);
5531 value = zend_hash_index_add_new(Z_ARRVAL_P(return_value), idx, value);
6184 operand = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, operand);
6243 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
[all …]
H A Dvar.c701 zend_hash_index_add_new(&data->ht, key, &zv_n); in php_add_var_hash()
707 zend_hash_index_add_new(&data->ht, key + 1, var); in php_add_var_hash()
H A Dstring.c1083 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
1094 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
4336 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
H A Dbasic_functions.c2475 find_hash = zend_hash_index_add_new(Z_ARRVAL_P(arr), key, &hash);
/PHP-8.2/Zend/Optimizer/
H A Dcompact_literals.c361 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
H A Dsccp.c1904 val1 = zend_hash_index_add_new(ret, index, val1); in join_hash_tables()
/PHP-8.2/ext/pcre/
H A Dphp_pcre.c2261 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_func_impl()
2343 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_common()
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg.c677 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()
/PHP-8.2/ext/ffi/
H A Dffi.c2065 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
2071 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
2077 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()

Completed in 308 milliseconds