Re: [PHP] array of java-objects

2003-10-23 Thread Raditha Dissanayake
Hi, please post your full code Helke Schröder wrote: Hi, I'm trying to use our java-code in php. But strange things happens Maybe I did a simple mistake.. $MyInf=new Java(myUtil.myInfo); This is inside of a loop through 3 items: $MyAttributes=array(); $MyAttributes=$MyInf-MyAttrReader($v,

Re: [PHP] array of java-objects

2003-10-23 Thread Helke Schröder
Hi, thanks for the replay the var_dump on the array of java-objects looks interesting: the first, which is ok: array(8) { [0]= object(java)(1) { [0]= int(3) } [1]= object(java)(1) [0]= int(4) } [2]= object(java)(1) { [0]= int(5) } [3]= object(java)(1) { [0]= int(6) } [4]= object(java)(1) {