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 '\' (T_NS_SEPARATOR) in /in/depqQ on line 15
Process exited with code 255.

preferences:
167.67 ms | 1395 KiB | 36 Q