3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Base { protected function func() { } } class Child extends Base { private function func() { } } $c = new Child();
Output for 5.4.18
Fatal error: Access level to Child::func() must be protected (as in class Base) or weaker in /in/7k6It on line 16
Process exited with code 255.
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.17
Fatal error: Access level to Child::func() must be protected (as in class Base) or weaker in /in/DtBFO on line 16
Process exited with code 255.

preferences:
178.83 ms | 1395 KiB | 54 Q