/PHP-8.3/Zend/ |
H A D | zend_hash.c | 536 uint32_t idx; in zend_hash_iterator_add() local 736 uint32_t idx; in zend_hash_find_bucket() local 773 uint32_t idx; in zend_hash_str_find_bucket() local 795 uint32_t idx; in zend_hash_index_find_bucket() local 816 uint32_t idx; in _zend_hash_add_or_update_i() local 897 uint32_t idx; in _zend_hash_str_add_or_update_i() local 1081 uint32_t idx; in _zend_hash_index_add_or_update_i() local 1539 uint32_t idx; in zend_hash_del() local 1571 uint32_t idx; in zend_hash_del_ind() local 1621 uint32_t idx; in zend_hash_str_del_ind() local [all …]
|
H A D | zend_gc.c | 396 uint32_t idx; in gc_fetch_unused() local 415 uint32_t idx; in gc_fetch_next_unused() local 636 uint32_t idx; in gc_possible_root_when_full() local 680 uint32_t idx; in gc_possible_root() local 716 uint32_t idx; in gc_extra_root() local 756 uint32_t idx = GC_REF_ADDRESS(ref); in gc_remove_from_buffer() local 1158 uint32_t idx; in gc_compact() local 1361 uint32_t idx, end; in gc_scan_roots() local 1394 uint32_t idx; in gc_add_garbage() local 1607 uint32_t idx, end; in gc_collect_roots() local [all …]
|
H A D | zend_hash.h | 472 zend_ulong idx; in zend_symtable_add_new() local 483 zend_ulong idx; in zend_symtable_update() local 495 zend_ulong idx; in zend_symtable_update_ind() local 507 zend_ulong idx; in zend_symtable_del() local 519 zend_ulong idx; in zend_symtable_del_ind() local 531 zend_ulong idx; in zend_symtable_find() local 543 zend_ulong idx; in zend_symtable_find_ind() local 555 zend_ulong idx; in zend_symtable_exists() local 567 zend_ulong idx; in zend_symtable_exists_ind() local 579 zend_ulong idx; in zend_symtable_str_update() local [all …]
|
H A D | zend_string.c | 140 uint32_t idx; in zend_interned_string_ht_lookup_ex() local 160 uint32_t idx; in zend_interned_string_ht_lookup() local
|
H A D | zend_object_handlers.c | 661 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_read_property() local 679 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_std_read_property() local 1848 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_has_property() local 1866 uintptr_t idx = (char*)value - (char*)zobj->properties->arData; in zend_std_has_property() local
|
H A D | zend_portability.h | 241 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 243 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument 247 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 249 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
|
H A D | zend_types.h | 443 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument 445 # define HT_IDX_TO_HASH(idx) \ argument 447 # define HT_HASH_TO_IDX(idx) \ argument 451 # define HT_HASH_TO_BUCKET_EX(data, idx) \ argument 453 # define HT_IDX_TO_HASH(idx) \ argument 455 # define HT_HASH_TO_IDX(idx) \ argument 461 #define HT_HASH_EX(data, idx) \ argument 463 #define HT_HASH(ht, idx) \ argument 539 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 25 zend_ulong idx; member 61 #define phpdbg_btree_insert(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 62 #define phpdbg_btree_update(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG_BT… argument 63 #define phpdbg_btree_overwrite(tree, idx, ptr) phpdbg_btree_insert_or_update(tree, idx, ptr, PHPDBG… argument
|
H A D | phpdbg_btree.c | 40 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() 67 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest() 144 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() 179 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete()
|
H A D | phpdbg_watch.c | 570 void phpdbg_add_recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *… 633 zend_long idx; local 1021 zend_long idx; local
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_typeinfo.c | 97 UINT idx; in php_com_load_typelib() local 341 unsigned int idx; in php_com_locate_typeinfo() local 348 unsigned int idx; in php_com_locate_typeinfo() local
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 491 …_init_call_ex(zend_execute_data *call, zend_jit_trace_rec *trace_buffer, int idx, uint32_t is_mega… in zend_jit_trace_record_fake_init_call_ex() 538 …ake_init_call(zend_execute_data *call, zend_jit_trace_rec *trace_buffer, int idx, uint32_t is_mega… in zend_jit_trace_record_fake_init_call() 545 int idx; in zend_jit_trace_subtrace() local 598 int idx, count; local
|
H A D | zend_jit_helpers.c | 222 zend_ulong idx; in zend_jit_symtable_find() local 245 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw_no_packed(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw_no_packed() 258 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw() 280 zend_ulong idx; in zend_jit_symtable_lookup_rw() local 315 zend_ulong idx; in zend_jit_symtable_lookup_w() local 1768 uintptr_t idx; in zend_jit_fetch_global_helper() local 1873 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic() local 1892 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic() local 1929 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_is_dynamic() local 1948 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_is_dynamic() local
|
H A D | zend_jit_trace.c | 1082 int idx = tssa->vars[var].definition; in is_checked_guard() local 1192 int i, v, idx, len, ssa_ops_count, vars_count, ssa_vars_count; in zend_jit_trace_build_tssa() local 2650 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_build_tssa() local 2713 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local 7414 int idx, len, i, v, vars_count, call_level; in zend_jit_dump_trace() local 7778 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_root() local 8112 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_side() local
|
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 100 uint32_t idx = 0; in PHP_FUNCTION() local
|
/PHP-8.3/scripts/dev/ |
H A D | check_parameters.php | 129 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
|
/PHP-8.3/main/ |
H A D | php_variables.c | 75 zend_ulong idx; in php_register_known_variable() local 309 zend_ulong idx; in php_register_variable_ex() local 607 zend_ulong idx; in import_environment_variable() local
|
H A D | fastcgi.c | 181 unsigned int idx; member 330 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_set() local 367 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_del() local 386 unsigned int idx = hash_value & FCGI_HASH_TABLE_MASK; in fcgi_hash_get() local
|
/PHP-8.3/ext/standard/ |
H A D | http.c | 104 zend_ulong idx; in php_url_encode_hash_ex() local
|
H A D | metaphone.c | 133 int idx; in Lookahead() local
|
H A D | array.c | 3105 int64_t idx, j, n_elems, rnd_idx, n_left; local 3213 uint32_t idx; local 3425 uint32_t idx; local 3490 uint32_t idx; local 3849 zend_long idx = zv - ht->arPacked; local 4800 uint32_t i, idx; local 5026 uint32_t idx; local 5422 uint32_t idx; local 5692 zend_long idx; local 5888 uint32_t idx; local
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 55 zend_ulong idx; in MYSQLND_METHOD() local
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 125 …p_zip_extract_file(struct zip * za, char *dest, const char *file, size_t file_len, zip_int64_t idx) in php_zip_extract_file() 2018 zend_long idx = -1; local 2157 int idx; local 2222 zip_int64_t idx; local 2283 zip_int64_t idx; local 2348 zip_int64_t idx; local 2407 int idx; local 2466 zip_int64_t idx; local 2526 zip_int64_t idx; local
|
/PHP-8.3/win32/ |
H A D | codepage.c | 109 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local 386 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | decode.c | 1076 uint8_t idx; in decode_ssepfx() local 1148 uint8_t idx = 0; in decode_ext() local
|