Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51664 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32425 invoked from network); 10 Mar 2011 18:30:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2011 18:30:59 -0000 Authentication-Results: pb1.pair.com header.from=martinscotta@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=martinscotta@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: martinscotta@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:49895] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/9A-11443-1E8197D4 for ; Thu, 10 Mar 2011 13:30:58 -0500 Received: by qyk32 with SMTP id 32so4829220qyk.8 for ; Thu, 10 Mar 2011 10:30: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:cc:content-type; bh=3fQU7r27JYRC163D5tqCV0DHCoIfIUqFp2iMXjVTXLM=; b=l1Bh5iTnrkz2ooPjkAEATh6Qf0LCzqc7NdwgE6W/Ul2Ae4ibCBUCOUD3XY1CWOO03m V5G3IutnfNioAfSSSeHfiIe11r9BIruudYiBJKDLN3exp421EYqDu2jSrqqYoZ1QGMOE 2CROQtsEIzj1XG+ZRw6gmmLE4btZMJcf1I3Xw= 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 :cc:content-type; b=NkWppnQSyLo1SB3nqHGhymHpIQ3MhxH4K9NL6PHDIDnHq/MOTOzQiqaPV1vGaVOYbx exBuIl4YytdJETgq7Mr7uTqxFHMTGm6D0qGImbp1/wnt+HwiRT9t4r6BXJoNGtdaj3p7 5QQqiUOUwWk4pmacO9LQjQb7kmiQHhvm8KqhE= MIME-Version: 1.0 Received: by 10.52.66.163 with SMTP id g3mr1450541vdt.94.1299781826168; Thu, 10 Mar 2011 10:30:26 -0800 (PST) Received: by 10.220.125.67 with HTTP; Thu, 10 Mar 2011 10:30:26 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Mar 2011 15:30:26 -0300 Message-ID: To: Hannes Landeholm Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf307f3ba608c872049e250ae2 Subject: Re: [PHP-DEV] EOL removed after ?> From: martinscotta@gmail.com (Martin Scotta) --20cf307f3ba608c872049e250ae2 Content-Type: text/plain; charset=ISO-8859-1 ok, I think I got it. so you think it's safe to include an empty new line after a line that ends with ?> ? Martin Scotta On Thu, Mar 10, 2011 at 1:59 PM, Hannes Landeholm wrote: > http://brian.moonspot.net/php-history-newline-closing-tag > > ~Hannes > > On 10 March 2011 17:42, Martin Scotta wrote: > > > > hi all, > > > >
> > 1    1
> > 2    2
> > 3    3
> > 
> > > >
> > 1    1
> > 2    2
> > 3    3
> > 
> > > > First try works... but second fails > > > > output: > > > > 1 1 > > 2 2 > > 3 3 > > > > 1 12 2 > > 3 3 > > > > is this the expected behavior? > > > > Martin Scotta > --20cf307f3ba608c872049e250ae2--