is_array() is failing on what is clearly an array

This is a discussion on is_array() is failing on what is clearly an array within the PHP Language forums, part of the PHP Programming Forums category; This driving me crazy. I get an array. I use print_r() to prove to myself it is an array. An ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-28-2005
lkrubner@geocities.com
 
Posts: n/a
Default is_array() is failing on what is clearly an array

This driving me crazy. I get an array. I use print_r() to prove to
myself it is an array. An array prints to the screen. The next line is
an is_array() test, and the code tests false and I get the error
message, "we could not find the array". What the hell?




$arrayOfFinalResultsForCommands =
$this->controllerForAll->includeFile("arrayOfFinalResultsForCommands",
"arrayOfFinalResultsForCommands", $command);
echo "<p>here is the array: ";
print_r($arrayOfFinalResultsForCommands);

if (is_array($arrayOfFinalResultsForCommands)) {

Reply With Quote
  #2 (permalink)  
Old 05-28-2005
Janwillem Borleffs
 
Posts: n/a
Default Re: is_array() is failing on what is clearly an array

lkrubner@geocities.com wrote:
> This driving me crazy. I get an array. I use print_r() to prove to
> myself it is an array. An array prints to the screen. The next line is
> an is_array() test, and the code tests false and I get the error
> message, "we could not find the array". What the hell?
>


print_r(array()); output:

Array
(
)

print_r(new stdClass); output:

stdClass Object
(
)

If you see something simular to the latter, test with is_object().


JW



Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:36 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0