/PHP-8.0/Zend/ |
H A D | zend_hash.c | 481 uint32_t idx; in zend_hash_iterator_add() local 643 uint32_t idx; in zend_hash_find_bucket() local 683 uint32_t idx; in zend_hash_str_find_bucket() local 706 uint32_t idx; in zend_hash_index_find_bucket() local 727 uint32_t idx; in _zend_hash_add_or_update_i() local 815 uint32_t idx; in _zend_hash_str_add_or_update_i() local 983 uint32_t idx; in _zend_hash_index_add_or_update_i() local 1367 uint32_t idx; in zend_hash_del() local 1397 uint32_t idx; in zend_hash_del_ind() local 1445 uint32_t idx; in zend_hash_str_del_ind() local [all …]
|
H A D | zend_gc.c | 164 #define GC_IDX2PTR(idx) (GC_G(buf) + (idx)) argument 326 static zend_always_inline uint32_t gc_compress(uint32_t idx) in gc_compress() 354 uint32_t idx; in gc_fetch_unused() local 373 uint32_t idx; in gc_fetch_next_unused() local 584 uint32_t idx; in gc_possible_root_when_full() local 628 uint32_t idx; in gc_possible_root() local 671 uint32_t idx = GC_REF_ADDRESS(ref); in gc_remove_from_buffer() local 938 uint32_t idx; in gc_compact() local 1134 uint32_t idx; in gc_add_garbage() local 1293 uint32_t idx, end; in gc_collect_roots() local [all …]
|
H A D | zend_hash.h | 430 zend_ulong idx; in zend_symtable_add_new() local 441 zend_ulong idx; in zend_symtable_update() local 453 zend_ulong idx; in zend_symtable_update_ind() local 465 zend_ulong idx; in zend_symtable_del() local 477 zend_ulong idx; in zend_symtable_del_ind() local 489 zend_ulong idx; in zend_symtable_find() local 501 zend_ulong idx; in zend_symtable_find_ind() local 513 zend_ulong idx; in zend_symtable_exists() local 525 zend_ulong idx; in zend_symtable_exists_ind() local 537 zend_ulong idx; in zend_symtable_str_update() local [all …]
|
H A D | zend_string.c | 125 uint32_t idx; in zend_interned_string_ht_lookup_ex() local 147 uint32_t idx; in zend_interned_string_ht_lookup() local
|
H A D | zend_object_handlers.c | 575 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_read_property() local 594 uintptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_std_read_property() local 1642 uintptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(property_offset); in zend_std_has_property() local 1661 uintptr_t idx = (char*)value - (char*)zobj->properties->arData; in zend_std_has_property() local
|
H A D | zend_portability.h | 205 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 207 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument 211 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 213 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
|
/PHP-8.0/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_out.h | 37 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) PHP_ATTRIBUTE_FORMAT(type, idx, first) argument 39 # define PHPDBG_ATTRIBUTE_FORMAT(type, idx, first) argument
|
H A D | phpdbg_watch.c | 514 void phpdbg_add_recursive_watch_from_ht(phpdbg_watch_element *element, zend_long idx, zend_string *… 577 zend_long idx; local 962 zend_long idx; local
|
/PHP-8.0/ext/spl/ |
H A D | spl_engine.c | 34 zend_ulong idx; in spl_offset_convert_to_long() local
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_vm_helpers.c | 449 …_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() 496 …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() 503 int idx; in zend_jit_trace_subtrace() local 556 int idx, count; local
|
H A D | zend_jit_helpers.c | 226 zend_ulong idx; in zend_jit_symtable_find() local 249 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() 265 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw() 278 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_w(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_w() 334 zend_ulong idx; in zend_jit_symtable_lookup_rw() local 388 zend_ulong idx; in zend_jit_symtable_lookup_w() local 1668 uintptr_t idx; in zend_jit_fetch_global_helper() local 1826 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_r_dynamic() local 1847 intptr_t idx = (char*)retval - (char*)zobj->properties->arData; in zend_jit_fetch_obj_r_dynamic() local 1884 intptr_t idx = ZEND_DECODE_DYN_PROP_OFFSET(prop_offset); in zend_jit_fetch_obj_is_dynamic() local [all …]
|
H A D | zend_jit_trace.c | 971 int idx = tssa->vars[var].definition; in is_checked_guard() local 1080 int i, v, idx, len, ssa_ops_count, vars_count, ssa_vars_count; in zend_jit_trace_build_tssa() local 2367 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_build_tssa() local 2430 int i, j, idx, count, level; in zend_jit_trace_allocate_registers() local 6877 int idx, len, i, v, vars_count, call_level; in zend_jit_dump_trace() local 7221 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_root() local 7537 uint32_t idx = trace_buffer[1].last; in zend_jit_trace_hot_side() local
|
/PHP-8.0/ext/com_dotnet/ |
H A D | com_typeinfo.c | 97 UINT idx; in php_com_load_typelib() local 335 unsigned int idx; in php_com_locate_typeinfo() local 342 unsigned int idx; in php_com_locate_typeinfo() local
|
/PHP-8.0/scripts/dev/ |
H A D | check_parameters.php | 128 function check_param($db, $idx, $exp, $optional, $allow_uninit = false)
|
/PHP-8.0/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 93 uint32_t idx; in PHP_FUNCTION() local
|
/PHP-8.0/ext/mbstring/libmbfl/filters/ |
H A D | mbfilter_iso2022_jp_ms.c | 276 int idx; in cp932ext3_cp932ext2_jis() local
|
/PHP-8.0/ext/standard/ |
H A D | http.c | 34 zend_ulong idx; in php_url_encode_hash_ex() local
|
H A D | metaphone.c | 123 int idx; in Lookahead() local
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 55 zend_ulong idx; in MYSQLND_METHOD() local
|
/PHP-8.0/win32/ |
H A D | codepage.c | 105 const char *idx = in, *end; in php_win32_cp_conv_ascii_to_w() local 352 char *start = cp->enc, *idx; in php_win32_cp_get_by_enc() local
|
/PHP-8.0/main/ |
H A D | php_variables.c | 261 zend_ulong idx; in php_register_variable_ex() local 559 zend_ulong idx; in import_environment_variable() local
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 1978 zend_long idx = -1; local 2083 int idx; local 2148 zip_int64_t idx; local 2209 zip_int64_t idx; local 2274 zip_int64_t idx; local 2333 int idx; local 2392 zip_int64_t idx; local 2452 zip_int64_t idx; local
|
/PHP-8.0/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
|