Write a set of PHP instructions using a single loop, that will print the following: 
 
i= 1 j= 2 
i= 2 j= 4 
i= 3 j= 16 
i= 4 j= 8怎么写?