I have an extension that seems to create PHP variables correctly, and var_dump() doesn't seem to have a problem. but upon moving to 5.1.x it fails. Anyone have a suggestion?
<xmp> <xmldbx version='1.0'><ycis_host t='a' R='1' C='2' cb='2' ><xag t='o' nm='0' cn='classfoo' ><hostname t='sz' v='foo'/></xag><xag t='o' nm='1' cn='classfoo' ><hostname t='sz' v='bar'/></xag></ycis_host></xmldbx><xmp><p> array(2) { [0]=> object(classfoo)#2 (1) { ["hostname"]=> string(3) "foo" } [1]=> object(classfoo)#3 (1) { ["hostname"]=> string(3) "bar" } } array(2) { ["0"]=> object(classfoo)#4 (1) { ["hostname"]=> string(3) "foo" } ["1"]=> object(classfoo)#5 (1) { ["hostname"]=> string(3) "bar" } } Object failed
Attachment:
foo.php
Description: application/php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php