We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code:
<?php com_print_typeinfo(new variant("hello"));
Resulted in this output:
segfault
But I expected this output instead:
Warning: com_print_typeinfo(): Unable to find typeinfo using the parameters supplied
PHP 8.2
Windows