3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test($id) { if ($id (is_numeric($id) || $id === 'test')) { return true; } return false; } var_dump(test('1'));

preferences:
28.16 ms | 402 KiB | 5 Q