3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pdo = new PDO('mysql:dbname=testdb;host=127.0.0.1;charset=utf8mb4', 'local'); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $pdo->setAttribute(PDO::ATTR_EMULATE_PREPARES,false); var_dump($s->execute([1]), $s->fetchall()); /* PHP Warning: Uncaught PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''1'' at line 1 in php shell code:1 Stack trace: #0 php shell code(1): PDOStatement->execute(Array) #1 {main} thrown in php shell code on line 1 */
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught PDOException: could not find driver in /in/YMdOX:3 Stack trace: #0 /in/YMdOX(3): PDO->__construct('mysql:dbname=te...', 'local') #1 {main} thrown in /in/YMdOX 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:
18.83 ms | 401 KiB | 8 Q