3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Abc { public const TICKET_SEND_AUTO_RESPONSE = 0; public function test() { $s = <<<XML <sendautoresponder>{{constant('self::TICKET_SEND_AUTO_RESPONSE')}}</sendautoresponder> XML; return $s; } } $t = new Abc(); var_dump($t->test());

preferences:
75.16 ms | 402 KiB | 5 Q