|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-12-24 10:05 UTC] rrichards@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 14:00:01 2025 UTC |
Description: ------------ Hi, This used to working in PHP4 and now does not work in PHP5: $binding_string = array('aaa','bbb','ccc'); $v = new VARIANT( $binding_string, VT_ARRAY ); I have tried a number of changes to try to get around this but cant find one. Reproduce code: --------------- $binding_string = array('aaa','bbb','ccc'); $v = new VARIANT( $binding_string, VT_ARRAY ); Actual result: -------------- Fatal error: Uncaught exception 'com_exception' with message 'Variant type conversion failed: Type mismatch...