3v4l.org

run code in 300+ PHP versions simultaneously
<?php try {new \SQLite3("ddas"); }catch(\Exception $e) { var_dump($e); }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: SQLite3::__construct(): open_basedir restriction in effect. File(/ddas) is not within the allowed path(s): (/tmp:/in:/etc) in /in/T5QbN on line 3 object(Exception)#2 (7) { ["message":protected]=> string(36) "open_basedir prohibits opening /ddas" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(9) "/in/T5QbN" ["line":protected]=> int(3) ["trace":"Exception":private]=> array(1) { [0]=> array(6) { ["file"]=> string(9) "/in/T5QbN" ["line"]=> int(3) ["function"]=> string(11) "__construct" ["class"]=> string(7) "SQLite3" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> string(4) "ddas" } } } ["previous":"Exception":private]=> NULL }

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:
32.45 ms | 403 KiB | 8 Q