3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait ProtocolTrait { public function getCryptoMethod() { var_dump(__METHOD__); } } class MyProtocol { use ProtocolTrait; public function getCryptoMethod() { var_dump(__METHOD__); } } $c = new MyProtocol(); $c->getCryptoMethod();

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
177.45 ms | 2070 KiB | 11 Q