3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a { function run() { // Call each test to fill warnings array foreach(get_class_methods($this) as $method) { if(strpos($method, 'test_') === 0) $this->{$method}(); } } function test_a() { echo 'called'; } }

preferences:
38.9 ms | 402 KiB | 5 Q