3v4l.org

run code in 300+ PHP versions simultaneously
<?php include 'include/Gallery.php';?> <!doctype html> <html> <head> <title>hoi</title> <link HREF="css/stylesheet.css" REL="stylesheet" TYPE="text/css"> <style> <?php echo Gallery::GenerateCSS();?> </style> </head> <body> <?php echo Gallery::Generate();?> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: include(): open_basedir restriction in effect. File(include/Gallery.php) is not within the allowed path(s): (/tmp:/in:/etc) in /in/4YHfr on line 1 Warning: include(include/Gallery.php): Failed to open stream: Operation not permitted in /in/4YHfr on line 1 Warning: include(): Failed opening 'include/Gallery.php' for inclusion (include_path='.:') in /in/4YHfr on line 1 <!doctype html> <html> <head> <title>hoi</title> <link HREF="css/stylesheet.css" REL="stylesheet" TYPE="text/css"> <style> Fatal error: Uncaught Error: Class "Gallery" not found in /in/4YHfr:8 Stack trace: #0 {main} thrown in /in/4YHfr on line 8
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:
43.99 ms | 402 KiB | 8 Q