zend_uintptr_t   2183 Zend/zend_API.c 			if (info->required_num_args == (zend_uintptr_t)-1) {
zend_uintptr_t    113 Zend/zend_API.h 	   	{ (const char*)(zend_uintptr_t)(required_num_args), class_name, type, return_reference, allow_null, 0 },
zend_uintptr_t    119 Zend/zend_API.h 		{ (const char*)(zend_uintptr_t)(required_num_args), NULL, 0, return_reference, 0, 0 },
zend_uintptr_t    802 Zend/zend_alloc.c 		ZEND_ASSERT(((zend_uintptr_t)((char*)ptr + (alignment-1)) & (alignment-1)) == (zend_uintptr_t)ptr);
zend_uintptr_t   2100 Zend/zend_alloc.c 			zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
zend_uintptr_t   2139 Zend/zend_alloc.c 								zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
zend_uintptr_t   2165 Zend/zend_alloc.c 						zend_message_dispatcher(ZMSG_MEMORY_LEAK_REPEATED, (void *)(zend_uintptr_t)repeated);
zend_uintptr_t    295 Zend/zend_compile.h 	((uint32_t)(zend_uintptr_t)OBJ_PROP_NUM(((zend_object*)NULL), num))
zend_uintptr_t    325 Zend/zend_compile.h 	zend_uintptr_t required_num_args;
zend_uintptr_t    129 Zend/zend_execute.c #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT)
zend_uintptr_t    130 Zend/zend_execute.c #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT)
zend_uintptr_t    133 Zend/zend_execute.c 	((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))
zend_uintptr_t    135 Zend/zend_execute.c 	((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))
zend_uintptr_t     53 Zend/zend_gc.h 	(((zend_uintptr_t)(v)) & GC_COLOR)
zend_uintptr_t     30 Zend/zend_objects_API.h #define IS_OBJ_VALID(o)				(!(((zend_uintptr_t)(o)) & OBJ_BUCKET_INVALID))
zend_uintptr_t     32 Zend/zend_objects_API.h #define SET_OBJ_INVALID(o)			((zend_object*)((((zend_uintptr_t)(o)) | OBJ_BUCKET_INVALID)))
zend_uintptr_t     37 Zend/zend_objects_API.h 		(o) = (zend_object*)((((zend_uintptr_t)(n)) << 1) | OBJ_BUCKET_INVALID); \
zend_uintptr_t   2715 ext/odbc/php_odbc.c 		new_index_ptr.ptr = (void *)(zend_uintptr_t)Z_RES_HANDLE_P(return_value);
zend_uintptr_t     28 ext/opcache/Optimizer/zend_optimizer_internal.h #define NUM_VAR(v) ((uint32_t)(zend_uintptr_t)ZEND_CALL_VAR_NUM(0, v))
zend_uintptr_t   1182 ext/opcache/ZendAccelerator.c 	ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
zend_uintptr_t   1270 ext/opcache/ZendAccelerator.c 	ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
zend_uintptr_t     30 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_set(old, new)	zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old), (new))
zend_uintptr_t     31 ext/opcache/zend_accelerator_util_funcs.c # define accel_xlat_get(old)		zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t)(old))
zend_uintptr_t    693 ext/opcache/zend_accelerator_util_funcs.c 			ZCG(arena_mem) = (void*)(((zend_uintptr_t)ZCG(arena_mem) + 63L) & ~63L);
zend_uintptr_t    745 ext/opcache/zend_file_cache.c 	buf = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
zend_uintptr_t   1278 ext/opcache/zend_file_cache.c 	mem = (void*)(((zend_uintptr_t)mem + 63L) & ~63L);
zend_uintptr_t   1338 ext/opcache/zend_file_cache.c 		buf = (void*)(((zend_uintptr_t)buf + 63L) & ~63L);
zend_uintptr_t    108 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t    136 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t    190 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t    217 ext/opcache/zend_persist.c 		ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t    902 ext/opcache/zend_persist.c 	ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t    913 ext/opcache/zend_persist.c 	ZCG(mem) = (void*)(((zend_uintptr_t)ZCG(mem) + 63L) & ~63L);
zend_uintptr_t    915 ext/opcache/zend_persist.c 	ZEND_ASSERT(((zend_uintptr_t)ZCG(mem) & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t    326 ext/opcache/zend_shared_alloc.c 			ZEND_ASSERT(((zend_uintptr_t)retval & 0x7) == 0); /* should be 8 byte aligned */
zend_uintptr_t   1486 ext/pgsql/pgsql.c 		PQsetNoticeProcessor(pgsql, _php_pgsql_notice_handler, (void*)(zend_uintptr_t)Z_RES_HANDLE_P(return_value));
zend_uintptr_t    609 ext/standard/var.c 	key = (zend_ulong) (zend_uintptr_t) Z_COUNTED_P(var);
zend_uintptr_t   1444 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   1452 main/main.c    					unsigned long leak_count = (zend_uintptr_t) data;
zend_uintptr_t    252 main/streams/plain_wrapper.c 			zend_uintptr_t handle = _get_osfhandle(self->fd);
zend_uintptr_t    254 main/streams/plain_wrapper.c 			if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) {
zend_uintptr_t    291 main/streams/plain_wrapper.c 			zend_uintptr_t handle = _get_osfhandle(self->fd);
zend_uintptr_t    293 main/streams/plain_wrapper.c 			if (handle != (zend_uintptr_t)INVALID_HANDLE_VALUE) {
zend_uintptr_t    664 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);