3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array( 'func' => function(){ exit($this->data['password']); }, 'password' => '123456', ); class _class{ private $data; public function call_func(){ $this->data['func'] = $this->data['func']->bindTo($this); return $this->data['func'](); } public function __construct($data) { $this->data = $data; } } $y = new _class($x); $y->call_func();
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Cannot access private property _class::$data in /in/v3SW9:4 Stack trace: #0 /in/v3SW9(12): Closure->{closure}() #1 /in/v3SW9(19): _class->call_func() #2 {main} thrown in /in/v3SW9 on line 4
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.34 ms | 401 KiB | 8 Q