Lines Matching refs:Exception

9         function __destruct() { throw new Exception; }
11 } catch (Exception $e) { print "caught Exception 1\n"; }
15 function __destruct() { throw new Exception; }
17 } catch (Exception $e) { print "caught Exception 2\n"; }
22 function __destruct() { throw new Exception; }
24 } catch (Exception $e) { print "caught Exception 3\n"; }
29 function __destruct() { throw new Exception; }
31 } catch (Exception $e) { print "caught Exception 4\n"; }
39 function __destruct() { throw new Exception; }
41 } catch (Exception $e) { print "caught Exception 5\n"; }
49 function __destruct() { throw new Exception; }
51 } catch (Exception $e) { print "caught Exception 6\n"; }
61 function __destruct() { throw new Exception; }
63 } catch (Exception $e) { print "caught Exception 7\n"; }
74 function __destruct() { throw new Exception; }
76 } catch (Exception $e) { print "caught Exception 8\n"; }
81 function __destruct() { throw new Exception; }
83 } catch (Exception $e) { print "caught Exception 9\n"; }
89 function __destruct() { throw new Exception; }
91 } catch (Exception $e) { print "caught Exception 10\n"; }
97 function __destruct() { throw new Exception; }
99 } catch (Exception $e) { print "caught Exception 11\n"; }
104 function __destruct() { throw new Exception; }
106 } catch (Exception $e) { print "caught Exception 12\n"; }
112 function __destruct() { throw new Exception; }
114 } catch (Exception $e) { print "caught Exception 13\n"; }
120 function __destruct() { throw new Exception; }
122 } catch (Exception $e) { print "caught Exception 14\n"; }
130 function __destruct() { throw new Exception; }
132 } catch (Exception $e) { print "caught Exception 15\n"; }
140 function __destruct() { throw new Exception; }
142 } catch (Exception $e) { print "caught Exception 16\n"; }
147 function __destruct() { throw new Exception; }
149 } catch (Exception $e) { print "caught Exception 17\n"; }
155 function __destruct() { throw new Exception; }
157 } catch (Exception $e) { print "caught Exception 18\n"; }
165 function __destruct() { throw new Exception; }
167 } catch (Exception $e) { print "caught Exception 19\n"; }
172 function __destruct() { throw new Exception; }
174 } catch (Exception $e) { print "caught Exception 20\n"; }
180 function __destruct() { throw new Exception; }
182 } catch (Exception $e) { print "caught Exception 21\n"; }
190 function __destruct() { throw new Exception; }
192 } catch (Exception $e) { print "caught Exception 22\n"; }
196 function __destruct() { throw new Exception; }
199 } catch (Exception $e) { print "caught Exception 23\n"; }
203 function __destruct() { throw new Exception; }
206 } catch (Exception $e) { print "caught Exception 24\n"; }
210 function __destruct() { throw new Exception; }
213 } catch (Exception $e) { print "caught Exception 25\n"; }
218 function __set($x, $y) { throw new Exception; }
221 } catch (Exception $e) { print "caught Exception 26\n"; }
226 function offsetSet($x, $y): void { throw new Exception; }
231 } catch (Exception $e) { print "caught Exception 27\n"; }
235 function __destruct() { throw new Exception; }
239 } catch (Exception $e) { print "caught Exception 28\n"; }
245 function __destruct() { throw new Exception; }
249 } catch (Exception $e) { print "caught Exception 29\n"; }
255 function __destruct() { throw new Exception; }
259 } catch (Exception $e) { print "caught Exception 30\n"; }
264 function __destruct() { throw new Exception; }
266 } catch (Exception $e) { print "caught Exception 31\n"; }
270 function __clone() { throw new Exception; }
272 } catch (Exception $e) { print "caught Exception 32\n"; }
276 caught Exception 1
277 caught Exception 2
278 caught Exception 3
279 caught Exception 4
280 caught Exception 5
281 caught Exception 6
282 caught Exception 7
283 caught Exception 8
284 caught Exception 9
285 caught Exception 10
286 caught Exception 11
287 caught Exception 12
288 caught Exception 13
289 caught Exception 14
292 caught Exception 15
295 caught Exception 16
296 caught Exception 17
297 caught Exception 18
298 caught Exception 19
299 caught Exception 20
300 caught Exception 21
301 caught Exception 22
302 caught Exception 23
303 caught Exception 24
304 caught Exception 25
305 caught Exception 26
306 caught Exception 27
307 caught Exception 28
308 caught Exception 29
309 caught Exception 30
310 caught Exception 31
311 caught Exception 32