Ver originaldefine("STOP_AT", 512); $result = array(); for($idx = 1; $idx <= STOP_AT; $idx *= 2 ) { $result[] = $idx; } print_r($result);