3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * Joomla! component Joaktree * file Joaktree Controller - controller.php * * @version 1.5.0 * @author Niels van Dantzig * @package Joomla * @subpackage Joaktree * @license GNU/GPL * * Component for genealogy in Joomla! * * This component file was created using the Joomla Component Creator by Not Web Design * http://www.notwebdesign.com/joomla_component_creator/ * */ // no direct access defined('_JEXEC') or die('Restricted access'); jimport( 'joomla.application.component.controller' ); class JoaktreeController extends JControllerLegacy { function __construct() { // create an input object $input = JFactory::getApplication()->input; if($input->get('view') == '') { $input->set('view', 'default'); } parent::__construct(); } function display() { parent::display(); } } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Restricted access

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.93 ms | 401 KiB | 8 Q