We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Fix phpGH-16991: Getting typeinfo of non DISPATCH variant segfaults
8f1bad2
We must not assume that any `VARIANT` implements `IDispatch`.
Merge branch 'PHP-8.2' into PHP-8.3
a4874bb
* PHP-8.2: Fix GH-16991: Getting typeinfo of non DISPATCH variant segfaults
Merge branch 'PHP-8.3' into PHP-8.4
8ea042d
* PHP-8.3: Fix GH-16991: Getting typeinfo of non DISPATCH variant segfaults
9bae893
Merge branch 'PHP-8.4'
38a2899
* PHP-8.4: Fix GH-16991: Getting typeinfo of non DISPATCH variant segfaults
da51ef5
We must not assume that any `VARIANT` implements `IDispatch`. Closes phpGH-16992.
cmb69
Successfully merging a pull request may close this issue.
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
PHP 8.2
Operating System
Windows
The text was updated successfully, but these errors were encountered: