PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php function test($x):int { return $x; } try { test('ss'); }catch(TypeError $e){ echo $e->getMessage(); }
Show:  
Copy Clear