[PHP-DEV] Boolean input/output bug in CVS php4.05 win 32 From: Alain Samoun (alain <email protected>)
Date: 03/04/01

 From: alain <email protected>
 Operating system: WIN32
 PHP version: 4.0.5 CVS binaries from php4win 3/4/01
 PHP Bug Type: COM Related
 Bug description: False Boolean input/output doesn't work

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

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