Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:85047 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8226 invoked from network); 16 Mar 2015 12:40:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Mar 2015 12:40:06 -0000 Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.54 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.54 mail-qg0-f54.google.com Received: from [209.85.192.54] ([209.85.192.54:34278] helo=mail-qg0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D2/E7-03331-52FC6055 for ; Mon, 16 Mar 2015 07:40:06 -0500 Received: by qgh62 with SMTP id 62so38217747qgh.1 for ; Mon, 16 Mar 2015 05:40:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=khv+g2d0Ff639eD9qIDBPtFLGoRAFcD2qma1avTW7UM=; b=KUxk7jNmHR/cQiuGn2pETfv+tnufZ8H5uX9j2Zx8i7tgjMLFv2HKa/nCdJVBhx5YII QiLpYusxtvbQ36l7aUdA+7iKdXwdBAhlLiWbQUUe2KyHBBQrb+/+s6c7XcLw9JNSw1DJ SZZYNJuwTCAiRTB9NrSGnAMSy+jYpVGUtUunFSGoWmeQ/YpfTYIJftmSghHCodVI8uf7 CILM5iDm9+lV4K5wcnjMFQrGi9n0kem5dxvJejrlAcq8CtmSMZaWrRdFOoLEBpGIvjj+ lnGzp+5UKaK8R6PcmemWrf45yrNjiKvAJm1j5gyHmMaBf6dYncSXEdag3aek6iIMxVZI r5xA== MIME-Version: 1.0 X-Received: by 10.140.231.151 with SMTP id b145mr75333875qhc.22.1426509603236; Mon, 16 Mar 2015 05:40:03 -0700 (PDT) Received: by 10.96.160.99 with HTTP; Mon, 16 Mar 2015 05:40:03 -0700 (PDT) In-Reply-To: References: <55066F07.80308@birkholz.biz> <5506794B.8090008@birkholz.biz> <5506C783.3020207@seld.be> Date: Mon, 16 Mar 2015 13:40:03 +0100 Message-ID: To: Derick Rethans Cc: Jordi Boggiano , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a11c0521c2b723a05116726ca Subject: Re: [PHP-DEV] About declare(strict_types = 1) From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) --001a11c0521c2b723a05116726ca Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Monday, March 16, 2015, Derick Rethans wrote: > On Mon, 16 Mar 2015, Jordi Boggiano wrote: > >> On 16/03/2015 11:49, Pavel Kou=C5=99il wrote: >> > it's similiar to the safe_mode though. Sure, it's not as bad as INI >> > setting, but the "intent" is the same - a switch changing how code >> > behaves. >> >> ini_set('memory_limit', 10); also changes how your code behave > > And so does "namespace Foo; use Foo/DateTime as DateTime;" - on exactly > the same level as "declare"... > > cheers, > Derick > > Hello, sorry, but your comparison doesn't make ANY sense whatsoever. Regards Pavel Kouril --001a11c0521c2b723a05116726ca--