<?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; }
You have javascript disabled. You will not be able to edit any code.
There are `>1` results