3v4l.org

run code in 300+ PHP versions simultaneously
<?php include("ayar.php"); session_start(); if(!isset($_SESSION["login"])){ echo "Bu sayfayı görüntüleme yetkiniz yoktur."; }else{ echo "Admin sayfasina hosgeldiniz..<br>"; echo "<a href=logout.php>Çıkış Yap</a>"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): open_basedir restriction in effect. File(ayar.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/TEOK5 on line 2 Warning: include(ayar.php): Failed to open stream: Operation not permitted in /in/TEOK5 on line 2 Warning: include(): Failed opening 'ayar.php' for inclusion (include_path='.:') in /in/TEOK5 on line 2 Warning: session_start(): Session cannot be started after headers have already been sent in /in/TEOK5 on line 3 Bu sayfayı görüntüleme yetkiniz yoktur.

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.88 ms | 402 KiB | 8 Q