FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » foreach as list
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: foreach as list [message #184047 is a reply to message #184045] Tue, 03 December 2013 21:23 Go to previous messageGo to previous message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma:
Senior Member
On 12/3/2013 11:40 AM, Jerry Stuckle wrote:
> On 12/3/2013 2:30 PM, Richard Yates wrote:
>> On Tue, 3 Dec 2013 10:10:59 -0500, richard <noreply(at)example(dot)com>
>> wrote:
>>
>>> foreach ($six0 as list($a,$b)){
>>> echo $a"\n";
>>> echo $b"\n";
>>>
>>> }
>>>
>>> http://us1.php.net/manual/en/control-structures.foreach.php
>>>
>>> Used as shown in the example, I get this:
>>> Parse error: syntax error, unexpected T_LIST, expecting '&' or
>>> T_STRING or
>>> T_VARIABLE or '$
>>>
>>> Their example:
>>>
>>> <?php
>>> $array = [
>>> [1, 2],
>>> [3, 4],
>>> ];
>>>
>>> foreach ($array as list($a)) {
>>> // Note that there is no $b here.
>>> echo "$a\n";
>>> }
>>> ?>
>>>
>>> The above example will output:
>>>
>>> 1
>>> 3
>>
>> echo $a"\n"; [needs a dot.]
>>
>
> Actually, in the case, richard is correct (for this line of code,
> anyway). Simple variables within double quotes are evaluated.
>

However as typical for richard he mistyped his code compared to the sample.

Sample: "$a\n"
Richards: $a"\n"

Scotty
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: SEO SERVICES
Next Topic: Can I download file with address like this "http://***.com/file.php/ABC.html" automatically ?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Oct 28 15:22:47 GMT 2024

Total time taken to generate the page: 0.04172 seconds