3v4l.org

run code in 300+ PHP versions simultaneously
<?php define("DB_SERVER", "sqlsrv:Server=tcp:te5s00t4wb.database.windows.net,1433;Database=gamescom2014"); define("DB_USER", "kizstudiosdb"); define("DB_PASSWORD", "Kizlash123"); $connection = new PDO(DB_SERVER, DB_USER, DB_PASSWORD); var_dump($connection); exit;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught PDOException: could not find driver in /in/8X91R:6 Stack trace: #0 /in/8X91R(6): PDO->__construct('sqlsrv:Server=t...', 'kizstudiosdb', Object(SensitiveParameterValue)) #1 {main} thrown in /in/8X91R on line 6
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:
44.5 ms | 401 KiB | 8 Q