Home
last modified time | relevance | path

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

12

/PHP-7.0/ext/intl/collator/
H A Dcollator_convert.c78 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16()
115 zend_hash_index_update( hash, hashIndex, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
/PHP-7.0/Zend/
H A Dzend_API.c1264 prop = zend_hash_index_update(object->properties, h, prop); in object_properties_load()
1594 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_long()
1603 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_double()
1612 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_str()
1621 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_string()
1630 return zend_hash_index_update(Z_ARRVAL_P(arg), index, &tmp); in add_get_index_stringl()
1647 result = zend_hash_index_update(ht, Z_RES_HANDLE_P(key), value); in array_set_zval_key()
1650 result = zend_hash_index_update(ht, 0, value); in array_set_zval_key()
1653 result = zend_hash_index_update(ht, 1, value); in array_set_zval_key()
1656 result = zend_hash_index_update(ht, Z_LVAL_P(key), value); in array_set_zval_key()
[all …]
H A Dzend_hash.h111 #define zend_hash_index_update(ht, h, pData) \ macro
333 return zend_hash_index_update(ht, idx, pData); in zend_symtable_update()
345 return zend_hash_index_update(ht, idx, pData); in zend_symtable_update_ind()
429 return zend_hash_index_update(ht, idx, pData); in zend_symtable_str_update()
441 return zend_hash_index_update(ht, idx, pData); in zend_symtable_str_update_ind()
646 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.c1671 new_entry = zend_hash_index_update(target, p->h, data); in zend_hash_copy()
1903 t = zend_hash_index_update(target, p->h, &p->val); in _zend_hash_merge()
H A Dzend_compile.c5946 zend_hash_index_update(Z_ARRVAL_P(result), Z_LVAL_P(key), value); in zend_try_ct_eval_array()
5952 zend_hash_index_update(Z_ARRVAL_P(result), in zend_try_ct_eval_array()
5956 zend_hash_index_update(Z_ARRVAL_P(result), 0, value); in zend_try_ct_eval_array()
5959 zend_hash_index_update(Z_ARRVAL_P(result), 1, value); in zend_try_ct_eval_array()
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c174 zend_hash_index_update(ht, i, &intern->array->elements[i]); in spl_fixedarray_object_get_properties()
179 zend_hash_index_update(ht, i, &EG(uninitialized_zval)); in spl_fixedarray_object_get_properties()
664 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &intern->array->elements[i]); in SPL_METHOD()
669 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.0/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.0/ext/standard/
H A Darray.c2014 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_P(entry), val);
3039 zval *zv = zend_hash_index_update(dest, num_key, src_entry);
3353 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_P(entry), &data);
3604 zend_hash_index_update(Z_ARRVAL_P(return_value), Z_LVAL_P(entry), &data);
3637 entry = zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry);
3842 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, val);
4265 zend_hash_index_update(Z_ARRVAL_P(return_value), p->h, val);
5163 operand = zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, operand);
5406 entry = zend_hash_index_update(Z_ARRVAL(chunk), num_key, entry);
5462 entry_values = zend_hash_index_update(Z_ARRVAL_P(return_value),
H A Dvar_unserializer.c362 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.re366 data = zend_hash_index_update(ht, idx, &d);
H A Dbasic_functions.c4396 zend_hash_index_update(Z_ARRVAL_P(return_value), optname_int, &val);
5838 find_hash = zend_hash_index_update(Z_ARRVAL_P(arr), key, &hash);
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_result.c873 zend_hash_index_update(Z_ARRVAL_P(row), meta->zend_hash_keys[i].key, data); in MYSQLND_METHOD()
1124 zend_hash_index_update(Z_ARRVAL_P(row), meta->zend_hash_keys[i].key, data); in MYSQLND_METHOD()
1219 zend_hash_index_update(Z_ARRVAL_P(row), meta->zend_hash_keys[i].key, data); in MYSQLND_METHOD()
/PHP-7.0/main/
H A Dphp_variables.c655 zend_hash_index_update(dest, num_key, src_entry); in php_autoglobal_merge()
/PHP-7.0/ext/xmlrpc/
H A Dxmlrpc-epi-php.c345 zend_hash_index_update(Z_ARRVAL_P(list), index, val); in add_zval()
/PHP-7.0/ext/pcntl/
H A Dpcntl.c1002 if (zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle)) { in PHP_FUNCTION()
/PHP-7.0/ext/soap/
H A Dphp_encoding.c384 zend_hash_index_update(SOAP_GLOBAL(ref_map), (zend_ulong)node, data); in soap_add_xml_ref()
2660 ar = zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpAr); in to_zval_array()
2664 zend_hash_index_update(Z_ARRVAL_P(ar), pos[i], &tmpVal); in to_zval_array()
2771 zend_hash_index_update(Z_ARRVAL_P(ret), Z_LVAL(key), &value); in to_zval_map()
/PHP-7.0/ext/oci8/
H A Doci8_interface.c1517 zend_hash_index_update(Z_ARRVAL_P(outarrs[ i ]), rows, &element); in PHP_FUNCTION()
/PHP-7.0/ext/odbc/
H A Dphp_odbc.c1825 zend_hash_index_update(Z_ARRVAL_P(return_value), i, &tmp); in php_odbc_fetch_hash()
1975 zend_hash_index_update(Z_ARRVAL_P(pv_res_arr), i, &tmp); in PHP_FUNCTION()
/PHP-7.0/ext/pcre/
H A Dphp_pcre.c2115 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.c497 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
/PHP-7.0/ext/sockets/
H A Dsockets.c830 dest_element = zend_hash_index_update(Z_ARRVAL(new_hash), num_key, element);

Completed in 182 milliseconds

12