mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
11 lines
271 B
PHP
11 lines
271 B
PHP
--TEST--
|
|
GH-16991 (Getting typeinfo of non DISPATCH variant segfaults)
|
|
--EXTENSIONS--
|
|
com_dotnet
|
|
--FILE--
|
|
<?php
|
|
com_print_typeinfo(new variant("hello"));
|
|
?>
|
|
--EXPECTF--
|
|
Warning: com_print_typeinfo(): Unable to find typeinfo using the parameters supplied in %s on line %d
|