On Tue, Dec 29, 2009 at 3:01 AM, Etienne Kneuss wrote:
> Hi,
>
> On Tue, Dec 29, 2009 at 1:27 AM, Clint Priest wrote:
>> Etienne Kneuss wrote:
>>>
>>> On Tue, Dec 29, 2009 at 12:04 AM, Clint Priest
>>> wrote:
Unfortunately $x instanceOf ArrayAccess doesn't return true when $x is
i
On Mon, December 28, 2009 6:27 pm, Clint Priest wrote:
> Etienne Kneuss wrote:
>> On Tue, Dec 29, 2009 at 12:04 AM, Clint Priest
>> wrote:
>>> Unfortunately $x instanceOf ArrayAccess doesn't return true when $x
>>> is
>>> indeed an array.
>>
>> Making is_array return true for objects implementing
On Mon, December 28, 2009 10:30 am, Clint Priest wrote:
> Has there been any discussion or decision about whether is_array()
> should return true for objects which implement ArrayAccess or is there
> another function already available which checks for either being the
> case?
I really would prefer
Hi,
On Tue, Dec 29, 2009 at 1:27 AM, Clint Priest wrote:
> Etienne Kneuss wrote:
>>
>> On Tue, Dec 29, 2009 at 12:04 AM, Clint Priest
>> wrote:
>>>
>>> Unfortunately $x instanceOf ArrayAccess doesn't return true when $x is
>>> indeed an array.
>>
>> Making is_array return true for objects implem
Etienne Kneuss wrote:
On Tue, Dec 29, 2009 at 12:04 AM, Clint Priest wrote:
Unfortunately $x instanceOf ArrayAccess doesn't return true when $x is
indeed an array.
Making is_array return true for objects implementing ArrayAccess is a
bad idea, for two main reasons:
1) is_array is a type chec
Hello,
On Tue, Dec 29, 2009 at 12:04 AM, Clint Priest wrote:
> Unfortunately $x instanceOf ArrayAccess doesn't return true when $x is
> indeed an array.
Making is_array return true for objects implementing ArrayAccess is a
bad idea, for two main reasons:
1) is_array is a type check, and we shou
Unfortunately $x instanceOf ArrayAccess doesn't return true when $x is
indeed an array.
Jille Timmermans wrote:
Op 28-12-2009 17:30, Clint Priest schreef:
Has there been any discussion or decision about whether is_array()
should return true for objects which implement ArrayAccess or is there
a
Op 28-12-2009 17:30, Clint Priest schreef:
Has there been any discussion or decision about whether is_array()
should return true for objects which implement ArrayAccess or is there
another function already available which checks for either being the case?
How about $x instanceOf ArrayAccess ?