3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { private $func = "strtolower"; public function testFunc() { return ($this->func)("ALPHABET"); } } $t = new Test(); echo $t->testFunc();

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
45.12 ms | 2561 KiB | 4 Q