Talk:Exception handling syntax: Difference between revisions

Content deleted Content added
Rathgemz (talk | contribs)
Tag: repeating characters
Finally: new section
Line 79:
 
What about the [http://php.net/manual/en/internals2.opcodes.throw.php throw] command in PHP? Would it be appropriate to list that here? <b>[[User:Tisane|<font color="#008000">Tisane</font>]]</b> <sup>[[User talk:Tisane|talk]]</sup>/<sub>[[Special:Contributions/Tisane|stalk]]</sub> 02:40, 29 June 2010 (UTC)
 
== Finally ==
 
There are a few cases where "Finally" is said to always be called. This is not true; it is only called if the thread continues to execute. Killing a process or a thread within it will not result in the finally clause being called. [[Special:Contributions/84.12.212.235|84.12.212.235]] ([[User talk:84.12.212.235|talk]]) 16:29, 5 December 2012 (UTC)