3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); class Dog{ public static function sound(){ $bark = "WOOF!"; return $bark; } } $new = new Dog(); echo Dog::sound(); echo $new->sound(); // Just to make sure that 3v4l.org displays deprecated notices eregi('a', 'b');

preferences:
28.25 ms | 402 KiB | 5 Q