<?php class A{ function __construct(){ throw new Exception(); } } try{ $a = new A(); }catch(Exception $e){ echo "caugth the error\n"; } var_dump(isset($a)); // $a is not even set
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`