Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51660 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17544 invoked from network); 10 Mar 2011 16:59:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2011 16:59:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=landeholm@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=landeholm@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.210.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: landeholm@gmail.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:49255] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/D7-11443-073097D4 for ; Thu, 10 Mar 2011 11:59:29 -0500 Received: by iyb12 with SMTP id 12so1875013iyb.29 for ; Thu, 10 Mar 2011 08:59:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=6ijuCxdrlB3nt4pUB8ZS4ETy/EdgYyHHtuYJ4tfLZAQ=; b=mOhQHeJC5Fjj7eMeptYdqSv+Y0WG+ef6RGDOlxRT8tKceQgED2KnbvVc2xig+tu8PC JAntAFoFTeuGEiP+MY535h/53fe9MHYNf2HkI/M0HRy5Q9sCx/II7Ic+EJZDfl0Y33PD WKSRFotqi5V1tUh/4ynrDFa1IpZDjdsDmp5mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=j4PPu6UDmOAQieB+ZlTJfA68OSiMkTw4uMGJMiexDf4jgWOsZdGngmvND4bIsRffq/ RmZqivB7wl5t7oMcCpcLXWqhu4eHrxlK3rpABMpQYHPdA47yRn6Jhz2Wj63J5m344+Ve 4ZL7s2aSGLOf1eAadm9dxmAl8WyjzxK9MPlnk= MIME-Version: 1.0 Received: by 10.231.195.95 with SMTP id eb31mr6057920ibb.160.1299776366626; Thu, 10 Mar 2011 08:59:26 -0800 (PST) Received: by 10.231.13.73 with HTTP; Thu, 10 Mar 2011 08:59:26 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Mar 2011 17:59:26 +0100 Message-ID: To: Martin Scotta , internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] EOL removed after ?> From: landeholm@gmail.com (Hannes Landeholm) http://brian.moonspot.net/php-history-newline-closing-tag ~Hannes On 10 March 2011 17:42, Martin Scotta wrote: > > hi all, > >
> 1 =A0 =A01
> 2 =A0 =A02
> 3 =A0 =A03
> 
> >
> 1 =A0 =A01
> 2 =A0 =A02
> 3 =A0 =A03
> 
> > First try works... but second fails > > output: > > 1 =A0 =A0 =A0 1 > 2 =A0 =A0 =A0 2 > 3 =A0 =A0 =A0 3 > > 1 =A0 =A0 =A0 12 =A0 =A0 =A02 > 3 =A0 =A0 =A0 3 > > is this the expected behavior? > > =A0Martin Scotta