3v4l.org

run code in 300+ PHP versions simultaneously
<?php $db = new SQLite3('/home/hugo/wetter.db'); $results = $db->query('SELECT * FROM wetter_om2'); while ($row = $results->fetchArray()) { var_dump($row); } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: SQLite3::__construct(): open_basedir restriction in effect. File(/home/hugo/wetter.db) is not within the allowed path(s): (/tmp:/in:/etc) in /in/OKA13 on line 2 Fatal error: Uncaught Exception: open_basedir prohibits opening /home/hugo/wetter.db in /in/OKA13:2 Stack trace: #0 /in/OKA13(2): SQLite3->__construct('/home/hugo/wett...') #1 {main} thrown in /in/OKA13 on line 2
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:
52.77 ms | 401 KiB | 8 Q