Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:93399 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76736 invoked from network); 19 May 2016 13:06:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 May 2016 13:06:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.220 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.220 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.220] ([81.169.146.220:58793] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/D0-05406-33ABD375 for ; Thu, 19 May 2016 09:05:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1463663152; l=1984; s=domk; d=kelunik.com; h=Content-Type:To:Subject:Date:From:In-Reply-To:References: MIME-Version; bh=UUPnK3l/ONcdeyPwOED1uM6pPRhG4e5HwyZVBRH09H8=; b=qBius/kK9xVE4pdFUXiOJ/t60NhUnaRS6vJb2OxXGV/J9WOYA4jedVkJay+f/TGESri 6xVC2jFeljZCTyh03xsFJhYQP0mVNh4CqXyrrjKQN7GRQSTuMKdNgPZIGlTTNdwI28F/k J41WH7QKty2q2dc9UIhsWHZctm302Rh30bc= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtOnE6 X-RZG-CLASS-ID: mo00 Received: from mail-wm0-f52.google.com ([74.125.82.52]) by smtp.strato.de (RZmta 37.27 AUTH) with ESMTPSA id w05aads4JD5q1R1 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Thu, 19 May 2016 15:05:52 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id n129so229781477wmn.1 for ; Thu, 19 May 2016 06:05:52 -0700 (PDT) X-Gm-Message-State: AOPr4FXO0KcVDye9yZ6IBvWPmVlcx6dB+na9T1wLNSx8SYopm6EnbNrEt/hDVMZh/l+HLmk+G8PANi9f26Ss1w== X-Received: by 10.194.11.97 with SMTP id p1mr13316186wjb.159.1463663152450; Thu, 19 May 2016 06:05:52 -0700 (PDT) MIME-Version: 1.0 References: <72f547d6-5fcf-3cd2-960d-cb612a429e47@php.net> In-Reply-To: <72f547d6-5fcf-3cd2-960d-cb612a429e47@php.net> Date: Thu, 19 May 2016 13:05:43 +0000 X-Gmail-Original-Message-ID: Message-ID: To: Sebastian Bergmann , internals@lists.php.net Content-Type: multipart/alternative; boundary=047d7b4508e4461dde053331a23e Subject: Re: [PHP-DEV] Exception::getLine() From: me@kelunik.com (Niklas Keller) --047d7b4508e4461dde053331a23e Content-Type: text/plain; charset=UTF-8 Sebastian Bergmann schrieb am Do., 19. Mai 2016 14:12: > Am 19.05.2016 um 13:14 schrieb Rasmus Schultz: > > Does this work as intended? > > According to https://bugs.php.net/bug.php?id=64910 it does :-( > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php Resending to complete list: Yes, this is intended. Exceptions in PHP are always populated upon creation. Please note the already mentioned issues with rethrowing and also, that some exceptions might not get thrown at all, e.g. because of the use of promises. --047d7b4508e4461dde053331a23e--