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"; }
82 function __destruct() { throw new Exception; }
84 } catch (Exception $e) { print "caught Exception 9\n"; }
90 function __destruct() { throw new Exception; }
92 } catch (Exception $e) { print "caught Exception 10\n"; }
99 function __destruct() { throw new Exception; }
101 } catch (Exception $e) { print "caught Exception 11\n"; }
106 function __destruct() { throw new Exception; }
108 } catch (Exception $e) { print "caught Exception 12\n"; }
114 function __destruct() { throw new Exception; }
116 } catch (Exception $e) { print "caught Exception 13\n"; }
123 function __destruct() { throw new Exception; }
125 } catch (Exception $e) { print "caught Exception 14\n"; }
133 function __destruct() { throw new Exception; }
135 } catch (Exception $e) { print "caught Exception 15\n"; }
143 function __destruct() { throw new Exception; }
145 } catch (Exception $e) { print "caught Exception 16\n"; }
151 function __destruct() { throw new Exception; }
153 } catch (Exception $e) { print "caught Exception 17\n"; }
159 function __destruct() { throw new Exception; }
161 } catch (Exception $e) { print "caught Exception 18\n"; }
169 function __destruct() { throw new Exception; }
171 } catch (Exception $e) { print "caught Exception 19\n"; }
177 function __destruct() { throw new Exception; }
179 } catch (Exception $e) { print "caught Exception 20\n"; }
185 function __destruct() { throw new Exception; }
187 } catch (Exception $e) { print "caught Exception 21\n"; }
195 function __destruct() { throw new Exception; }
197 } catch (Exception $e) { print "caught Exception 22\n"; }
201 function __destruct() { throw new Exception; }
204 } catch (Exception $e) { print "caught Exception 23\n"; }
208 function __destruct() { throw new Exception; }
211 } catch (Exception $e) { print "caught Exception 24\n"; }
215 function __destruct() { throw new Exception; }
218 } catch (Exception $e) { print "caught Exception 25\n"; }
223 function __set($x, $y) { throw new Exception; }
226 } catch (Exception $e) { print "caught Exception 26\n"; }
231 function offsetSet($x, $y): void { throw new Exception; }
236 } catch (Exception $e) { print "caught Exception 27\n"; }
240 function __destruct() { throw new Exception; }
244 } catch (Exception $e) { print "caught Exception 28\n"; }
250 function __destruct() { throw new Exception; }
254 } catch (Exception $e) { print "caught Exception 29\n"; }
260 function __destruct() { throw new Exception; }
264 } catch (Exception $e) { print "caught Exception 30\n"; }
269 function __destruct() { throw new Exception; }
271 } catch (Exception $e) { print "caught Exception 31\n"; }
275 function __clone() { throw new Exception; }
277 } catch (Exception $e) { print "caught Exception 32\n"; }
281 caught Exception 1
282 caught Exception 2
283 caught Exception 3
284 caught Exception 4
285 caught Exception 5
288 caught Exception 6
289 caught Exception 7
290 caught Exception 8
291 caught Exception 9
292 caught Exception 10
295 caught Exception 11
298 caught Exception 12
299 caught Exception 13
302 caught Exception 14
305 caught Exception 15
308 caught Exception 16
309 caught Exception 17
310 caught Exception 18
311 caught Exception 19
312 caught Exception 20
313 caught Exception 21
314 caught Exception 22
315 caught Exception 23
316 caught Exception 24
317 caught Exception 25
318 caught Exception 26
319 caught Exception 27
320 caught Exception 28
321 caught Exception 29
322 caught Exception 30
323 caught Exception 31
324 caught Exception 32