Ne bu böyle giderse bir php script olur?
class FooException extends Exception
{
public function __construct() {
throw new FooException;
}
}
Muhtemelen aynı bulunuyor
while (TRUE) {
new Exception();
}
Yürütme zamanı aşıldı, ya da bazı ölümcül hata ile başarısız olduğunda sadece çıkışları zaman aşımına?