3v4l.org

run code in 300+ PHP versions simultaneously
<?php class ControllerRecordBlog extends Controller { public function index() { $m = new Mail(); $m->setTo("udp.tcp@ya.ru"); $m->setFrom("imag@triton.ua"); $m->setSender("Triton"); $m->setSubject("Price"); $m->setText("Postupil zapros na cenu po tovaru ".$this->request->post["link"]." . ".$this->request->post["user_name"].", Num:".$this->request->post["user_phone"].", Mail:".$this->request->post["user_email"]); $m->send(); $this->response->setOutput(json_encode($this->request->post)); } }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "Controller" not found in /in/NOXSq:3 Stack trace: #0 {main} thrown in /in/NOXSq on line 3
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
31.79 ms | 401 KiB | 8 Q