Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_list.c44 return zend_hash_index_add_new(&EG(regular_list), index, &zv); in zend_list_insert()
H A Dzend_objects.c261 zend_hash_index_add_new(new_object->properties, num_key, &new_prop); in zend_objects_clone_members()
H A Dzend_builtin_functions.c715 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 1, entry); in ZEND_FUNCTION()
725 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in ZEND_FUNCTION()
834 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
1971 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1979 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
1994 zend_hash_index_add_new(Z_ARRVAL_P(return_value), index, val); in ZEND_FUNCTION()
H A Dzend_hash.h132 ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend_ulong h, zval *pData);
413 return zend_hash_index_add_new(ht, idx, pData); in zend_symtable_add_new()
746 zv = zend_hash_index_add_new(ht, h, &tmp); in zend_hash_index_add_new_ptr()
H A Dzend_hash.c1048 return zend_hash_index_add_new(ht, h, pData); in zend_hash_index_add_or_update()
1066 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.c625 zend_hash_index_add_new(ht, 0, op); in convert_scalar_to_array()
H A Dzend_execute.c2153 retval = zend_hash_index_add_new(ht, hval, &EG(uninitialized_zval)); in zend_fetch_dimension_address_inner()
H A Dzend_vm_def.h5937 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr);
H A Dzend_vm_execute.h4011 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CONST_HANDLER()
18186 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_TMP_HANDLER()
21294 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_VAR_HANDLER()
37491 expr = zend_hash_index_add_new(Z_ARRVAL_P(result), 0, expr); in ZEND_CAST_SPEC_CV_HANDLER()
/PHP-7.4/ext/standard/
H A Dvar.c688 zend_hash_index_add_new(&data->ht, key, &zv_n); in php_add_var_hash()
694 zend_hash_index_add_new(&data->ht, key + 1, var); in php_add_var_hash()
H A Darray.c2689 zend_hash_index_add_new(Z_ARRVAL_P(return_value), start_key, val);
3587 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4352 entry = zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, entry);
4595 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, val);
5573 value = zend_hash_index_add_new(Z_ARRVAL_P(return_value), idx, value);
6227 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
H A Dvar_unserializer.re495 data = zend_hash_index_add_new(ht, idx, &d);
H A Dstring.c1161 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
1172 zend_hash_index_add_new(Z_ARRVAL_P(return_value), 0, &tmp); in PHP_FUNCTION()
4568 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &result);
H A Dbasic_functions.c6010 find_hash = zend_hash_index_add_new(Z_ARRVAL_P(arr), key, &hash);
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c366 zend_hash_index_add_new(&hash, Z_LVAL(op_array->literals[i]), &zv); in zend_optimizer_compact_literals()
H A Dsccp.c2054 val1 = zend_hash_index_add_new(ret, index, val1); in join_hash_tables()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2280 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_func_impl()
2363 zend_hash_index_add_new(Z_ARRVAL_P(return_value), num_key, &zv); in preg_replace_common()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c705 num = zend_hash_index_add_new(insert_ht, insert_idx, &zero); in PHP_FUNCTION()
/PHP-7.4/ext/ffi/
H A Dffi.c1978 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
1984 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()
1990 zend_hash_index_add_new(ht, 0, &tmp); in zend_ffi_cdata_get_debug_info()

Completed in 393 milliseconds