3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Ancester { function __construct() { echo "An/Con\n"; } static function createFromFormat() { echo "An/cf\n"; } } class N extends Ancester { static function createFromFormat() { parent::createFromFormat(); echo "N/CF\n"; } } $f = N::createFromFormat();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
155.48 ms | 3314 KiB | 8 Q