3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Create the table and insert the data $db = new SQLite3('/tmp/Nao.db'); $db->query('CREATE TABLE ta10 (id INT(6))'); $db->query('INSERT INTO ta10 VALUES (123)'); // Your code $db = new SQLite3('/tmp/Nao.db'); $result = $db->query('SELECT * FROM ta10'); var_dump($result->fetchArray());
Output for git.master_jit, git.master, rfc.property-hooks
array(2) { [0]=> int(123) ["id"]=> int(123) }

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:
42.83 ms | 401 KiB | 8 Q