<?php class A{ protected $stuff; function __construct($foo){ if(!is_float($foo)) throw new TypeError("Not a float."); $this->stuff = $foo; } static function __set_state($data){ return new A($data['stuff']); } } $x = new A(0.0); eval(var_export($x, true) . ';');
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`