[PHP-DEV] PHP 4.0 Bug #9551: False boolen input/output doesn't work From: alain <email protected>
Date: 03/04/01

From: alain <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>