3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Base { protected $v = false; protected function isVmh() { return $this->v; } public function __call() { return false; } }
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28, 5.5.0 - 5.5.12
Fatal error: Method Base::__call() must take exactly 2 arguments in /in/GB34p on line 15
Process exited with code 255.

preferences:
184.58 ms | 1395 KiB | 78 Q