PHP Classes

I ran the parser example & Msg

Recommend this page to a friend!

      XML parser  >  All threads  >  I ran the parser example & Msg  >  (Un) Subscribe thread alerts  
Subject:I ran the parser example & Msg
Summary:Warning: get_object_vars() expects parameter 1 to be object, str
Messages:1
Author:A StCllair
Date:2011-03-17 09:23:49
 

  1. I ran the parser example & Msg   Reply   Report abuse  
Picture of A StCllair A StCllair - 2011-03-17 09:23:49
I download parserxml and ran the example. I did no changes to any code.
I am using xampp 1.7.4
Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 Server at localhost Port 80

Warning: get_object_vars() expects parameter 1 to be object, string given in C:\xampp\htdocs\xml_parser-2008-03-25\ParseXml.class.php on line 124

Warning: get_object_vars() expects parameter 1 to be object, string given in C:\xampp\htdocs\xml_parser-2008-03-25\ParseXml.class.php on line 124
Array ( [user] => Array ( [0] => Array ( [id] => zhys9 [email] => zhys99@gmail.com [blog] => http://www.zhys9.com [country] => China ) [1] => Array ( [id] => test [email] => test@domain.com [blog] => http://test.domain.com [country] => China ) ) )

Any help appreciated. tx