ID: 11089
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: COM related
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

Should be fixed in latest CVS

Previous Comments:
---------------------------------------------------------------------------

[2001-05-25 13:56:41] [EMAIL PROTECTED]
duplicate of #7691.

---------------------------------------------------------------------------

[2001-05-24 12:13:10] [EMAIL PROTECTED]
If I create two new COM objects

  $first = new COM (object1.function);
  $second = new COM (object2.function);

then 

  $a_var = $second->task;

  $first->dosomething($a_var);

I get the following message -

Warning: Invoke() failed: Type mismatch. in D:Datadocswhorl_testconnect2.php on line..

the rest of the script I'm running seems fine, it only stops working when I get to 
this line. The data being passed as $a_var is in the form of an array.

Thanks for your time,

John.

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=11089&edit=2


-- 
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]

Reply via email to