3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Post { public function save() { $this->custom_updates(); } protected function custom_updates() { echo 'PARENT'; } } class Event extends Post { protected function custom_updates() { echo 'CHILD'; } } $Event = new Event(); $Event->save();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
212.37 ms | 2252 KiB | 8 Q