@ 2013-07-09T23:16:15Z <?php
class Kitchen
{
private $yummy = 'cake';
}
$sweetsThief = function (Kitchen $kitchen) {
return $kitchen->yummy;
};
$kitchen = new Kitchen();
var_dump($sweetsThief($kitchen));
Enable javascript to submit You have javascript disabled. You will not be able to edit any code.
Output for 7.0.0 - 7.0.33 , 7.1.0 - 7.1.33 , 7.2.0 - 7.2.34 , 7.3.0 - 7.3.33 , 7.4.0 - 7.4.33 , 8.0.0 - 8.0.30 , 8.1.0 - 8.1.30 , 8.2.0 - 8.2.25 , 8.3.0 - 8.3.13 Fatal error: Uncaught Error: Cannot access private property Kitchen::$yummy in /in/JYdRn:9
Stack trace:
#0 /in/JYdRn(14): {closure}(Object(Kitchen))
#1 {main}
thrown in /in/JYdRn on line 9
Process exited with code 255 . Output for 5.3.0 - 5.3.29 , 5.4.0 - 5.4.45 , 5.5.0 - 5.5.38 , 5.6.0 - 5.6.40 Fatal error: Cannot access private property Kitchen::$yummy in /in/JYdRn on line 9
Process exited with code 255 . preferences:dark mode live preview
50.32 ms | 407 KiB | 5 Q