3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Privatez { private $secret = 'lol!'; private $truth = 'cant haz'; } $canHaz = function () { var_dump($this->secret); var_dump($this->truth); } Closure::bind($canHaz, new Privatez); $canHaz();
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.7
Parse error: syntax error, unexpected 'Closure' (T_STRING) in /in/qD0VF on line 15
Process exited with code 255.

preferences:
171.74 ms | 1399 KiB | 36 Q