3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = array( 'page_title' => 'page title' ); ob_start(); if(count($data) > 0) extract($data); include_once($target); $content = ob_get_clean(); echo $content;
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $target in /in/GkIa5 on line 9 Warning: include_once(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/GkIa5 on line 9 Warning: include_once(/): Failed to open stream: Operation not permitted in /in/GkIa5 on line 9 Warning: include_once(): Failed opening '' for inclusion (include_path='.:') in /in/GkIa5 on line 9

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:
39.42 ms | 402 KiB | 8 Q