Home
last modified time | relevance | path

Searched refs:zend_hash_index_update (Results 1 – 25 of 32) sorted by path

12

/PHP-7.4/Zend/
H A Dzend_API.c1534 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_long()
1544 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_null()
1554 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_bool()
1564 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_resource()
1574 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_double()
1584 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_str()
1594 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_string()
1604 zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_index_stringl()
1697 result = zend_hash_index_update(ht, 0, value); in array_set_zval_key()
1700 result = zend_hash_index_update(ht, 1, value); in array_set_zval_key()
[all …]
H A Dzend_API.h423 return zend_hash_index_update(Z_ARRVAL_P(arg), index, value) ? SUCCESS : FAILURE; in add_index_zval()
H A Dzend_ast.c427 zend_hash_index_update(Z_ARRVAL_P(result), Z_LVAL_P(offset), expr); in zend_ast_add_array_element()
430 zend_hash_index_update(Z_ARRVAL_P(result), 0, expr); in zend_ast_add_array_element()
433 zend_hash_index_update(Z_ARRVAL_P(result), 1, expr); in zend_ast_add_array_element()
436 zend_hash_index_update(Z_ARRVAL_P(result), zend_dval_to_lval(Z_DVAL_P(offset)), expr); in zend_ast_add_array_element()
440 zend_hash_index_update(Z_ARRVAL_P(result), Z_RES_HANDLE_P(offset), expr); in zend_ast_add_array_element()
H A Dzend_compile.c7181 zend_hash_index_update(Z_ARRVAL_P(result), Z_LVAL_P(key), value); in zend_try_ct_eval_array()
7187 zend_hash_index_update(Z_ARRVAL_P(result), in zend_try_ct_eval_array()
7191 zend_hash_index_update(Z_ARRVAL_P(result), 0, value); in zend_try_ct_eval_array()
7194 zend_hash_index_update(Z_ARRVAL_P(result), 1, value); in zend_try_ct_eval_array()
H A Dzend_hash.c1057 return zend_hash_index_update(ht, h, pData); in zend_hash_index_add_or_update()
1071 ZEND_API zval* ZEND_FASTCALL zend_hash_index_update(HashTable *ht, zend_ulong h, zval *pData) in zend_hash_index_update() function
1933 new_entry = zend_hash_index_update(target, p->h, data); in zend_hash_copy()
2149 t = zend_hash_index_update(target, p->h, s); in zend_hash_merge()
2826 zend_hash_index_update(new_ht, num_key, zv); in zend_proptable_to_symtable()
H A Dzend_hash.h133 ZEND_API zval* ZEND_FASTCALL zend_hash_index_update(HashTable *ht, zend_ulong h, zval *pData);
424 return zend_hash_index_update(ht, idx, pData); in zend_symtable_update()
436 return zend_hash_index_update(ht, idx, pData); in zend_symtable_update_ind()
520 return zend_hash_index_update(ht, idx, pData); in zend_symtable_str_update()
532 return zend_hash_index_update(ht, idx, pData); in zend_symtable_str_update_ind()
755 zv = zend_hash_index_update(ht, h, &tmp); in zend_hash_index_update_ptr()
H A Dzend_ts_hash.c128 retval = zend_hash_index_update(TS_HASH(ht), h, pData); in zend_ts_hash_index_update()
H A Dzend_vm_def.h5723 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr);
H A Dzend_vm_execute.h6208 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
8409 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER()
9377 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
10869 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
18871 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
19299 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_HANDLER()
19803 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
20210 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER()
24036 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CONST_HANDLER()
26160 zend_hash_index_update(Z_ARRVAL_P(EX_VAR(opline->result.var)), hval, expr_ptr); in ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_HANDLER()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c631 zend_hash_index_update(id_to_name, func->memid, &tmp); in php_com_process_typeinfo()
H A Dcom_wrapper.c484 zend_hash_index_update(disp->dispid_to_name, pid, &tmp2); in generate_dispids()
519 zend_hash_index_update(disp->dispid_to_name, pid, &tmp2); in generate_dispids()
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.c72 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16()
109 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
/PHP-7.4/ext/ldap/
H A Dldap.c1916 zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, &tmp1); in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result.c865 zend_hash_index_update(row_ht, meta->fields[i].num_key, data); in MYSQLND_METHOD()
1125 zend_hash_index_update(Z_ARRVAL_P(row), meta->fields[i].num_key, data); in MYSQLND_METHOD()
1222 zend_hash_index_update(Z_ARRVAL_P(row), meta->fields[i].num_key, data); in MYSQLND_METHOD()
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1572 zend_hash_index_update(Z_ARRVAL_P(outarrs[ i ]), rows, &element); in PHP_FUNCTION()
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c1839 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &tmp); in php_odbc_fetch_hash()
2000 zend_hash_index_update(Z_ARRVAL_P(pv_res_arr), i, &tmp); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c536 value = zend_hash_index_update(Z_ARR_P(result), 0, value); in ct_eval_add_array_elem()
540 value = zend_hash_index_update(Z_ARR_P(result), 1, value); in ct_eval_add_array_elem()
544 value = zend_hash_index_update(Z_ARR_P(result), Z_LVAL_P(key), value); in ct_eval_add_array_elem()
548 value = zend_hash_index_update( in ct_eval_add_array_elem()
/PHP-7.4/ext/pcntl/
H A Dpcntl.c1104 zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle); in PHP_FUNCTION()
1119 handle = zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle); in PHP_FUNCTION()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2953 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
2964 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1026zend_hash_index_update((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_LVAL(va… in do_fetch()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c980 zend_hash_index_update(&PGG(notices), (zend_ulong)resource_id, notices); in _php_pgsql_notice_handler()
1510 zend_hash_index_update(&PGG(hashes), (uintptr_t) pgsql, &tmp);
/PHP-7.4/ext/soap/
H A Dphp_encoding.c370 zend_hash_index_update(SOAP_GLOBAL(ref_map), (zend_ulong)node, data); in soap_add_xml_ref()
2609 ar = zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr); in to_zval_array()
2613 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal); in to_zval_array()
2720 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL(key), &value); in to_zval_map()
/PHP-7.4/ext/sockets/
H A Dsockets.c953 dest_element = zend_hash_index_update(Z_ARRVAL(new_hash), num_key, element);
/PHP-7.4/ext/spl/
H A Dspl_array.c381 retval = zend_hash_index_update(ht, index, &value); in spl_array_get_dimension_ptr()
504 zend_hash_index_update(ht, index, value); in spl_array_write_dimension_ex()
H A Dspl_fixedarray.c172 zend_hash_index_update(ht, i, &intern->array.elements[i]); in spl_fixedarray_object_get_properties()
175 zend_hash_index_update(ht, i, &EG(uninitialized_zval)); in spl_fixedarray_object_get_properties()
636 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &intern->array.elements[i]); in SPL_METHOD()
639 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &EG(uninitialized_zval)); in SPL_METHOD()

Completed in 313 milliseconds

12