|
function B() { // does not handle "SpecialException" generated by A
A("foo", "foo", "foo"); } function C() { tr ... |
|
You are still true about 'your case' that implies dynamic object generation, but if 'my case' would be covered, I'd already be pretty happy. Meaning, that all instances of code that's explicitly calli ...
|
|
function A($cls, $mth, $arg) {
$a = new $cls; $a->$mth($arg); } Well, but if it looked like this: function A($cls, $mth, $arg) { if($cls = ... |
|
It's obvious that use cases for automated testing should be applied in order to find all exceptions, but proper IDEs do this on a code analysis level too. I assume PHPED can't do this? If so, is it pl ...
|
|
Hi,
is there a way to find uncaught exceptions globally/per method? Thanks, Ingmar |
Page 1 of 1 | All times are GMT - 5 Hours |
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by