Date: 03/04/01
- Next message: zeev <email protected>: "[PHP-DEV] PHP 4.0 Bug #8899 Updated: crash when include_once("") contains empty string"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #9547 Updated: variables_order = "EGPCS" is messed up"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: zeev <email protected>: "[PHP-DEV] PHP 4.0 Bug #8899 Updated: crash when include_once("") contains empty string"
- Previous message: sniper <email protected>: "[PHP-DEV] PHP 4.0 Bug #9547 Updated: variables_order = "EGPCS" is messed up"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

