3v4l.org

run code in 300+ PHP versions simultaneously
<?php class coreBlock { public function build(): array { } } class contribBlock extends coreBlock { public function build() { } }
Output for 7.4.0 - 7.4.9
Fatal error: Declaration of contribBlock::build() must be compatible with coreBlock::build(): array in /in/rbmaP on line 9
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.21
Fatal error: Declaration of contribBlock::build() must be compatible with coreBlock::build(): array in /in/rbmaP on line 11
Process exited with code 255.

preferences:
170.38 ms | 999 KiB | 7 Q