/PHP-7.0/ext/intl/collator/ |
H A D | collator_convert.c | 78 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 D | zend_API.c | 1264 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 D | zend_hash.h | 111 #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 D | zend_ast.c | 209 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 D | zend_hash.c | 1671 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 D | zend_compile.c | 5946 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 D | spl_fixedarray.c | 174 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 D | spl_array.c | 382 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 D | com_wrapper.c | 486 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 D | com_typeinfo.c | 586 zend_hash_index_update(id_to_name, func->memid, &tmp); in php_com_process_typeinfo()
|
/PHP-7.0/ext/standard/ |
H A D | array.c | 2014 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 D | var_unserializer.c | 362 data = zend_hash_index_update(ht, idx, &d); in process_nested_data()
|
H A D | streamsfuncs.c | 656 dest_elem = zend_hash_index_update(Z_ARRVAL(new_array), num_ind, elem); in stream_array_from_fd_set()
|
H A D | var_unserializer.re | 366 data = zend_hash_index_update(ht, idx, &d);
|
H A D | basic_functions.c | 4396 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 D | mysqlnd_result.c | 873 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 D | php_variables.c | 655 zend_hash_index_update(dest, num_key, src_entry); in php_autoglobal_merge()
|
/PHP-7.0/ext/xmlrpc/ |
H A D | xmlrpc-epi-php.c | 345 zend_hash_index_update(Z_ARRVAL_P(list), index, val); in add_zval()
|
/PHP-7.0/ext/pcntl/ |
H A D | pcntl.c | 1002 if (zend_hash_index_update(&PCNTL_G(php_signal_table), signo, handle)) { in PHP_FUNCTION()
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.c | 384 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 D | oci8_interface.c | 1517 zend_hash_index_update(Z_ARRVAL_P(outarrs[ i ]), rows, &element); in PHP_FUNCTION()
|
/PHP-7.0/ext/odbc/ |
H A D | php_odbc.c | 1825 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 D | php_pcre.c | 2115 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg.c | 497 zend_hash_index_update(insert_ht, insert_idx, &zero); in phpdbg_oplog_fill_executable()
|
/PHP-7.0/ext/sockets/ |
H A D | sockets.c | 830 dest_element = zend_hash_index_update(Z_ARRVAL(new_hash), num_key, element);
|