From:             [EMAIL PROTECTED]
Operating system: win32
PHP version:      4.0 Latest CVS (04/03/2001)
PHP Bug Type:     COM related
Bug description:  False boolen input/output doesn't work

       $COMOBJ =New COM ("whatever");
        $COMOBJ->SetBoolean= False;   #Or 0
        $Test = $COMOBJ->SetBoolean;
        Print "test=" . $Test;  
        #$Test="" always empty
        #Note: Set to True or 1 returns 1 and is OK




-- 
Edit Bug report at: http://bugs.php.net/?id=9551&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]

Reply via email to