Re: [PHP-DEV] finally again

2003-11-07 Thread Sebastian Bergmann
Cristiano Duarte wrote: > Since we don't have finally, the current code is: In PHPUnit I use the following code public function runBare() { $catchedException = null; $this->setUp(); try { $this->runTest(); } catch (Exception $e)

[PHP-DEV] finally again

2003-10-24 Thread Cristiano Duarte
Hi internals ! I came into a problem when writing an IDL to PHP5 language mapping specification and an IDL to PHP5 language compiler. I'm using the community OpenORB IDL-to-Java compiler as a base for writing the IDL-to-PHP5 compiler, in fact, it is a translation from Java to PHP5. Everything is o