3v4l.org

run code in 300+ PHP versions simultaneously
<?php function f(string $name): bool { if (in_array($name, ['__construct', '__destruct', '__unset', '__wakeup', '__clone'], true)) { return true; } return false; } function g2(string $name): bool { if ($name === '__construct' || $name === '__destruct') { return true; } return false; }

This is an error 500

There are `>1` results


preferences:
178.21 ms | 1010 KiB | 7 Q