3v4l.org

run code in 300+ PHP versions simultaneously
<?php include __DIR__ . '/../config/cfg.php'; include_once(CARABI_DIR . '/classes/class.carabiSite.php'); //echo '1'; //die('1'); carabiSite::prepare(); //echo '1'; //die('1'); global $currentUser; $currentUser = new WebUserAuth(); $currentUser->tokenAuthorize(); $currentUser->actAsCommonUser(); carabiSite::execute(); global $conn; oci_close($conn); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): open_basedir restriction in effect. File(/in/../config/cfg.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/b8gvo on line 2 Warning: include(/in/../config/cfg.php): Failed to open stream: Operation not permitted in /in/b8gvo on line 2 Warning: include(): Failed opening '/in/../config/cfg.php' for inclusion (include_path='.:') in /in/b8gvo on line 2 Fatal error: Uncaught Error: Undefined constant "CARABI_DIR" in /in/b8gvo:3 Stack trace: #0 {main} thrown in /in/b8gvo 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:
42.9 ms | 402 KiB | 8 Q