1--TEST--
2GH-16991 (Getting typeinfo of non DISPATCH variant segfaults)
3--EXTENSIONS--
4com_dotnet
5--FILE--
6<?php
7com_print_typeinfo(new variant("hello"));
8?>
9--EXPECTF--
10Warning: com_print_typeinfo(): Unable to find typeinfo using the parameters supplied in %s on line %d
11