Re: Re: Go for votes for the open tag-less PHP files

From: Date: Mon, 16 Apr 2012 17:31:41 +0000
Subject: Re: Re: Go for votes for the open tag-less PHP files
References: 1 2 3 4 5 6  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
On 4/16/2012 3:31 AM, Arvids Godjuks wrote:
That's sad really, to be honest. I wonder if people even use this:
echo include 'foo.bar', 'baz';
Probably not, Try it! you get: 1baz It actually works more like echo (include "foo.bar"), 'baz'; than echo include( "foo.bar"), 'baz'; More important include doesn't currently allow multiple parms: include "foo.bar", 'baz'; Parse error: syntax error, unexpected ',' in bla.php on line xx Rick

Thread (33 messages)

« previous php.internals (#60006) next »