3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace NS1 { class c1 { public function __construct(\NS2\c1 $c1) { } } } namespace NS2 { class c1 { public function __construct() { } } } namespace Foo { error_reporting(E_ALL); ini_seT('display_errors', 'on'); $r = new ReflectionClass('\NS1\c1'); echo $r->getName(); echo '<br />'; echo $r->getConstructor()->getParameters()[0]->getClass()->getName(); die; class Kitchen { private $yummy = 'cake'; } $sweetsThief = function (\Dice\Dice $kitchen) { return $kitchen->cache; }; $dice = new \Dice\Dice; $sweetsThief = Closure::bind($sweetsThief, null, $dice); var_dump($sweetsThief($dice)); class MyCache implements ArrayAccess { private $array = []; public function offsetGet($offset) { return $this->array[$offset]; } public function offsetSet($offset, $value) { $this->array[$offset] = $value; } public function offsetExists() { } } class Cached { private $dice; public function __construct(ArrayAccess $cache = null) { if (isset($cache['dice'])) { $this->dice = $this->cache['dice']; } else $this->dice = new Dice; } public function __destruct() { $clearInstances = function() { $this->instances = []; }; $clearInstances = $clearInstances->bindTo($this->dice, $this->dice); $clearInstances(); $this->cahe['dice'] = $this->dice; } } $a2 = $dice->create('A2', array($dice->create('ExtendedB'), 'Foo')); $cache = new Cached($dice); }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "Foo\ReflectionClass" not found in /in/0keil:23 Stack trace: #0 {main} thrown in /in/0keil on line 23
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:
59.94 ms | 401 KiB | 8 Q