Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
Escape Plan

Cast (34)

  • Sylvester Stallone

    Sylvester Stallone

    Ray Breslin

  • Arnold Schwarzenegger

    Arnold Schwarzenegger

    Emil Rottmayer

  • Jim Caviezel

    Jim Caviezel

    Willard Hobbes

  • 50 Cent

    50 Cent

    Hush

  • Sam Neill

    Sam Neill

    Dr. Kyrie

  • Vinnie Jones

    Vinnie Jones

    Drake

  • Faran Tahir

    Faran Tahir

    Javed

  • Vincent D'Onofrio

    Vincent D'Onofrio

    Lester Clark

  • Amy Ryan

    Amy Ryan

    Abigail Ross

  • Graham Beckel

    Graham Beckel

    Brims

  • Matt Gerald

    Matt Gerald

    Roag

  • Caitríona Balfe

    Caitríona Balfe

    Jessica Miller

  • David Joseph Martinez

    David Joseph Martinez

    Captain Baradah

  • Alec Rayme

    Alec Rayme

    Pilot

  • Christian Stokes

    Christian Stokes

    Babcock

  • Rodney Feaster

    Rodney Feaster

    Front Gate Guard

  • David Leitch

    David Leitch

    Second Lieutenant

  • Lydia Hull

    Lydia Hull

    Receptionist

  • Eric Salas

    Eric Salas

    Screaming Prisoner

  • Brian Oerly

    Brian Oerly

    Skinhead Prisoner

  • Christopher Matthew Cook

    Christopher Matthew Cook

    Voice (voice)

  • Jeff Chase

    Jeff Chase

    Prisoner Beaten By Breslin

  • Michael Papajohn

    Michael Papajohn

    Prisoner Beaten By Breslin

  • Jaylen Moore

    Jaylen Moore

    Console Guard #1

  • Stephen Livaudais

    Stephen Livaudais

    Console Guard #2

  • Jay Amor

    Jay Amor

    Sleek Moroccan (uncredited)

  • John L. Armijo

    John L. Armijo

    Inmate / Moroccan Cop (uncredited)

  • Tim Bell

    Tim Bell

    State Trooper (uncredited)

  • Joseph Aviel

    Joseph Aviel

    Prison Guard (uncredited)

  • Steven Krueger

    Steven Krueger

    Gabriel (uncredited)

  • Sebastian James

    Sebastian James

    Babylon Guard (uncredited)

  • Dieter Rauter

    Dieter Rauter

    Rottmayer Stand-In (uncredited)

  • Arnold Chon

    Arnold Chon

    Prisoner (uncredited)

  • Jonathan Eusebio

    Jonathan Eusebio

    (Uncredited)

Crew (313)

Crew

Production