-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/com_dotnet/tests/
File Upload :
Current File : //usr/src/php/ext/com_dotnet/tests/bug45280.phpt

--TEST--
Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
--SKIPIF--
<?php
if (!extension_loaded("reflection")){ echo "skip, no reflection support present"; }
if (!extension_loaded("com_dotnet")){ echo "skip COM/.Net support not present"; }
?>
--FILE--
<?php
$dict = new COM("Scripting.Dictionary");

ob_start();
ReflectionObject::export($dict);
ob_get_clean();

echo 'done';
?>
--EXPECT--
done

Copyright © 2017 || Recoded By Mr.Bumblebee