3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace AltMath; const M_PI = 3; namespace UsingAltMath; use const AltMath\M_PI; static $pi = M_PI; var_dump($pi);

preferences:
43.63 ms | 402 KiB | 5 Q