From: "Bob McConnell" on
From: Richard Quadling

> Quick set of eyes needed to see what I've done wrong...
>
> The following is a reduced example ...
>
> <?php
> $Set = array();
> $Entry = 'Set[1]';
^^^^^^
Shouldn't that be $Set[1]?

> $Value = 'Assigned';
> $$Entry = $Value;
> print_r($Set);
> ?>

Bob McConnell
From: Richard Quadling on
On 11 August 2010 13:58, Bob McConnell <rvm(a)cbord.com> wrote:
> From: Richard Quadling
>
>> Quick set of eyes needed to see what I've done wrong...
>>
>> The following is a reduced example ...
>>
>> <?php
>> $Set = array();
>> $Entry = 'Set[1]';
>            ^^^^^^
> Shouldn't that be $Set[1]?
>
>> $Value = 'Assigned';
>> $$Entry = $Value;
>> print_r($Set);
>> ?>
>
> Bob McConnell
>

No.
First  |  Prev  | 
Pages: 1 2
Prev: Test - Ignore
Next: /status page of php-fpm 5.3.3