|
Posted by Michael Fesser on 11/27/06 16:15
..oO(Mladen Gogala)
>On Sun, 26 Nov 2006 21:54:36 +0100, Michael Fesser wrote:
>
>> Works here on PHP 5.2. What version do you use?
>
>No, it doesn't:
>$ /tmp/ttt
>PHP Notice: Array to string conversion in /tmp/ttt on line 4
>[...]
OK, obviously the OP wasn't clear enough, because my understanding of
his problem was somewhat different.
>$ cat /tmp/ttt
>#!/usr/local/bin/php
><?php
>$zee=array(3,4,5);
He mentioned a "range of integers", but for me this doesn't necessarily
mean an array like above. It could also be simple integers like
$zee = 123456789;
which is what I used in my test.
Micha
Navigation:
[Reply to this message]
|