zend_uintptr_t 54 Zend/zend_API.c arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 92 Zend/zend_API.c arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 130 Zend/zend_API.c arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 153 Zend/zend_API.c arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 176 Zend/zend_API.c arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 827 Zend/zend_API.c arg_count = (int)(zend_uintptr_t) *(zend_vm_stack_top(TSRMLS_C) - 1); zend_uintptr_t 463 Zend/zend_alloc.c #define ZEND_MM_REST_BLOCK ((zend_mm_free_block**)(zend_uintptr_t)(1)) zend_uintptr_t 1311 Zend/zend_alloc.c zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated TSRMLS_CC); zend_uintptr_t 396 Zend/zend_builtin_functions.c RETURN_LONG((long)(zend_uintptr_t)*(ex->function_state.arguments)); zend_uintptr_t 430 Zend/zend_builtin_functions.c arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_arg(); */ zend_uintptr_t 460 Zend/zend_builtin_functions.c arg_count = (int)(zend_uintptr_t) *p; /* this is the amount of arguments passed to func_get_args(); */ zend_uintptr_t 2021 Zend/zend_builtin_functions.c int arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 291 Zend/zend_compile.c return (zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, (op_array->T)++); zend_uintptr_t 125 Zend/zend_execute.c if ((zend_uintptr_t)should_free.var & 1L) { \ zend_uintptr_t 126 Zend/zend_execute.c zval_dtor((zval*)((zend_uintptr_t)should_free.var & ~1L)); \ zend_uintptr_t 133 Zend/zend_execute.c if (should_free.var != NULL && (((zend_uintptr_t)should_free.var & 1L) == 0)) { \ zend_uintptr_t 142 Zend/zend_execute.c #define TMP_FREE(z) (zval*)(((zend_uintptr_t)(z)) | 1L) zend_uintptr_t 144 Zend/zend_execute.c #define IS_TMP_FREE(should_free) ((zend_uintptr_t)should_free.var & 1L) zend_uintptr_t 161 Zend/zend_execute.c #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT) zend_uintptr_t 162 Zend/zend_execute.c #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT) zend_uintptr_t 165 Zend/zend_execute.c ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0))) zend_uintptr_t 167 Zend/zend_execute.c ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT))) zend_uintptr_t 1617 Zend/zend_execute.c *EX(prev_execute_data)->function_state.arguments = (void*)(zend_uintptr_t)args_count; zend_uintptr_t 233 Zend/zend_execute.h int extra = (ZEND_MM_ALIGNMENT - ((zend_uintptr_t)EG(argument_stack)->top & (ZEND_MM_ALIGNMENT - 1))) / sizeof(void*); zend_uintptr_t 236 Zend/zend_execute.h (zend_uintptr_t)(EG(argument_stack)->end - EG(argument_stack)->top))) { zend_uintptr_t 293 Zend/zend_execute.h void **end = p - (int)(zend_uintptr_t)*p; zend_uintptr_t 311 Zend/zend_execute.h return (int)(zend_uintptr_t) *p; zend_uintptr_t 320 Zend/zend_execute.h int arg_count = (int)(zend_uintptr_t) *p; zend_uintptr_t 469 Zend/zend_execute_API.c zend_bool inline_change = (zend_bool) (zend_uintptr_t) arg; zend_uintptr_t 836 Zend/zend_execute_API.c zend_vm_stack_push((void *) (zend_uintptr_t)i TSRMLS_CC); zend_uintptr_t 877 Zend/zend_execute_API.c zend_vm_stack_push((void*)(zend_uintptr_t)fci->param_count TSRMLS_CC); zend_uintptr_t 775 Zend/zend_gc.c #define FREE_LIST_END ((zval_gc_info*)(~(zend_uintptr_t)GC_COLOR)) zend_uintptr_t 51 Zend/zend_gc.h ((gc_root_buffer*)(((zend_uintptr_t)(v)) & ~GC_COLOR)) zend_uintptr_t 53 Zend/zend_gc.h (v) = ((gc_root_buffer*)((((zend_uintptr_t)(v)) & GC_COLOR) | ((zend_uintptr_t)(a)))) zend_uintptr_t 55 Zend/zend_gc.h (((zend_uintptr_t)(v)) & GC_COLOR) zend_uintptr_t 57 Zend/zend_gc.h (v) = ((gc_root_buffer*)((((zend_uintptr_t)(v)) & ~GC_COLOR) | (c))) zend_uintptr_t 59 Zend/zend_gc.h (v) = ((gc_root_buffer*)(((zend_uintptr_t)(v)) & ~GC_COLOR)) zend_uintptr_t 61 Zend/zend_gc.h (v) = ((gc_root_buffer*)(((zend_uintptr_t)(v)) | GC_PURPLE)) zend_uintptr_t 140 Zend/zend_generators.c int arguments_count = (int) (zend_uintptr_t) *arguments; zend_uintptr_t 1964 Zend/zend_vm_def.h zend_vm_stack_push((void*)(zend_uintptr_t)opline->extended_value TSRMLS_CC); zend_uintptr_t 525 Zend/zend_vm_execute.h zend_vm_stack_push((void*)(zend_uintptr_t)opline->extended_value TSRMLS_CC); zend_uintptr_t 29 ext/opcache/Optimizer/zend_optimizer_internal.h # define NUM_VAR(v) ((zend_uint)(zend_uintptr_t)EX_TMP_VAR_NUM(0, v)) zend_uintptr_t 34 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new) zend_hash_index_update(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), &(new), sizeof(void*), NULL) zend_uintptr_t 35 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new) zend_hash_index_find(&ZCG(bind_hash), (ulong)(zend_uintptr_t)(old), (void**)&(new)) zend_uintptr_t 37 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new) zend_hash_quick_add(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new), sizeof(void*), NULL) zend_uintptr_t 38 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old, new) zend_hash_quick_find(&ZCG(bind_hash), (char*)&(old), sizeof(void*), (ulong)(zend_uintptr_t)(old), (void**)&(new)) zend_uintptr_t 1417 main/main.c snprintf(memory_leak_buf, 512, "%s(%d) : Freeing 0x%.8lX (%zu bytes), script=%s\n", t->filename, t->lineno, (zend_uintptr_t)t->addr, t->size, SAFE_FILENAME(SG(request_info).path_translated)); zend_uintptr_t 1425 main/main.c unsigned long leak_count = (zend_uintptr_t) data; zend_uintptr_t 245 main/streams/plain_wrapper.c zend_uintptr_t handle = _get_osfhandle(self->fd); zend_uintptr_t 247 main/streams/plain_wrapper.c if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { zend_uintptr_t 284 main/streams/plain_wrapper.c zend_uintptr_t handle = _get_osfhandle(self->fd); zend_uintptr_t 286 main/streams/plain_wrapper.c if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) { zend_uintptr_t 645 main/streams/plain_wrapper.c if ((zend_uintptr_t) ptrparam == PHP_STREAM_LOCK_SUPPORTED) { zend_uintptr_t 66 win32/select.c handles[n_handles] = (HANDLE)(zend_uintptr_t)_get_osfhandle(i);