Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:51661 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20422 invoked from network); 10 Mar 2011 17:21:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Mar 2011 17:21:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=dmgx.michael@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=dmgx.michael@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.54 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: dmgx.michael@gmail.com X-Host-Fingerprint: 74.125.82.54 mail-ww0-f54.google.com Received: from [74.125.82.54] ([74.125.82.54:36943] helo=mail-ww0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 77/58-11443-188097D4 for ; Thu, 10 Mar 2011 12:21:06 -0500 Received: by wwd20 with SMTP id 20so1992130wwd.11 for ; Thu, 10 Mar 2011 09:21:03 -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; bh=q5F6kcslS9yUyM85EVy1l/7hxqPDZgAVI1rU8zROkoI=; b=QyXd6ib4zwo2HdyUYWkaN7VREu9RH5ovytFlBNVcp/yF+QLNJqJ52sAdVXewMzMO4v CQZARu3I4tOjqQ5SqWbupnOTlB86tLZ+YeNuoMyVM0O9gDQ5jMhxKf15g3cHts20aqWU 2gR1NAPRRLWcfn6illcQcfTghg2Zrjbdua9B8= 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; b=hUpV09HuzYKByYRlepEBI6HO6T8ZFEtFI38kqiU60BYYAJqjrBHyw40x3ljmI++kG7 sXzrt/M/yICHN2QaJFgAk2grsg6ZjlKpPrIxA+AkaWRhUvyJQWGBoVG2oPgZfNhQR5TN qbuyEcnL2DlKRdqhRd4if9cUd1H6bAyFbZ0Lc= MIME-Version: 1.0 Received: by 10.216.181.199 with SMTP id l49mr5982942wem.68.1299777427608; Thu, 10 Mar 2011 09:17:07 -0800 (PST) Received: by 10.216.86.14 with HTTP; Thu, 10 Mar 2011 09:17:07 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Mar 2011 12:17:07 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016367b5d64dc2db8049e24036e Subject: Re: [PHP-DEV] EOL removed after ?> From: dmgx.michael@gmail.com (Michael Morris) --0016367b5d64dc2db8049e24036e Content-Type: text/plain; charset=ISO-8859-1 The RFC I just posted also addresses this problem by not requiring all files to have tags at all. On Thu, Mar 10, 2011 at 11:59 AM, 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0016367b5d64dc2db8049e24036e--