From: [EMAIL PROTECTED]
Operating system: windows 2000
PHP version: 4.0.6
PHP Bug Type: COM related
Bug description: COM: Unsupported variant type (ARRAY of OBJECTS)
Hello everybody! . . .
the SECOND of the following two LINEs of code:
//next line successfully instanciates a COM component (of a software called
"Teres")
$COMInstance = new COM("ArrowCoreAPI.AcConnection")or die("Unable to
instantiate");
//...
//...
//next line should return an array of objects (to $returnArrayOfObjects),
instead it returns a boolean (to $returnArrayOfObjects)
$returnArrayOfObjects=$COMInstance->GetNodesOfType($UserType,$version);
RESULTS IN:
Warning: Unsupported variant type: 8201 (0x2009) in c:\programme\apache
group\apache\htdocs\teres\login.php on line 25
Could it be that PHP doesn't support returning an array of objects (through
COM)?
Is there a SOLUTION to my problem??
Thanx alot,
Antony (Munich-Germany)
--
Edit bug report at: http://bugs.php.net/?id=13105&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]