<?php function foo (string $x) { } try { foo(); } catch (\TypeError $t) { echo 'Oops! ' . $t->getMessage(); }
You have javascript disabled. You will not be able to edit any code.