3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Connect to DB mysql_connect(NEW_DB_HOST, NEW_DB_USER, NEW_DB_PASS); mysql_select_db(NEW_DB_NAME); $searchstring = strtolower($request['term']); $project_state = $request['state']; if (0 == $project_state) { $project_state = ""; } else { $project_state = "AND b.project_state = ".(int)$project_state; } if ($is_controlling) { $filter = ''; } else { $filter = "AND a.employees_id = ".(int)$user_id; }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /in/k9Smp:4 Stack trace: #0 {main} thrown in /in/k9Smp on line 4
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:
43.49 ms | 401 KiB | 8 Q