3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Pdf extends ci_controller { function index(){ $this->load->helper(array('My_Pdf')); include("CONN.pdf"); header("Content-type: application/pdf"); header('Content-disposition: inline; filename="' . $fv->getFileName() . '"'); } } ?>

preferences:
42.21 ms | 402 KiB | 5 Q