3v4l.org

run code in 300+ PHP versions simultaneously
<?php class person{ public $name; public $age; public $sex; function _construct($name="",$sex="",$age=""){ $this->name = $name; $this->age = $age; $this->sex = $sex; } } function read(){ $per = new person("dafa","a","v"); var_dump($per); } $a = read();

preferences:
53 ms | 402 KiB | 5 Q