Home
last modified time | relevance | path

Searched refs:zend_hash_index_update (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.1/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.1/Zend/
H A Dzend_API.c1260 prop = zend_hash_index_update(object->properties, h, prop); in object_properties_load()
1590 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_long()
1599 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_double()
1608 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_str()
1617 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_string()
1626 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_stringl()
1643 result = zend_hash_index_update(ht, Z_RES_HANDLE_P(key), value); in array_set_zval_key()
1646 result = zend_hash_index_update(ht, 0, value); in array_set_zval_key()
1649 result = zend_hash_index_update(ht, 1, value); in array_set_zval_key()
1652 result = zend_hash_index_update(ht, Z_LVAL_P(key), value); in array_set_zval_key()
[all …]
H A Dzend_hash.h118 #define zend_hash_index_update(ht, h, pData) \ macro
360 return zend_hash_index_update(ht, idx, pData); in zend_symtable_update()
372 return zend_hash_index_update(ht, idx, pData); in zend_symtable_update_ind()
456 return zend_hash_index_update(ht, idx, pData); in zend_symtable_str_update()
468 return zend_hash_index_update(ht, idx, pData); in zend_symtable_str_update_ind()
673 zv = zend_hash_index_update(ht, h, &tmp); in zend_hash_index_update_ptr()
H A Dzend_ast.c209 zend_hash_index_update(Z_ARRVAL_P(result), Z_LVAL_P(offset), expr); in zend_ast_add_array_element()
212 zend_hash_index_update(Z_ARRVAL_P(result), 0, expr); in zend_ast_add_array_element()
215 zend_hash_index_update(Z_ARRVAL_P(result), 1, expr); in zend_ast_add_array_element()
218 zend_hash_index_update(Z_ARRVAL_P(result), zend_dval_to_lval(Z_DVAL_P(offset)), expr); in zend_ast_add_array_element()
222 zend_hash_index_update(Z_ARRVAL_P(result), Z_RES_HANDLE_P(offset), expr); in zend_ast_add_array_element()
H A Dzend_hash.c1642 new_entry = zend_hash_index_update(target, p->h, data); in zend_hash_copy()
1874 t = zend_hash_index_update(target, p->h, &p->val); in _zend_hash_merge()
H A Dzend_compile.c6652 zend_hash_index_update(Z_ARRVAL_P(result), Z_LVAL_P(key), value); in zend_try_ct_eval_array()
6658 zend_hash_index_update(Z_ARRVAL_P(result), in zend_try_ct_eval_array()
6662 zend_hash_index_update(Z_ARRVAL_P(result), 0, value); in zend_try_ct_eval_array()
6665 zend_hash_index_update(Z_ARRVAL_P(result), 1, value); in zend_try_ct_eval_array()
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c169 zend_hash_index_update(ht, i, &intern->array.elements[i]); in spl_fixedarray_object_get_properties()
174 zend_hash_index_update(ht, i, &EG(uninitialized_zval)); in spl_fixedarray_object_get_properties()
645 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &intern->array.elements[i]); in SPL_METHOD()
650 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &EG(uninitialized_zval)); in SPL_METHOD()
H A Dspl_array.c382 retval = zend_hash_index_update(ht, index, &value); in spl_array_get_dimension_ptr()
508 zend_hash_index_update(ht, index, value); in spl_array_write_dimension_ex()
/PHP-7.1/ext/com_dotnet/
H A Dcom_wrapper.c486 zend_hash_index_update(disp->dispid_to_name, pid, &tmp2); in generate_dispids()
521 zend_hash_index_update(disp->dispid_to_name, pid, &tmp2); in generate_dispids()
H A Dcom_typeinfo.c586 zend_hash_index_update(id_to_name, func->memid, &tmp); in php_com_process_typeinfo()
/PHP-7.1/ext/standard/
H A Darray.c2057 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_P(entry), val);
3100 zval *zv = zend_hash_index_update(dest, num_key, src_entry);
3397 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_P(entry), &data);
3550 zend_hash_index_update(Z_ARRVAL_P(return_value), 1, zcolval);
3553 zend_hash_index_update(Z_ARRVAL_P(return_value), 0, zcolval);
3728 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_P(entry), &data);
3761 entry = zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry);
3966 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, val);
4389 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, val);
5578 entry = zend_hash_index_update(Z_ARRVAL(chunk), num_key, entry);
[all …]
H A Dvar_unserializer.c399 data = zend_hash_index_update(ht, idx, &d); in process_nested_data()
H A Dstreamsfuncs.c656 dest_elem = zend_hash_index_update(Z_ARRVAL(new_array), num_ind, elem); in stream_array_from_fd_set()
H A Dvar_unserializer.re403 data = zend_hash_index_update(ht, idx, &d);
H A Dbasic_functions.c4474 zend_hash_index_update(Z_ARRVAL_P(return_value), optname_int, &val);
5930 find_hash = zend_hash_index_update(Z_ARRVAL_P(arr), key, &hash);
/PHP-7.1/ext/pcntl/
H A Dpcntl.c1031 zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle); in PHP_FUNCTION()
1044 if (zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle)) { in PHP_FUNCTION()
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_result.c887 zend_hash_index_update(row_ht, meta->zend_hash_keys[i].key, data); in MYSQLND_METHOD()
1142 zend_hash_index_update(Z_ARRVAL_P(row), meta->zend_hash_keys[i].key, data); in MYSQLND_METHOD()
1238 zend_hash_index_update(Z_ARRVAL_P(row), meta->zend_hash_keys[i].key, data); in MYSQLND_METHOD()
/PHP-7.1/main/
H A Dphp_variables.c675 zend_hash_index_update(dest, num_key, src_entry); in php_autoglobal_merge()
/PHP-7.1/ext/xmlrpc/
H A Dxmlrpc-epi-php.c345 zend_hash_index_update(Z_ARRVAL_P(list), index, val); in add_zval()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c384 zend_hash_index_update(SOAP_GLOBAL(ref_map), (zend_ulong)node, data); in soap_add_xml_ref()
2656 ar = zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr); in to_zval_array()
2660 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal); in to_zval_array()
2767 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL(key), &value); in to_zval_map()
/PHP-7.1/ext/oci8/
H A Doci8_interface.c1545 zend_hash_index_update(Z_ARRVAL_P(outarrs[ i ]), rows, &element); in PHP_FUNCTION()
/PHP-7.1/ext/odbc/
H A Dphp_odbc.c1832 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &tmp); in php_odbc_fetch_hash()
1982 zend_hash_index_update(Z_ARRVAL_P(pv_res_arr), i, &tmp); in PHP_FUNCTION()
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c2135 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c528 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
/PHP-7.1/ext/sockets/
H A Dsockets.c830 dest_element = zend_hash_index_update(Z_ARRVAL(new_hash), num_key, element);

Completed in 232 milliseconds

12