ru_php/ext/com_dotnet/tests/bug69939.phpt

11 lines
168 B
PHP

--TEST--
Bug #69939 (Casting object to bool returns false)
--EXTENSIONS--
com_dotnet
--FILE--
<?php
var_dump((bool) new COM('WScript.Shell'));
?>
--EXPECT--
bool(true)